Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_performance_query/
Dprops.txt15 * pname:allowCommandBufferQueryCopies is ename:VK_TRUE if the performance
/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/external/vulkan-docs/src/chapters/
Dqueries.txt1138 slink:VkPhysicalDevicePerformanceQueryPropertiesKHR::pname:allowCommandBufferQueryCopies
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2743 VkBool32 allowCommandBufferQueryCopies; member
DvkVulkan_c.inl8249 VkBool32 allowCommandBufferQueryCopies; member
DvkStrUtilImpl.inl8222 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/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h7295 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.h8985 VkBool32 allowCommandBufferQueryCopies; member
Dvulkan_structs.hpp66666 , allowCommandBufferQueryCopies( allowCommandBufferQueryCopies_ )
66704 return std::tie( sType, pNext, allowCommandBufferQueryCopies ); in reflect()
66716 …rhs.sType ) && ( pNext == rhs.pNext ) && ( allowCommandBufferQueryCopies == rhs.allowCommandBuffer… in operator ==()
66729 VULKAN_HPP_NAMESPACE::Bool32 allowCommandBufferQueryCopies = {}; member
Dvulkan_hash.hpp9087 …PP_HASH_COMBINE( seed, physicalDevicePerformanceQueryPropertiesKHR.allowCommandBufferQueryCopies ); in operator ()()