Home
last modified time | relevance | path

Searched refs:VkBindImageMemoryInfo (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp54 …indImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… in vkBindImageMemory2KHR()
DlibVulkan.cpp1653 …vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… in vkBindImageMemory2()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp60 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/
DvkMemUtil.cpp365 const VkBindImageMemoryInfo coreInfo = in bindImagePlaneMemory()
DvkGetStructureTypeImpl.inl249 template<> VkStructureType getStructureType<VkBindImageMemoryInfo> (void)
DvkFunctionPointerTypes.inl143 …ory2Func) (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
251 …y2KHRFunc) (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
DvkVulkan_c.inl3751 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);
DvkConcreteDeviceInterface.inl126 …mageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
DvkVirtualDeviceInterface.inl126 …mageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
DvkDeviceDriverImpl.inl615 …:bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
DvkStructTypes.inl1205 struct VkBindImageMemoryInfo struct
DvkStrUtil.inl392 std::ostream& operator<< (std::ostream& s, const VkBindImageMemoryInfo& value);
DvkNullDriverImpl.inl1030 … bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfo…
/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp430 VkBindImageMemoryInfo bindImageInfo; in make_vk_backend_texture()
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp310 VkBindImageMemoryInfo bindImageInfo; in make_vk_backend_texture()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp1159 VkBindImageMemoryInfo bindInfo = in iterate()
1448 VkBindImageMemoryInfo bindInfo = in iterate()
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3903 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/
Dvulkan_core.h3903 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/
Dvulkan_core.h4068 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);
Dvulkan.hpp1130 …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/
Dvulkan_core.h4021 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);
Dvulkan.hpp1147 …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/
DVkHardwareBufferTest.cpp769 VkBindImageMemoryInfo bindImageInfo; in importHardwareBuffer()
/external/skqp/tests/
DVkHardwareBufferTest.cpp781 VkBindImageMemoryInfo bindImageInfo; in importHardwareBuffer()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3748 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);

12