• Home
  • Raw
  • Download

Lines Matching refs:dynamicStateEnables

177    VkDynamicState dynamicStateEnables[30] = {  in zink_create_gfx_pipeline()  local
185 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT; in zink_create_gfx_pipeline()
186 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT; in zink_create_gfx_pipeline()
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
188 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
190 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT; in zink_create_gfx_pipeline()
191 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
193 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
195 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
197 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT; in zink_create_gfx_pipeline()
199 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
208 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT; in zink_create_gfx_pipeline()
211 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
229 pipelineDynamicStateCreateInfo.pDynamicStates = dynamicStateEnables; in zink_create_gfx_pipeline()