/external/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 54 …indImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… in vkBindImageMemory2KHR()
|
D | libVulkan.cpp | 1653 …vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… in vkBindImageMemory2()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 60 typedef std::vector<VkBindImageMemoryInfo> BindImageMemoryInfosList; 326 const VkBindImageMemoryInfo makeImageMemoryBindingInfo (VkImage image, in makeImageMemoryBindingInfo() 329 const VkBindImageMemoryInfo imageMemoryBinding = in makeImageMemoryBindingInfo()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 365 const VkBindImageMemoryInfo coreInfo = in bindImagePlaneMemory()
|
D | vkGetStructureTypeImpl.inl | 249 template<> VkStructureType getStructureType<VkBindImageMemoryInfo> (void)
|
D | vkFunctionPointerTypes.inl | 143 …ory2Func) (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 251 …y2KHRFunc) (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
|
D | vkVulkan_c.inl | 3751 typedef struct VkBindImageMemoryInfo { struct 3757 } VkBindImageMemoryInfo; argument 4229 …kBindImageMemory2)(VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 4268 const VkBindImageMemoryInfo* pBindInfos); 6212 typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; 6222 …ndImageMemory2KHR)(VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 6233 const VkBindImageMemoryInfo* pBindInfos);
|
D | vkConcreteDeviceInterface.inl | 126 …mageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
|
D | vkVirtualDeviceInterface.inl | 126 …mageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
|
D | vkDeviceDriverImpl.inl | 615 …:bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
|
D | vkStructTypes.inl | 1205 struct VkBindImageMemoryInfo struct
|
D | vkStrUtil.inl | 392 std::ostream& operator<< (std::ostream& s, const VkBindImageMemoryInfo& value);
|
D | vkNullDriverImpl.inl | 1030 … bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
|
/external/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 430 VkBindImageMemoryInfo bindImageInfo; in make_vk_backend_texture()
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 310 VkBindImageMemoryInfo bindImageInfo; in make_vk_backend_texture()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 1159 VkBindImageMemoryInfo bindInfo = in iterate() 1448 VkBindImageMemoryInfo bindInfo = in iterate()
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3903 typedef struct VkBindImageMemoryInfo { struct 3909 } VkBindImageMemoryInfo; argument 4373 …kBindImageMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 4412 const VkBindImageMemoryInfo* pBindInfos); 5773 typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; 5777 …ndImageMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 5788 const VkBindImageMemoryInfo* pBindInfos);
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3903 typedef struct VkBindImageMemoryInfo { struct 3909 } VkBindImageMemoryInfo; argument 4373 …kBindImageMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 4412 const VkBindImageMemoryInfo* pBindInfos); 5773 typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; 5777 …ndImageMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 5788 const VkBindImageMemoryInfo* pBindInfos);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4068 typedef struct VkBindImageMemoryInfo { struct 4074 } VkBindImageMemoryInfo; argument 4540 …kBindImageMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 4579 const VkBindImageMemoryInfo* pBindInfos); 6060 typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; 6064 …ndImageMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 6075 const VkBindImageMemoryInfo* pBindInfos);
|
D | vulkan.hpp | 1130 …kBindImageMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… in vkBindImageMemory2() 1135 …ndImageMemory2KHR( VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… in vkBindImageMemory2KHR() 18431 BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) in BindImageMemoryInfo() 18436 BindImageMemoryInfo& operator=( VkBindImageMemoryInfo const & rhs ) in operator =() 18466 operator VkBindImageMemoryInfo const&() const in operator VkBindImageMemoryInfo const&() 18468 return *reinterpret_cast<const VkBindImageMemoryInfo*>( this ); in operator VkBindImageMemoryInfo const&() 18471 operator VkBindImageMemoryInfo &() in operator VkBindImageMemoryInfo&() 18473 return *reinterpret_cast<VkBindImageMemoryInfo*>( this ); in operator VkBindImageMemoryInfo&() 18499 …static_assert( sizeof( BindImageMemoryInfo ) == sizeof( VkBindImageMemoryInfo ), "struct and wrapp… 48550 …BindImageMemory2( m_device, bindInfoCount, reinterpret_cast<const VkBindImageMemoryInfo*>( pBindIn… in bindImageMemory2() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 4021 typedef struct VkBindImageMemoryInfo { struct 4027 } VkBindImageMemoryInfo; argument 4493 …kBindImageMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 4532 const VkBindImageMemoryInfo* pBindInfos); 5999 typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; 6003 …ndImageMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 6014 const VkBindImageMemoryInfo* pBindInfos);
|
D | vulkan.hpp | 1147 …VkResult vkBindImageMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo*… in vkBindImageMemory2() 1151 …ndImageMemory2KHR( VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… in vkBindImageMemory2KHR() 14359 BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) in BindImageMemoryInfo() 14364 BindImageMemoryInfo& operator=( VkBindImageMemoryInfo const & rhs ) in operator =() 14393 operator VkBindImageMemoryInfo const&() const in operator VkBindImageMemoryInfo const&() 14395 return *reinterpret_cast<const VkBindImageMemoryInfo*>(this); in operator VkBindImageMemoryInfo const&() 14398 operator VkBindImageMemoryInfo &() in operator VkBindImageMemoryInfo&() 14400 return *reinterpret_cast<VkBindImageMemoryInfo*>(this); in operator VkBindImageMemoryInfo&() 14426 …static_assert( sizeof( BindImageMemoryInfo ) == sizeof( VkBindImageMemoryInfo ), "struct and wrapp… 43983 …BindImageMemory2( m_device, bindInfoCount, reinterpret_cast<const VkBindImageMemoryInfo*>( pBindIn… in bindImageMemory2() [all …]
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 769 VkBindImageMemoryInfo bindImageInfo; in importHardwareBuffer()
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 781 VkBindImageMemoryInfo bindImageInfo; in importHardwareBuffer()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 3748 typedef struct VkBindImageMemoryInfo { struct 3754 } VkBindImageMemoryInfo; argument 4226 …kBindImageMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 4265 const VkBindImageMemoryInfo* pBindInfos); 6209 typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; 6219 …ndImageMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 6230 const VkBindImageMemoryInfo* pBindInfos);
|