Displaying 4 results from an estimated 4 matches for "instancecount".
Did you mean:
instance_count
2011 Aug 14
2
Problem installing R Commander plugin...
...r: ?RplotMaster? has no member named ?width?
tcltkimg.c:230: error: ?RplotMaster? has no member named ?width?
tcltkimg.c:231: error: ?RplotMaster? has no member named ?height?
tcltkimg.c:231: error: ?RplotMaster? has no member named ?height?
tcltkimg.c:232: error: ?RplotMaster? has no member named ?instanceCount?
tcltkimg.c:233: error: ?RplotMaster? has no member named ?master?
tcltkimg.c:234: error: invalid type argument of ?unary *?
tcltkimg.c:234: error: ?ClientData? undeclared (first use in this
function)
tcltkimg.c:234: error: expected ?;? before ?prpm?
tcltkimg.c: At top level:
tcltkimg.c:257: error:...
2014 Jun 23
1
[PATCH v3] nv50/ir: make ARB_viewport_array behave like it does with other drivers
...om_tgsi.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
index a0f1fe1..4911995 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
@@ -790,6 +790,8 @@ bool Source::scanSource()
info->prop.gp.instanceCount = 1; // default value
}
+ info->io.viewportId = -1;
+
info->immd.data = (uint32_t *)MALLOC(scan.immediate_count * 16);
info->immd.type = (ubyte *)MALLOC(scan.immediate_count * sizeof(ubyte));
@@ -982,6 +984,9 @@ bool Source::scanDeclaration(const struct tgsi_full_declarat...
2014 Jun 23
1
[PATCH v2] nv50/ir: make ARB_viewport_array behave like it does with other drivers
...om_tgsi.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
index a0f1fe1..a77b342 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
@@ -790,6 +790,8 @@ bool Source::scanSource()
info->prop.gp.instanceCount = 1; // default value
}
+ info->io.viewportId = -1;
+
info->immd.data = (uint32_t *)MALLOC(scan.immediate_count * 16);
info->immd.type = (ubyte *)MALLOC(scan.immediate_count * sizeof(ubyte));
@@ -982,6 +984,9 @@ bool Source::scanDeclaration(const struct tgsi_full_declarat...
2012 May 14
0
phyloclim could not be installed in linux - problems on tkrplot dependence
...r: ‘RplotMaster’ has no member named ‘width’
tcltkimg.c:230: error: ‘RplotMaster’ has no member named ‘width’
tcltkimg.c:231: error: ‘RplotMaster’ has no member named ‘height’
tcltkimg.c:231: error: ‘RplotMaster’ has no member named ‘height’
tcltkimg.c:232: error: ‘RplotMaster’ has no member named ‘instanceCount’
tcltkimg.c:233: error: ‘RplotMaster’ has no member named ‘master’
tcltkimg.c:234: error: invalid type argument of ‘unary *’ (have ‘int’)
tcltkimg.c:234: error: ‘ClientData’ undeclared (first use in this function)
tcltkimg.c:234: error: expected ‘;’ before ‘prpm’
tcltkimg.c: At top level:
tcltkimg....