Searched refs:mapped_indices (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_draw_arrays.c | 66 const void *mapped_indices = NULL; local in function:softpipe_draw_vbo 101 mapped_indices = info->has_user_indices ? info->index.user : NULL; 102 if (!mapped_indices) { 103 mapped_indices = softpipe_resource_data(info->index.resource); 108 (ubyte *) mapped_indices, 150 if (mapped_indices) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_draw_arrays.c | 58 const void *mapped_indices = NULL; local in function:llvmpipe_draw_vbo 92 mapped_indices = info->has_user_indices ? info->index.user : NULL; 93 if (!mapped_indices) { 94 mapped_indices = llvmpipe_resource_data(info->index.resource); 98 (ubyte *) mapped_indices, 137 if (mapped_indices) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_draw_arrays.c | 78 const void *mapped_indices = NULL; local in function:softpipe_draw_vbo 113 mapped_indices = info->has_user_indices ? info->index.user : NULL; 114 if (!mapped_indices) { 115 mapped_indices = softpipe_resource_data(info->index.resource); 120 (ubyte *) mapped_indices, 150 if (mapped_indices) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_draw_arrays.c | 65 const void *mapped_indices = NULL; local in function:llvmpipe_draw_vbo 99 mapped_indices = info->has_user_indices ? info->index.user : NULL; 100 if (!mapped_indices) { 101 mapped_indices = llvmpipe_resource_data(info->index.resource); 105 (ubyte *) mapped_indices, 158 if (mapped_indices) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_context.c | 58 const void *mapped_indices = NULL; variable in typeref:typename:const void * 90 mapped_indices = info->has_user_indices ? info->index.user : NULL; 91 if (!mapped_indices) 92 mapped_indices = i915_buffer(info->index.resource)->data; 94 (ubyte *) mapped_indices, 120 if (mapped_indices)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_context.c | 64 const void *mapped_indices = NULL; local in function:i915_draw_vbo 97 mapped_indices = info->has_user_indices ? info->index.user : NULL; 98 if (!mapped_indices) 99 mapped_indices = i915_buffer(info->index.resource)->data; 100 draw_set_indexes(draw, (ubyte *)mapped_indices, info->index_size, ~0); 123 if (mapped_indices)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_draw_feedback.c | 118 const void *mapped_indices = NULL; local in function:st_feedback_draw_vbo 197 mapped_indices = pipe_buffer_map(pipe, stobj->buffer, 201 mapped_indices = ib->ptr; 208 info.index.user = mapped_indices; 211 (ubyte *) mapped_indices,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_draw_feedback.c | 119 const void *mapped_indices = NULL; local in function:st_feedback_draw_vbo 202 mapped_indices = pipe_buffer_map(pipe, stobj->buffer, 206 mapped_indices = ib->ptr; 214 info.index.user = mapped_indices; 217 (ubyte *) mapped_indices,
|
Completed in 10 milliseconds