/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 152 features->pipelineStatisticsQuery = VK_TRUE; in NamesToVulkanFeatures() 377 if (available_features.pipelineStatisticsQuery == VK_FALSE && in AreAllRequiredFeaturesSupported() 378 required_features.pipelineStatisticsQuery == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolConcurrentTests.cpp | 283 if (context.getDeviceFeatures().pipelineStatisticsQuery) in PrimaryCommandBufferConcurrentTestInstance() 552 if (context.getDeviceFeatures().pipelineStatisticsQuery) in SecondaryCommandBufferConcurrentTestInstance()
|
D | vktQueryPoolStatisticsTests.cpp | 467 if (!m_context.getDeviceFeatures().pipelineStatisticsQuery) in checkExtensions() 3554 if (!m_context.getDeviceFeatures().pipelineStatisticsQuery) in checkExtensions()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 84 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, pipelineStatisticsQuery) in isCoreFeaturesSupported()
|
/external/deqp-deps/amber/src/vulkan/ |
D | device.cc | 219 if (available_features.pipelineStatisticsQuery == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/external/deqp-deps/amber/docs/ |
D | vk_script.md | 468 * `pipelineStatisticsQuery`
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 829 …E_FEATURE_ENTRY(DEVICE_CORE_FEATURE_PIPELINE_STATISTICS_QUERY , pipelineStatisticsQuery ),
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 893 pFeatures->pipelineStatisticsQuery = VK_TRUE; in getPhysicalDeviceFeatures()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 320 .pipelineStatisticsQuery = true, in lvp_GetPhysicalDeviceFeatures()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 394 .pipelineStatisticsQuery = true, in tu_GetPhysicalDeviceFeatures2()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 695 .pipelineStatisticsQuery = false, in v3dv_GetPhysicalDeviceFeatures()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 3340 mEnabledFeatures.features.pipelineStatisticsQuery = in initializeDevice() 4377 mPhysicalDeviceFeatures.pipelineStatisticsQuery == VK_TRUE); in initFeatures()
|
/external/deqp/external/vulkancts/modules/vulkan/sc/ |
D | vktDeviceObjectReservationTests.cpp | 984 …PELINESTATISTICS_QUERIES_PER_POOL && context.getDeviceFeatures().pipelineStatisticsQuery == VK_FAL… in checkSupportVerifyMaxValues()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1645 FEATURE_ITEM(VkPhysicalDeviceFeatures, pipelineStatisticsQuery), in createDeviceWithUnsupportedFeaturesTest()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_others.cpp | 1453 features.pipelineStatisticsQuery = VK_FALSE; in TEST_F() 1519 if (VK_TRUE != device_features.pipelineStatisticsQuery) { in TEST_F()
|
D | vkpositivelayertests.cpp | 6724 if (features2.features.pipelineStatisticsQuery) { in TEST_F()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2488 device_features_ptr->pipelineStatisticsQuery = true; in overlay_CreateDevice()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkStructTypes.inl | 214 VkBool32 pipelineStatisticsQuery; member
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 2418 if (physical_device_features.pipelineStatisticsQuery) { in manual_PreCallValidateBeginCommandBuffer()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 933 .pipelineStatisticsQuery = true, in anv_GetPhysicalDeviceFeatures()
|
/external/vulkan-validation-layers/layers/generated/ |
D | parameter_validation.cpp | 330 …DeviceFeatures2", "features.pipelineStatisticsQuery", structure->features.pipelineStatisticsQuery); in ValidatePnextStructContents() 1775 …EnabledFeatures->pipelineStatisticsQuery", pCreateInfo->pEnabledFeatures->pipelineStatisticsQuery); in PreCallValidateCreateDevice()
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_device.h | 420 vn_encode_VkBool32(enc, &val->pipelineStatisticsQuery); in vn_encode_VkPhysicalDeviceFeatures() 480 vn_decode_VkBool32(dec, &val->pipelineStatisticsQuery); in vn_decode_VkPhysicalDeviceFeatures_temp()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 1763 VkBool32 pipelineStatisticsQuery; member
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkStructTypes.inl | 980 VkBool32 pipelineStatisticsQuery; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1001 .pipelineStatisticsQuery = true, in radv_GetPhysicalDeviceFeatures()
|