Searched refs:vdiv_state (Results 1 – 1 of 1) sorted by relevance
49 VkPipelineVertexInputDivisorStateCreateInfoEXT vdiv_state = {}; in zink_create_gfx_pipeline() local51 vertex_input_state.pNext = &vdiv_state; in zink_create_gfx_pipeline()52 vdiv_state.sType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT; in zink_create_gfx_pipeline()53 vdiv_state.vertexBindingDivisorCount = state->divisors_present; in zink_create_gfx_pipeline()54 vdiv_state.pVertexBindingDivisors = state->divisors; in zink_create_gfx_pipeline()