Searched defs:has_user_indices (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_draw.c777 bool has_user_indices = vao->CurrentElementBufferName == 0; local in function:draw_elements
992 bool has_user_indices = vao->CurrentElementBufferName == 0; local in function:_mesa_marshal_MultiDrawElementsBaseVertex
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h721 unsigned has_user_indices:1; /**< if true, use index.user_buffer */ member in struct:pipe_draw_info
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c2033 bool has_user_indices = info->has_user_indices; local in function:r600_draw_vbo
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c2081 bool has_user_indices = info->has_user_indices; local in function:tc_draw_vbo
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h839 bool has_user_indices:1; /**< if true, use index.user_buffer */ member in struct:pipe_draw_info
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c2101 bool has_user_indices = info->index_size && info->has_user_indices; local in function:r600_draw_vbo
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c3138 bool has_user_indices = info->has_user_indices; local in function:tc_draw_vbo

Completed in 37 milliseconds