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 Dbrw_draw.h41 unsigned step_rate,
H A Dbrw_draw_upload.c577 buffer->step_rate = glbinding->InstanceDivisor;
662 buffer->step_rate = 0;
695 buffer->step_rate = glbinding->InstanceDivisor;
H A DgenX_state_upload.c241 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 Dbrw_context.h445 GLuint step_rate; member in struct:brw_vertex_buffer
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.h41 unsigned step_rate,
H A Dbrw_draw_upload.c578 buffer->step_rate = glbinding->InstanceDivisor;
663 buffer->step_rate = glbinding->InstanceDivisor;
700 buffer->step_rate = 0;
H A DgenX_state_upload.c235 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 Dbrw_context.h436 GLuint step_rate; member in struct:brw_vertex_buffer
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.4.rst124 - i965: Set step_rate = 0 for interleaved vertex buffers
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1751 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 Dcrocus_state.c3750 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