Home
last modified time | relevance | path

Searched refs:divisor_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2433 const VkPipelineVertexInputDivisorStateCreateInfoEXT *divisor_state = in radv_generate_graphics_pipeline_key() local
2454 if (divisor_state) { in radv_generate_graphics_pipeline_key()
2455 for (unsigned i = 0; i < divisor_state->vertexBindingDivisorCount; ++i) { in radv_generate_graphics_pipeline_key()
2456 instance_rate_divisors[divisor_state->pVertexBindingDivisors[i].binding] = in radv_generate_graphics_pipeline_key()
2457 divisor_state->pVertexBindingDivisors[i].divisor; in radv_generate_graphics_pipeline_key()