/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueryPool.cpp | 189 if(flags & ~(VK_QUERY_CONTROL_PRECISE_BIT)) in begin()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 476 vk.cmdBeginQuery(cmdBuffer.get(), queryPool, 0, VK_QUERY_CONTROL_PRECISE_BIT); in iterate() 683 vk::VkQueryControlFlags queryControlFlags = { VK_QUERY_CONTROL_PRECISE_BIT }; in checkSupport() 685 if (queryControlFlags && vk::VK_QUERY_CONTROL_PRECISE_BIT != context.getDeviceFeatures().occlusionQueryPrecise) in checkSupport()
|
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 2256 vk.cmdBeginQuery(cmdBuffer.get(), queryPool, QUERY_INDEX_NO_EARLY_FRAG, VK_QUERY_CONTROL_PRECISE_BIT); 2276 vk.cmdBeginQuery(cmdBuffer.get(), queryPool, QUERY_INDEX_EARLY_FRAG, VK_QUERY_CONTROL_PRECISE_BIT);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 476 vk.cmdBeginQuery(cmdBuffer.get(), queryPool, 0, VK_QUERY_CONTROL_PRECISE_BIT); in iterate() 683 vk::VkQueryControlFlags queryControlFlags = { VK_QUERY_CONTROL_PRECISE_BIT }; in checkSupport() 685 if (queryControlFlags && vk::VK_QUERY_CONTROL_PRECISE_BIT != context.getDeviceFeatures().occlusionQueryPrecise) in checkSupport()
|
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 2235 vk.cmdBeginQuery(cmdBuffer.get(), queryPool, QUERY_INDEX_NO_EARLY_FRAG, VK_QUERY_CONTROL_PRECISE_BIT); 2250 vk.cmdBeginQuery(cmdBuffer.get(), queryPool, QUERY_INDEX_EARLY_FRAG, VK_QUERY_CONTROL_PRECISE_BIT);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 351 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFeatures().occlusionQueryPrecise) in BasicOcclusionQueryTestInstance() 492 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) || expectedValue == 0) in iterate() 591 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFeatures().occlusionQueryPrecise) in OcclusionQueryTestInstance() 1229 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) || (expectedValueMin == 0 && expectedValueMax == 0)) in validateResults() 1331 testVector.queryControlFlags = vk::VK_QUERY_CONTROL_PRECISE_BIT; in init() 1337 const vk::VkQueryControlFlags controlFlags[] = { 0, vk::VK_QUERY_CONTROL_PRECISE_BIT }; in init()
|
H A D | vktQueryPoolFragInvocationTests.cpp | 145 const auto controlFlags = (isInvQuery ? 0u : static_cast<VkQueryControlFlags>(VK_QUERY_CONTROL_PRECISE_BIT)); in testInvocations()
|
H A D | vktQueryPoolPerformanceTests.cpp | 627 vkd.cmdBeginQuery(*cmdBuffer, *queryPool, 0, VK_QUERY_CONTROL_PRECISE_BIT); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 351 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFeatures().occlusionQueryPrecise) in BasicOcclusionQueryTestInstance() 492 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) || expectedValue == 0) in iterate() 591 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFeatures().occlusionQueryPrecise) in OcclusionQueryTestInstance() 1229 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) || (expectedValueMin == 0 && expectedValueMax == 0)) in validateResults() 1331 testVector.queryControlFlags = vk::VK_QUERY_CONTROL_PRECISE_BIT; in init() 1337 const vk::VkQueryControlFlags controlFlags[] = { 0, vk::VK_QUERY_CONTROL_PRECISE_BIT }; in init()
|
H A D | vktQueryPoolPerformanceTests.cpp | 622 vkd.cmdBeginQuery(*cmdBuffer, *queryPool, 0, VK_QUERY_CONTROL_PRECISE_BIT); in iterate()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_query.c | 50 return flags & VK_QUERY_CONTROL_PRECISE_BIT ? in dzn_query_pool_get_query_type()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_query.c | 1753 if (flags & VK_QUERY_CONTROL_PRECISE_BIT) { in emit_begin_query() 1762 if ((flags & VK_QUERY_CONTROL_PRECISE_BIT) && in emit_begin_query()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 2384 VK_QUERY_CONTROL_PRECISE_BIT, // queryFlags in recordBufferQueryPreciseWithFlagTest() 2412 vk.cmdBeginQuery(primCmdBuf.get(), queryPool.get(), 0u, VK_QUERY_CONTROL_PRECISE_BIT); in recordBufferQueryPreciseWithFlagTest() 2479 VK_QUERY_CONTROL_PRECISE_BIT, // queryFlags in recordBufferQueryImpreciseWithFlagTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 2384 VK_QUERY_CONTROL_PRECISE_BIT, // queryFlags in recordBufferQueryPreciseWithFlagTest() 2412 vk.cmdBeginQuery(primCmdBuf.get(), queryPool.get(), 0u, VK_QUERY_CONTROL_PRECISE_BIT); in recordBufferQueryPreciseWithFlagTest() 2479 VK_QUERY_CONTROL_PRECISE_BIT, // queryFlags in recordBufferQueryImpreciseWithFlagTest()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 840 flags |= VK_QUERY_CONTROL_PRECISE_BIT; in begin_query()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 2924 , m_occlusionQueryFlags ((parameters.viewIndex == TEST_TYPE_QUERIES) * VK_QUERY_CONTROL_PRECISE_BIT) in MultiViewQueriesTestInstance()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 1042 VK_QUERY_CONTROL_PRECISE_BIT = 1, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 2952 , m_occlusionQueryFlags ((parameters.viewIndex == TEST_TYPE_QUERIES) * VK_QUERY_CONTROL_PRECISE_BIT) in MultiViewQueriesTestInstance()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_enums.hpp | 3524 ePrecise = VK_QUERY_CONTROL_PRECISE_BIT
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1550 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2284 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2633 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 2369 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
|
H A D | vulkan_enums.hpp | 4694 ePrecise = VK_QUERY_CONTROL_PRECISE_BIT
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2418 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
|