HomeSort by relevance Sort by last modified time
    Searched defs:ib_type (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 63 GLenum ib_type; local
66 ib_type = GL_UNSIGNED_INT;
68 ib_type = GL_UNSIGNED_SHORT;
70 ib_type = GL_UNSIGNED_BYTE;
72 nouveau_init_array(&render->ib, 0, 0, ib->count, ib_type,
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 58 enum ib_type { enum
73 enum ib_type ib_type; member in struct:amdgpu_ib
200 assert(amdgpu_ib(base)->ib_type == IB_MAIN);
210 switch (ib->ib_type) {
214 unreachable("bad ib_type");

Completed in 252 milliseconds