Home
last modified time | relevance | path

Searched refs:allowCommandBufferQueryCopies (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1689 props->allowCommandBufferQueryCopies = true; in v3dv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1315 properties->allowCommandBufferQueryCopies = false; in tu_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp4440 …performanceQueryProperties[0].allowCommandBufferQueryCopies != performanceQueryProperties[1].allow… in deviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2551 properties->allowCommandBufferQueryCopies = false; in anv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2743 VkBool32 allowCommandBufferQueryCopies; member
DvkVulkan_c.inl8249 VkBool32 allowCommandBufferQueryCopies; member
DvkStrUtilImpl.inl8208 s << "\tallowCommandBufferQueryCopies = " << value.allowCommandBufferQueryCopies << '\n';
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2566 properties->allowCommandBufferQueryCopies = false; in radv_GetPhysicalDeviceProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7026 VkBool32 allowCommandBufferQueryCopies; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7287 VkBool32 allowCommandBufferQueryCopies; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h7127 VkBool32 allowCommandBufferQueryCopies; member
Dvulkan_structs.hpp47869 : allowCommandBufferQueryCopies( allowCommandBufferQueryCopies_ )
47908 ( allowCommandBufferQueryCopies == rhs.allowCommandBufferQueryCopies ); in operator ==()
47920 VULKAN_HPP_NAMESPACE::Bool32 allowCommandBufferQueryCopies = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h8493 VkBool32 allowCommandBufferQueryCopies; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h8615 VkBool32 allowCommandBufferQueryCopies; member
Dvulkan_hash.hpp8571 …PP_HASH_COMBINE( seed, physicalDevicePerformanceQueryPropertiesKHR.allowCommandBufferQueryCopies ); in operator ()()
Dvulkan_structs.hpp62518 , allowCommandBufferQueryCopies( allowCommandBufferQueryCopies_ )
62556 return std::tie( sType, pNext, allowCommandBufferQueryCopies ); in reflect()
62568 …rhs.sType ) && ( pNext == rhs.pNext ) && ( allowCommandBufferQueryCopies == rhs.allowCommandBuffer… in operator ==()
62581 VULKAN_HPP_NAMESPACE::Bool32 allowCommandBufferQueryCopies = {}; member