Searched refs:offset_dwords (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_render.c | 435 uint32_t count_dwords, offset_dwords; local in function:r300_emit_draw_elements 469 offset_dwords = indexSize * start / sizeof(uint32_t); 492 OUT_CS(offset_dwords << 2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_render.c | 437 uint32_t count_dwords, offset_dwords; local in function:r300_emit_draw_elements 471 offset_dwords = indexSize * start / sizeof(uint32_t); 494 OUT_CS(offset_dwords << 2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm_surface_state.c | 728 unsigned stride_dwords, unsigned offset_dwords) 731 uint32_t offset_bytes = 4 * offset_dwords; 744 assert((size_dwords - offset_dwords) / stride_dwords 747 if (size_dwords > offset_dwords + num_vector_components) { 753 (size_dwords - offset_dwords - num_vector_components) / stride_dwords; 725 brw_update_sol_surface(struct brw_context * brw,struct gl_buffer_object * buffer_obj,uint32_t * out_offset,unsigned num_vector_components,unsigned stride_dwords,unsigned offset_dwords) argument
|
| H A D | brw_context.h | 1440 unsigned stride_dwords, unsigned offset_dwords);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm_surface_state.c | 735 unsigned stride_dwords, unsigned offset_dwords) 738 uint32_t offset_bytes = 4 * offset_dwords; 751 assert((size_dwords - offset_dwords) / stride_dwords 754 if (size_dwords > offset_dwords + num_vector_components) { 760 (size_dwords - offset_dwords - num_vector_components) / stride_dwords; 732 brw_update_sol_surface(struct brw_context * brw,struct gl_buffer_object * buffer_obj,uint32_t * out_offset,unsigned num_vector_components,unsigned stride_dwords,unsigned offset_dwords) argument
|
| H A D | brw_context.h | 1411 unsigned stride_dwords, unsigned offset_dwords);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 5303 unsigned offset_dwords = ice->state.so_target[buffer]->buffer_offset / 4 + output->dst_offset; local in function:emit_sol_surface 5311 // assert((size_dwords - offset_dwords) / stride_dwords 5314 if (size_dwords > offset_dwords + num_vector_components) { 5320 (size_dwords - offset_dwords - num_vector_components); 5358 offset_dwords * 4, RELOC_32BIT|RELOC_WRITE),
|
Completed in 51 milliseconds