Searched refs:div_state (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1768 const VkPipelineVertexInputDivisorStateCreateInfoEXT *div_state = local in function:tu6_emit_vertex_input
1770 if (div_state) {
1771 for (uint32_t i = 0; i < div_state->vertexBindingDivisorCount; i++) {
1773 &div_state->pVertexBindingDivisors[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c716 const VkPipelineVertexInputDivisorStateCreateInfoEXT *div_state = local in function:handle_graphics_pipeline
749 if (div_state) {
750 for (unsigned j = 0; j < div_state->vertexBindingDivisorCount; j++) {
752 &div_state->pVertexBindingDivisors[j];

Completed in 12 milliseconds