/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 242 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT; in zink_create_gfx_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 488 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT, 539 { VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT, { { "VK_EXT_sample_locations" }, setSampleLocations } }, in getDynamicStateInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 486 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT, 537 { VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT, { { "VK_EXT_sample_locations" }, setSampleLocations } }, in getDynamicStateInfo()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_decompress.c | 278 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT, in create_pipeline()
|
H A D | radv_pipeline.c | 1280 case VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT: in radv_dynamic_state_mask()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1637 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in drawSinglePass() 2527 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in drawRenderPasses() 2898 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in drawSubpasses() 3061 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in drawSameSubpass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1613 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in drawSinglePass() 2491 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in drawRenderPasses() 2857 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in drawSubpasses() 3015 dynamicState.push_back(VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in drawSameSubpass()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 2124 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT, in getDynamicStates() 2146 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT, in getDynamicStates() 3441 dynamicStates.push_back(vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in buildPipeline() 4184 case vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT: in setShaderObjectDynamicStates()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectPerformanceTests.cpp | 212 dynamicStates.push_back(vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in getDynamicStates()
|
H A D | vktShaderObjectPipelineInteractionTests.cpp | 404 dynamicStates.push_back(vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); in iterate()
|
H A D | vktShaderObjectMiscTests.cpp | 900 dynamicStates.push_back(vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT); 1060 if ((!m_params.pipeline && m_params.sampleLocations && m_params.sampleLocationsEnable) || hasDynamicState(dynamicStates, vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT))
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 3112 case VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT: in tu_pipeline_builder_parse_dynamic()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_enums.hpp | 2741 eSampleLocationsEXT = VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT,
|
H A D | vulkan_core.h | 1917 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 988 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000, enumerator
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 1527 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000, enumerator
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 1817 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000, enumerator
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 1609 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000, enumerator
|
H A D | vulkan_enums.hpp | 3759 eSampleLocationsEXT = VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT,
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 1639 VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000, enumerator
|