Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c65 VkPipelineVertexInputDivisorStateCreateInfoEXT vdiv_state; in zink_create_gfx_pipeline() local
67 memset(&vdiv_state, 0, sizeof(vdiv_state)); in zink_create_gfx_pipeline()
68 vertex_input_state.pNext = &vdiv_state; in zink_create_gfx_pipeline()
69 vdiv_state.sType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT; in zink_create_gfx_pipeline()
70 vdiv_state.vertexBindingDivisorCount = state->element_state->b.divisors_present; in zink_create_gfx_pipeline()
71 vdiv_state.pVertexBindingDivisors = state->element_state->b.divisors; in zink_create_gfx_pipeline()