/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 307 VkExternalMemoryProperties *external_properties) in panvk_get_external_image_format_properties() 348 *external_properties = (VkExternalMemoryProperties) { in panvk_get_external_image_format_properties()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 1329 static const VkExternalMemoryProperties opaque_fd_only_props = { 1340 static const VkExternalMemoryProperties opaque_fd_dma_buf_props = { 1352 static const VkExternalMemoryProperties userptr_props = { 1359 static const VkExternalMemoryProperties android_buffer_props = { 1369 static const VkExternalMemoryProperties android_image_props = { 1663 (VkExternalMemoryProperties) { in anv_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | physical_device.h | 44 BUILDER_VALUE(PhysicalDevice, VkExternalMemoryProperties, external_memory_properties, {})
|
H A D | test_icd.cpp | 1061 sizeof(VkExternalMemoryProperties));
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.c | 569 (VkExternalMemoryProperties) { in tu_get_external_image_format_properties() 718 (VkExternalMemoryProperties) { in tu_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_formats.c | 534 static const VkExternalMemoryProperties prime_fd_props = { 685 (VkExternalMemoryProperties) { in v3dv_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_formats.c | 389 external_props->externalMemoryProperties = (VkExternalMemoryProperties) { in lvp_GetPhysicalDeviceImageFormatProperties2() 448 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties) { in lvp_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 304 (VkExternalMemoryProperties){ in pvr_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 70 void checkExternalMemoryProperties (const vk::VkExternalMemoryProperties& properties) in checkExternalMemoryProperties() 769 vk::VkExternalMemoryProperties() in verifyFormatProperties() 1033 VkExternalMemoryProperties() // VkExternalMemoryProperties externalMemoryProperties; in verifyBufferProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 70 void checkExternalMemoryProperties (const vk::VkExternalMemoryProperties& properties) in checkExternalMemoryProperties() 769 vk::VkExternalMemoryProperties() in verifyFormatProperties() 1033 VkExternalMemoryProperties() // VkExternalMemoryProperties externalMemoryProperties; in verifyBufferProperties()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 719 VkExternalMemoryProperties *extMemProperties = &properties->externalMemoryProperties; in getProperties() 754 VkExternalMemoryProperties *extMemProperties = &properties->externalMemoryProperties; in getProperties() 837 VkExternalMemoryProperties *properties = &pExternalBufferProperties->externalMemoryProperties; in getProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 1682 VkExternalMemoryProperties *external_properties, in get_external_image_format_properties() 1754 *external_properties = (VkExternalMemoryProperties){ in get_external_image_format_properties() 2039 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties){ in radv_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 788 external_props->externalMemoryProperties = (VkExternalMemoryProperties) { 0 }; in dzn_physical_device_get_image_format_properties() 1001 (VkExternalMemoryProperties) { in dzn_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 2397 VkExternalMemoryProperties *mem_props = in vn_GetPhysicalDeviceImageFormatProperties2() 2470 VkExternalMemoryProperties *props = in vn_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 636 const VkExternalMemoryProperties& externalImageFormatProps = in checkOptimalHardwareBuffer()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3664 typedef struct VkExternalMemoryProperties { struct 3668 } VkExternalMemoryProperties; typedef 3673 VkExternalMemoryProperties externalMemoryProperties; 3687 VkExternalMemoryProperties externalMemoryProperties;
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3935 typedef struct VkExternalMemoryProperties { struct 3939 } VkExternalMemoryProperties; typedef 3950 VkExternalMemoryProperties externalMemoryProperties; 3964 VkExternalMemoryProperties externalMemoryProperties;
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 2508 void FillInRandomExtMemoryData(VkExternalMemoryProperties& props) { in FillInRandomExtMemoryData() 2515 bool CompareExtMemoryData(const VkExternalMemoryProperties& props1, const VkExternalMemoryProperties& props2, in CompareExtMemoryData() 2608 // Compare against 'zeroed' out VkExternalMemoryProperties in TEST() 2609 ASSERT_TRUE(CompareExtMemoryData(VkExternalMemoryProperties{}, props.externalMemoryProperties)); in TEST()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4922 typedef struct VkExternalMemoryProperties { struct 4926 } VkExternalMemoryProperties; typedef 4937 VkExternalMemoryProperties externalMemoryProperties; 4951 VkExternalMemoryProperties externalMemoryProperties; 6568 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5280 typedef struct VkExternalMemoryProperties { struct 5284 } VkExternalMemoryProperties; typedef 5295 VkExternalMemoryProperties externalMemoryProperties; 5309 VkExternalMemoryProperties externalMemoryProperties; 8035 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 5016 typedef struct VkExternalMemoryProperties { struct 5020 } VkExternalMemoryProperties; typedef 5031 VkExternalMemoryProperties externalMemoryProperties; 5045 VkExternalMemoryProperties externalMemoryProperties; 6669 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
|
H A D | vulkan_structs.hpp | 24669 using NativeType = VkExternalMemoryProperties; 24683 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT 24690 ExternalMemoryProperties & operator=( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT 24696 operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT 24698 return *reinterpret_cast<const VkExternalMemoryProperties *>( this ); 24701 operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT 24703 return *reinterpret_cast<VkExternalMemoryProperties *>( this ); 24728 sizeof( VkExternalMemoryProperties ), [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5065 typedef struct VkExternalMemoryProperties { struct 5069 } VkExternalMemoryProperties; typedef 5080 VkExternalMemoryProperties externalMemoryProperties; 5094 VkExternalMemoryProperties externalMemoryProperties; 6829 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5433 typedef struct VkExternalMemoryProperties { struct 5437 } VkExternalMemoryProperties; typedef 5448 VkExternalMemoryProperties externalMemoryProperties; 5462 VkExternalMemoryProperties externalMemoryProperties; 9033 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 16907 /* struct VkExternalMemoryProperties */ 16910 vn_sizeof_VkExternalMemoryProperties(const VkExternalMemoryProperties *val) in vn_sizeof_VkExternalMemoryProperties() 16920 vn_decode_VkExternalMemoryProperties(struct vn_cs_decoder *dec, VkExternalMemoryProperties *val) in vn_decode_VkExternalMemoryProperties() 16928 vn_sizeof_VkExternalMemoryProperties_partial(const VkExternalMemoryProperties *val) in vn_sizeof_VkExternalMemoryProperties_partial() 16938 vn_encode_VkExternalMemoryProperties_partial(struct vn_cs_encoder *enc, const VkExternalMemoryProperties *val) in vn_encode_VkExternalMemoryProperties_partial()
|