Searched refs:ib_type (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | 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");
|
| H A D | amdgpu_cs.c | 718 static unsigned amdgpu_ib_max_submit_dwords(enum ib_type ib_type) argument 720 switch (ib_type) { 728 unreachable("bad ib_type"); 733 enum ib_type ib_type) 741 struct drm_amdgpu_cs_chunk_ib *info = &cs->csc->ib[ib_type]; 744 switch (ib_type) { 761 amdgpu_ib_max_submit_dwords(ib_type))); 951 cs->main.ib_type 732 amdgpu_get_new_ib(struct radeon_winsys * ws,struct amdgpu_cs * cs,enum ib_type ib_type) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | 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);
|
| H A D | amdgpu_cs.c | 773 struct drm_amdgpu_cs_chunk_ib *info = &cs->csc->ib[ib->ib_type]; 814 if (ib->ib_type == IB_MAIN) 977 cs->main.ib_type = IB_MAIN;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_vbo_t.c | 67 GLenum ib_type; local in function:vbo_init_arrays 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/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_vbo_t.c | 67 GLenum ib_type; local in function:vbo_init_arrays 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/xorg-server/dist/glamor/ |
| H A D | glamor.c | 356 glamor_priv->ib_type = GL_UNSIGNED_SHORT; 360 glDrawElements(GL_TRIANGLES, count * 6, glamor_priv->ib_type, NULL);
|
| H A D | glamor_priv.h | 290 GLenum ib_type; member in struct:glamor_screen_private
|
Completed in 12 milliseconds