| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_vbo_t.c | 67 GLenum ib_type; local 70 ib_type = GL_UNSIGNED_INT; 72 ib_type = GL_UNSIGNED_SHORT; 74 ib_type = GL_UNSIGNED_BYTE; 76 nouveau_init_array(&render->ib, 0, 0, ib->count, ib_type,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_vbo_t.c | 67 GLenum ib_type; local 70 ib_type = GL_UNSIGNED_INT; 72 ib_type = GL_UNSIGNED_SHORT; 74 ib_type = GL_UNSIGNED_BYTE; 76 nouveau_init_array(&render->ib, 0, 0, ib->count, ib_type,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_cs.h | 64 enum ib_type { enum 87 enum ib_type ib_type; member in struct:amdgpu_ib 229 assert(!cs || cs->main.ib_type == IB_MAIN);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_cs.h | 58 enum ib_type { enum 80 enum ib_type ib_type; member in struct:amdgpu_ib 210 assert(amdgpu_ib(base)->ib_type == IB_MAIN); 220 switch (ib->ib_type) { 224 unreachable("bad ib_type");
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_priv.h | 317 GLenum ib_type; member in struct:glamor_screen_private
|