HomeSort by relevance Sort by last modified time
    Searched defs:VB (Results 26 - 35 of 35) sorted by null

12

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 110 #define GET_MESA_ELTS() TNL_CONTEXT(ctx)->vb.Elts
294 struct vertex_buffer *VB = &tnl->vb;
316 for (i = 0; i < VB->PrimitiveCount; ++i)
318 if (!VB->Primitive[i].count)
324 const GLuint elt_count =(VB->Primitive[i].count/GET_MAX_HW_ELTS() + 1);
328 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
360 struct vertex_buffer *VB = &tnl->vb;
    [all...]
r200_swtcl.c 80 struct vertex_buffer *VB = &tnl->vb;
88 if ( VB->NdcPtr != NULL ) {
89 VB->AttribPtr[VERT_ATTRIB_POS] = VB->NdcPtr;
92 VB->AttribPtr[VERT_ATTRIB_POS] = VB->ClipPtr;
95 assert( VB->AttribPtr[VERT_ATTRIB_POS] != NULL );
167 GLuint sz = VB->AttribPtr[_TNL_ATTRIB_TEX0 + i]->size;
548 const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 287 struct vertex_buffer *VB = &tnl->vb;
319 for (i = 0; i < VB->PrimitiveCount; ++i)
328 if (!VB->Primitive[i].count)
330 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
335 space_required += VB->Primitive[i].count * 3;
359 struct vertex_buffer *VB = &tnl->vb;
369 if (VB->Count == 0
    [all...]
radeon_swtcl.c 92 struct vertex_buffer *VB = &tnl->vb;
99 if ( VB->NdcPtr != NULL ) {
100 VB->AttribPtr[VERT_ATTRIB_POS] = VB->NdcPtr;
103 VB->AttribPtr[VERT_ATTRIB_POS] = VB->ClipPtr;
106 assert( VB->AttribPtr[VERT_ATTRIB_POS] != NULL );
181 GLuint sz = VB->AttribPtr[_TNL_ATTRIB_TEX0 + i]->size;
415 struct vertex_buffer *VB = &tnl->vb
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 658 VerbatimBlockComment *VB =
689 S.actOnVerbatimBlockFinish(VB, Tok.getLocation(),
695 S.actOnVerbatimBlockFinish(VB, SourceLocation(), "",
699 return VB;
  /external/clang/test/SemaCXX/
destructor.cpp 206 struct VB {
208 virtual ~VB();
211 struct VD: VB {};
213 struct VF final: VB {};
238 void use(VB&);
244 VB vb; use(vb); local
271 VB* vb = new VB[4] local
298 VB* vb = new VB(); local
302 VB* vb = new VD(); local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1016 struct vertex_buffer *VB = &tnl->vb;
1027 const GLfloat *dstclip = VB->ClipPtr->data[edst];
1041 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] );
1090 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
1092 /* If stride is zero, BackfaceColorPtr is constant across the VB, so
1097 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) {
1098 assert(VB->BackfaceColorPtr->stride == 4 * sizeof(GLfloat))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 159 /* The VB field in a VX form instruction when it must be the same
678 /* The VB field in a VA, VX or VXR form instruction. */
679 #define VB VA + 1
683 #define VC VB + 1
    [all...]

Completed in 1284 milliseconds

12