/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 104 vector<vk::VkBindImageMemoryInfo> coreInfos; in imageOffsetTest() 127 vk::VkBindImageMemoryInfo coreInfo = in imageOffsetTest()
|
H A D | vktYCbCrViewTests.cpp | 522 VkBindImageMemoryInfo coreInfo = in testPlaneView()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 104 vector<vk::VkBindImageMemoryInfo> coreInfos; in imageOffsetTest() 127 vk::VkBindImageMemoryInfo coreInfo = in imageOffsetTest()
|
H A D | vktYCbCrViewTests.cpp | 474 VkBindImageMemoryInfo coreInfo = in testPlaneView()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_image.h | 613 /* struct VkBindImageMemoryInfo chain */ 646 vn_sizeof_VkBindImageMemoryInfo_self(const VkBindImageMemoryInfo *val) in vn_sizeof_VkBindImageMemoryInfo_self() 657 vn_sizeof_VkBindImageMemoryInfo(const VkBindImageMemoryInfo *val) in vn_sizeof_VkBindImageMemoryInfo() 698 vn_encode_VkBindImageMemoryInfo_self(struct vn_cs_encoder *enc, const VkBindImageMemoryInfo *val) in vn_encode_VkBindImageMemoryInfo_self() 707 vn_encode_VkBindImageMemoryInfo(struct vn_cs_encoder *enc, const VkBindImageMemoryInfo *val) in vn_encode_VkBindImageMemoryInfo() 1570 static inline size_t vn_sizeof_vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) in vn_sizeof_vkBindImageMemory2() 1589 static inline void vn_encode_vkBindImageMemory2(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) in vn_encode_vkBindImageMemory2() 1607 static inline size_t vn_sizeof_vkBindImageMemory2_reply(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) in vn_sizeof_vkBindImageMemory2_reply() 1621 static inline VkResult vn_decode_vkBindImageMemory2_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) in vn_decode_vkBindImageMemory2_reply() 2123 static inline void vn_submit_vkBindImageMemory2(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_image.c | 444 const VkBindImageMemoryInfo *pBindInfos) in vn_BindImageMemory2() 449 VkBindImageMemoryInfo *local_infos = NULL; in vn_BindImageMemory2() 451 const VkBindImageMemoryInfo *info = &pBindInfos[i]; in vn_BindImageMemory2() 468 unreachable("VkBindImageMemoryInfo with no memory"); in vn_BindImageMemory2()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.cpp | 428 vector<VkBindImageMemoryInfo> coreInfos; in bindImagePlanesMemory() 448 VkBindImageMemoryInfo coreInfo = in bindImagePlanesMemory()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 286 VkBindImageMemoryInfo bind_info = { in tu_import_memory_from_gralloc_handle()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_android.c | 272 VkBindImageMemoryInfo bind_info = { in v3dv_import_native_buffer_fd()
|
H A D | v3dv_device.c | 2477 bind_image_memory(const VkBindImageMemoryInfo *info) in bind_image_memory() 2498 const VkBindImageMemoryInfo *pBindInfos) in v3dv_BindImageMemory2() 2508 VkBindImageMemoryInfo swapchain_bind = { in v3dv_BindImageMemory2()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPromotedExtensions.cpp | 56 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) in vkBindImageMemory2KHR()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 62 typedef std::vector<VkBindImageMemoryInfo> BindImageMemoryInfosList; 340 const VkBindImageMemoryInfo makeImageMemoryBindingInfo (VkImage image, in makeImageMemoryBindingInfo() 343 const VkBindImageMemoryInfo imageMemoryBinding = in makeImageMemoryBindingInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 62 typedef std::vector<VkBindImageMemoryInfo> BindImageMemoryInfosList; 340 const VkBindImageMemoryInfo makeImageMemoryBindingInfo (VkImage image, in makeImageMemoryBindingInfo() 343 const VkBindImageMemoryInfo imageMemoryBinding = in makeImageMemoryBindingInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 1064 std::vector<VkBindImageMemoryInfo> bindImageMemoryInfos (numImages); in testImageSwapchainCreateInfo() 1080 VkBindImageMemoryInfo bimInfo = in testImageSwapchainCreateInfo() 2063 vector<VkBindImageMemoryInfo> bindImageMemoryInfos (numImages); in deviceGroupRenderTest2() 2079 VkBindImageMemoryInfo bimInfo = in deviceGroupRenderTest2() 2097 vector<VkBindImageMemoryInfo> bindImageMemoryInfos (numImages); in deviceGroupRenderTest2() 2126 VkBindImageMemoryInfo bimInfo = in deviceGroupRenderTest2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 1048 std::vector<VkBindImageMemoryInfo> bindImageMemoryInfos (numImages); in testImageSwapchainCreateInfo() 1064 VkBindImageMemoryInfo bimInfo = in testImageSwapchainCreateInfo() 2047 vector<VkBindImageMemoryInfo> bindImageMemoryInfos (numImages); in deviceGroupRenderTest2() 2063 VkBindImageMemoryInfo bimInfo = in deviceGroupRenderTest2() 2081 vector<VkBindImageMemoryInfo> bindImageMemoryInfos (numImages); in deviceGroupRenderTest2() 2110 VkBindImageMemoryInfo bimInfo = in deviceGroupRenderTest2()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_image.c | 206 const VkBindImageMemoryInfo *pBindInfos) in pvr_BindImageMemory2()
|
/third_party/skia/src/gpu/ |
H A D | GrAHardwareBufferUtils.cpp | 464 VkBindImageMemoryInfo bindImageInfo; in make_vk_backend_texture()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 200 VkBindImageMemoryInfo bind_info = { in radv_image_from_gralloc()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 466 VkBindImageMemoryInfo bind = { in vk_common_BindImageMemory()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1984 const VkBindImageMemoryInfo *pBindInfos) in lvp_BindImageMemory2() 1988 const VkBindImageMemoryInfo *bind_info = &pBindInfos[i]; in lvp_BindImageMemory2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_image.c | 678 const VkBindImageMemoryInfo *pBindInfos) in dzn_BindImageMemory2() 683 const VkBindImageMemoryInfo *bind_info = &pBindInfos[i]; in dzn_BindImageMemory2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 1248 VkBindImageMemoryInfo bindInfo = in iterate() 1538 VkBindImageMemoryInfo bindInfo = in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 1248 VkBindImageMemoryInfo bindInfo = in iterate() 1538 VkBindImageMemoryInfo bindInfo = in iterate()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_image.c | 1852 const VkBindImageMemoryInfo* pBindInfos) in anv_BindImageMemory2() 1857 const VkBindImageMemoryInfo *bind_info = &pBindInfos[i]; in anv_BindImageMemory2()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 1343 const VkBindImageMemoryInfo *pBindInfos) in panvk_BindImageMemory2()
|