Home
last modified time | relevance | path

Searched refs:VK_QUERY_CONTROL_PRECISE_BIT (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp320 …if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFea… in BasicOcclusionQueryTestInstance()
466 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) || expectedValue == 0) in iterate()
564 …if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFea… in OcclusionQueryTestInstance()
1016 …if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) || (expectedValueMin == 0 … in validateResults()
1107 testVector.queryControlFlags = vk::VK_QUERY_CONTROL_PRECISE_BIT; in init()
1113 vk::VkQueryControlFlags controlFlags[] = { 0, vk::VK_QUERY_CONTROL_PRECISE_BIT }; in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp2824 VK_QUERY_CONTROL_PRECISE_BIT, // queryFlags in recordBufferQueryPreciseWithFlagTest()
2852 vk.cmdBeginQuery(primCmdBuf.get(), queryPool.get(), 0u, VK_QUERY_CONTROL_PRECISE_BIT); in recordBufferQueryPreciseWithFlagTest()
2919 VK_QUERY_CONTROL_PRECISE_BIT, // queryFlags in recordBufferQueryImpreciseWithFlagTest()
2948 vk.cmdBeginQuery(primCmdBuf.get(), queryPool.get(), 0u, VK_QUERY_CONTROL_PRECISE_BIT); in recordBufferQueryImpreciseWithFlagTest()
3044 vk.cmdBeginQuery(primCmdBuf.get(), queryPool.get(), 0u, VK_QUERY_CONTROL_PRECISE_BIT); in recordBufferQueryImpreciseWithoutFlagTest()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBasicTypes.inl1280 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
DvkStrUtilImpl.inl1480 tcu::Format::BitDesc(VK_QUERY_CONTROL_PRECISE_BIT, "VK_QUERY_CONTROL_PRECISE_BIT"),
/external/deqp/doc/testspecs/VK/
Dapitests.adoc626 …buffer with occlusionQueryEnable == VK_TRUE and queryFlags == VK_QUERY_CONTROL_PRECISE_BIT and exe…
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp1197 VkQueryControlFlagBits allFlags = (VkQueryControlFlagBits)(VK_QUERY_CONTROL_PRECISE_BIT); in ValidateEnumerator()
1211 if (enumerator & VK_QUERY_CONTROL_PRECISE_BIT) { in EnumeratorString()
Dcore_validation.cpp7153 (pInfo->queryFlags & VK_QUERY_CONTROL_PRECISE_BIT)) { in BeginCommandBuffer()
Dvk_validation_error_database.txt113 …er of the pInheritanceInfo member pBeginInfo must not contain VK_QUERY_CONTROL_PRECISE_BIT' (https…
1022 …yPool was not VK_QUERY_TYPE_OCCLUSION, flags must not contain VK_QUERY_CONTROL_PRECISE_BIT' (https…
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1127 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
Dvulkan.hpp10804 ePrecise = VK_QUERY_CONTROL_PRECISE_BIT
/external/mesa3d/include/vulkan/
Dvulkan.h1136 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1233 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1292 VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, enumerator