Searched refs:step_rate (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_draw.h | 41 unsigned step_rate,
|
| H A D | brw_draw_upload.c | 577 buffer->step_rate = glbinding->InstanceDivisor; 662 buffer->step_rate = 0; 695 buffer->step_rate = glbinding->InstanceDivisor;
|
| H A D | genX_state_upload.c | 241 MAYBE_UNUSED unsigned step_rate) 264 .BufferAccessType = step_rate ? INSTANCEDATA : VERTEXDATA, 265 .InstanceDataStepRate = step_rate, 599 buffer->step_rate); 837 vfi.InstancingEnable = buffer->step_rate != 0; 838 vfi.InstanceDataStepRate = buffer->step_rate;
|
| H A D | brw_context.h | 445 GLuint step_rate; member in struct:brw_vertex_buffer
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_draw.h | 41 unsigned step_rate,
|
| H A D | brw_draw_upload.c | 578 buffer->step_rate = glbinding->InstanceDivisor; 663 buffer->step_rate = glbinding->InstanceDivisor; 700 buffer->step_rate = 0;
|
| H A D | genX_state_upload.c | 235 UNUSED unsigned step_rate) 258 .BufferAccessType = step_rate ? INSTANCEDATA : VERTEXDATA, 259 .InstanceDataStepRate = step_rate, 592 buffer->step_rate); 829 vfi.InstancingEnable = buffer->step_rate != 0; 830 vfi.InstanceDataStepRate = buffer->step_rate;
|
| H A D | brw_context.h | 436 GLuint step_rate; member in struct:brw_vertex_buffer
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.4.rst | 124 - i965: Set step_rate = 0 for interleaved vertex buffers
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 1751 uint32_t step_rate[MAX_VBS]; local in function:tu6_emit_vertex_input 1765 step_rate[binding->binding] = 1; 1774 step_rate[desc->binding] = desc->divisor; 1804 A6XX_VFD_DECODE_STEP_RATE(vfd_decode_idx, step_rate[attr->binding]));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 3750 uint32_t step_rate[16]; member in struct:crocus_vertex_element_state 3835 cso->step_rate[state[i].vertex_buffer_index] = state[i].instance_divisor; 5820 unsigned step_rate, 5838 vb.BufferAccessType = step_rate ? INSTANCEDATA : VERTEXDATA; 5839 vb.InstanceDataStepRate = step_rate; 7598 uint32_t step_rate = ice->state.cso_vertex_elements->step_rate[i]; local in function:crocus_upload_dirty_render_state 7604 step_rate, 5814 emit_vertex_buffer_state(struct crocus_batch * batch,unsigned buffer_id,struct crocus_bo * bo,unsigned start_offset,unsigned end_offset,unsigned stride,unsigned step_rate,uint32_t ** map) argument
|
Completed in 42 milliseconds