Home
last modified time | relevance | path

Searched refs:pipelineStatisticsQuery (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp90 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, pipelineStatisticsQuery); in isCoreFeaturesSupported()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp726 …E_FEATURE_ENTRY(DEVICE_CORE_FEATURE_PIPELINE_STATISTICS_QUERY , pipelineStatisticsQuery ),
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp772 FEATURE_ITEM(pipelineStatisticsQuery), in createDeviceWithUnsupportedFeaturesTest()
DvktApiFeatureInfo.cpp1042 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, pipelineStatisticsQuery), in deviceFeatures()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp801 pFeatures->pipelineStatisticsQuery = VK_TRUE; in getPhysicalDeviceFeatures()
DvkStructTypes.inl63 VkBool32 pipelineStatisticsQuery; member
DvkVulkan_c.inl1605 VkBool32 pipelineStatisticsQuery; member
DvkStrUtilImpl.inl2439 s << "\tpipelineStatisticsQuery = " << value.pipelineStatisticsQuery << '\n';
/external/mesa3d/src/intel/vulkan/
Danv_device.c724 .pipelineStatisticsQuery = true, in anv_GetPhysicalDeviceFeatures()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp193 if (!m_context.getDeviceFeatures().pipelineStatisticsQuery) in checkExtensions()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2628 … if (m_queryFragmentShaderInvocations && !context.getDeviceFeatures().pipelineStatisticsQuery) in createInstance()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c578 .pipelineStatisticsQuery = true, in radv_GetPhysicalDeviceFeatures()
/external/mesa3d/include/vulkan/
Dvulkan.h1532 VkBool32 pipelineStatisticsQuery; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1702 VkBool32 pipelineStatisticsQuery; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1702 VkBool32 pipelineStatisticsQuery; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h1867 VkBool32 pipelineStatisticsQuery; member
Dvulkan.hpp24387 , pipelineStatisticsQuery( pipelineStatisticsQuery_ ) in PhysicalDeviceFeatures()
24577 pipelineStatisticsQuery = pipelineStatisticsQuery_; in setPipelineStatisticsQuery()
24797 && ( pipelineStatisticsQuery == rhs.pipelineStatisticsQuery ) in operator ==()
24859 Bool32 pipelineStatisticsQuery; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h1820 VkBool32 pipelineStatisticsQuery; member
Dvulkan.hpp6305 , pipelineStatisticsQuery( pipelineStatisticsQuery_ ) in PhysicalDeviceFeatures()
6495 pipelineStatisticsQuery = pipelineStatisticsQuery_; in setPipelineStatisticsQuery()
6715 && ( pipelineStatisticsQuery == rhs.pipelineStatisticsQuery ) in operator ==()
6777 Bool32 pipelineStatisticsQuery; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1602 VkBool32 pipelineStatisticsQuery; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp17313 features.pipelineStatisticsQuery = VK_FALSE; in TEST_F()
17379 if (VK_TRUE != device_features.pipelineStatisticsQuery) { in TEST_F()
33980 if (features2.features.pipelineStatisticsQuery) { in TEST_F()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp4827 if (!device_data->enabled_features.core.pipelineStatisticsQuery) { in PreCallValidateCreateQueryPool()