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

  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 59 enum ib_type { enum
75 enum ib_type ib_type; member in struct:amdgpu_ib
174 assert(amdgpu_ib(base)->ib_type == IB_MAIN);
184 switch (ib->ib_type) {
192 unreachable("bad ib_type");
amdgpu_cs.c 481 switch (ib->ib_type) {
517 static unsigned amdgpu_ib_max_submit_dwords(enum ib_type ib_type)
519 switch (ib_type) {
534 unreachable("bad ib_type");
539 enum ib_type ib_type)
547 struct amdgpu_cs_ib_info *info = &cs->csc->ib[ib_type];
550 switch (ib_type) {
570 amdgpu_ib_max_submit_dwords(ib_type)));
    [all...]
  /external/mesa3d/src/mesa/main/
varray.h 315 _mesa_primitive_restart_index(const struct gl_context *ctx, GLenum ib_type);
varray.c     [all...]

Completed in 213 milliseconds