Searched refs:pv_state (Results 1 – 1 of 1) sorted by relevance
197 VkPipelineRasterizationProvokingVertexStateCreateInfoEXT pv_state; in zink_create_gfx_pipeline() local198 pv_state.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_PROVOKING_VERTEX_STATE_CREATE_INFO_EXT; in zink_create_gfx_pipeline()199 pv_state.provokingVertexMode = hw_rast_state->pv_last ? in zink_create_gfx_pipeline()203 pv_state.pNext = rast_state.pNext; in zink_create_gfx_pipeline()204 rast_state.pNext = &pv_state; in zink_create_gfx_pipeline()