Home
last modified time | relevance | path

Searched defs:has_user_indices (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglthread_draw.c777 bool has_user_indices = vao->CurrentElementBufferName == 0; in draw_elements() local
992 bool has_user_indices = vao->CurrentElementBufferName == 0; in _mesa_marshal_MultiDrawElementsBaseVertex() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2101 bool has_user_indices = info->index_size && info->has_user_indices; in r600_draw_vbo() local
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h839 bool has_user_indices:1; /**< if true, use index.user_buffer */ member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c3138 bool has_user_indices = info->has_user_indices; in tc_draw_vbo() local