search for: primitiveid

Displaying 4 results from an estimated 4 matches for "primitiveid".

Did you mean: primitive_id
2004 Jan 07
1
[LLVMdev] Finding Things In SymbolTable
...because I'd have to know its type first. The whole point of putting it in the symbol table is so that I can look up its type later on with only its name. Here's some things I'm thinking about changing in LLVM to make it easier to support this kind of query: (1) Make it a map of Type::PrimitiveID instead of a map of Type*. The same interface could be retained by simply obtaining the primitive id of of any Type* passed into the SymbolTable's interface. For the basic types, this probably is a wash because nearly every sane complier will use the static constants defined in Type so there wo...
2004 Jun 17
0
[LLVMdev] Primitive types
On Thu, 17 Jun 2004, Vladimir Prus wrote: > I'm getting this in debugger, where 't' is 'Type*': > > (gdb) p t->isPrimitiveType() > $15 = false > (gdb) p t->getPrimitiveID() > $16 = PointerTyID > (gdb) p t->getPrimitiveSize() > $17 = 0 > > There are a couple of things that I'd like to ask. First, if > isPrimitiveType() returns false, that the fact that getPrimitiveID > returns reasonable value is quite strange. Maybe, the method...
2004 Jun 17
3
[LLVMdev] Primitive types
Hello, I'm getting this in debugger, where 't' is 'Type*': (gdb) p t->isPrimitiveType() $15 = false (gdb) p t->getPrimitiveID() $16 = PointerTyID (gdb) p t->getPrimitiveSize() $17 = 0 There are a couple of things that I'd like to ask. First, if isPrimitiveType() returns false, that the fact that getPrimitiveID returns reasonable value is quite strange. Maybe, the method is better called just getID, sinc...
2014 Jul 10
3
[PATCH 0/3] nvc0: ARB_(multi_)draw_indirect support
The main patches are from Christoph. Unfortunately they're a little beyond my understanding of all the vertex-related details, but they generally seemed fine. I'm just going to push these unless someone steps up to review them. Christoph Bumiller (2): nvc0: add support for indirect drawing nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYS Ilia Mirkin (1): nouveau: check if