Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemDeviceLossTests.cpp67 if (context.getDeviceFeatures().pipelineStatisticsQuery) in createPostmortemDevice()
68 features2.features.pipelineStatisticsQuery = 1; in createPostmortemDevice()
127 const bool usePipelineStatisticsQuery = m_context.getDeviceFeatures().pipelineStatisticsQuery; in iterate()
/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc157 features->pipelineStatisticsQuery = VK_TRUE; in NamesToVulkanFeatures()
382 if (available_features.pipelineStatisticsQuery == VK_FALSE && in AreAllRequiredFeaturesSupported()
383 required_features.pipelineStatisticsQuery == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/external/mesa3d/src/imagination/vulkan/
Dpvr_query.c61 assert(!device->vk.enabled_features.pipelineStatisticsQuery); in pvr_CreateQueryPool()
Dpvr_device.c230 .pipelineStatisticsQuery = false, in pvr_physical_device_get_supported_features()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolConcurrentTests.cpp295 if (context.getDeviceFeatures().pipelineStatisticsQuery) in PrimaryCommandBufferConcurrentTestInstance()
583 if (context.getDeviceFeatures().pipelineStatisticsQuery) in SecondaryCommandBufferConcurrentTestInstance()
DvktQueryPoolStatisticsTests.cpp804 if (!m_context.getDeviceFeatures().pipelineStatisticsQuery) in checkExtensions()
4179 if (!m_context.getDeviceFeatures().pipelineStatisticsQuery) in checkExtensions()
4912 if (!context.getDeviceFeatures().pipelineStatisticsQuery) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp87 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, pipelineStatisticsQuery) in isCoreFeaturesSupported()
/external/deqp-deps/amber/src/vulkan/
Ddevice.cc225 if (available_features.pipelineStatisticsQuery == VK_FALSE) in AreAllRequiredFeaturesSupported()
/external/mesa3d/src/nouveau/vulkan/
Dnvk_physical_device.c259 .pipelineStatisticsQuery = true, in nvk_get_device_features()
/external/deqp-deps/amber/docs/
Dvk_script.md468 * `pipelineStatisticsQuery`
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp1174 … DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_PIPELINE_STATISTICS_QUERY, pipelineStatisticsQuery),
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1086 pFeatures->pipelineStatisticsQuery = VK_TRUE; in getPhysicalDeviceFeatures()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c394 .pipelineStatisticsQuery = true, in tu_GetPhysicalDeviceFeatures2()
Dtu_device.cc319 features->pipelineStatisticsQuery = true; in tu_get_features()
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktDeviceObjectReservationTests.cpp889 context.getDeviceFeatures().pipelineStatisticsQuery == VK_FALSE) in checkSupportVerifyMaxValues()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_renderer.cpp3499 mEnabledFeatures.features.pipelineStatisticsQuery = in setupDevice()
4616 mPhysicalDeviceFeatures.pipelineStatisticsQuery == VK_TRUE); in initFeatures()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c261 .pipelineStatisticsQuery = false, in get_features()
/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.c729 .pipelineStatisticsQuery = true, in radv_physical_device_get_features()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c295 .pipelineStatisticsQuery = true, in lvp_get_features()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1667 FEATURE_ITEM(VkPhysicalDeviceFeatures, pipelineStatisticsQuery), in createDeviceWithUnsupportedFeaturesTest()
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp1453 features.pipelineStatisticsQuery = VK_FALSE; in TEST_F()
1519 if (VK_TRUE != device_features.pipelineStatisticsQuery) { in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktPrimitivesGeneratedQueryTests.cpp2419 if (!context.getDeviceFeatures().pipelineStatisticsQuery) in checkSupport()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2572 device_features_ptr->pipelineStatisticsQuery = true; in overlay_CreateDevice()
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_device.c377 .pipelineStatisticsQuery = true, in get_features()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c651 return screen->info.feats.features.pipelineStatisticsQuery; in zink_get_param()

123