Home
last modified time | relevance | path

Searched refs:VkSubresourceLayout (Results 1 - 25 of 55) sorted by relevance

123

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_image.c69 const VkSubresourceLayout *plane_layouts) in panvk_image_create()
100 const VkSubresourceLayout **plane_layouts) in panvk_image_select_mod()
197 const VkSubresourceLayout *plane_layouts; in panvk_CreateImage()
236 VkSubresourceLayout *pLayout) in panvk_GetImageSubresourceLayout()
/third_party/skia/tools/gpu/vk/
H A DVkYcbcrSamplerHelper.cpp136 VkSubresourceLayout yLayout; in createBackendTexture()
148 VkSubresourceLayout uvLayout; in createBackendTexture()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h178 /* struct VkSubresourceLayout */
181 vn_sizeof_VkSubresourceLayout(const VkSubresourceLayout *val) in vn_sizeof_VkSubresourceLayout()
193 vn_encode_VkSubresourceLayout(struct vn_cs_encoder *enc, const VkSubresourceLayout *val) in vn_encode_VkSubresourceLayout()
203 vn_decode_VkSubresourceLayout(struct vn_cs_decoder *dec, VkSubresourceLayout *val) in vn_decode_VkSubresourceLayout()
213 vn_sizeof_VkSubresourceLayout_partial(const VkSubresourceLayout *val) in vn_sizeof_VkSubresourceLayout_partial()
225 vn_encode_VkSubresourceLayout_partial(struct vn_cs_encoder *enc, const VkSubresourceLayout *val) in vn_encode_VkSubresourceLayout_partial()
1506 static inline size_t vn_sizeof_vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) in vn_sizeof_vkGetImageSubresourceLayout()
1524 static inline void vn_encode_vkGetImageSubresourceLayout(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) in vn_encode_vkGetImageSubresourceLayout()
1539 static inline size_t vn_sizeof_vkGetImageSubresourceLayout_reply(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) in vn_sizeof_vkGetImageSubresourceLayout_reply()
1554 static inline void vn_decode_vkGetImageSubresourceLayout_reply(struct vn_cs_decoder *dec, VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayou
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
H A DvktModifiersTests.cpp65 VkSubresourceLayout* pPlaneLayouts;
620 std::vector<VkSubresourceLayout> planeLayouts; in createImageModifierExplicitCase()
624 VkSubresourceLayout subresourceLayout; in createImageModifierExplicitCase()
852 std::vector<VkSubresourceLayout> planeLayouts; in exportImportMemoryExplicitModifiersCase()
856 VkSubresourceLayout subresourceLayout; in exportImportMemoryExplicitModifiersCase()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c535 VkSubresourceLayout image_layout; in wsi_create_native_image_mem()
548 VkSubresourceLayout image_layout; in wsi_create_native_image_mem()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp424 std::vector<VkSubresourceLayout> planes(planeCount, VkSubresourceLayout{}); in initImpl()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c344 const VkSubresourceLayout *plane_layouts) in tu_image_init()
593 const VkSubresourceLayout *plane_layouts = NULL; in tu_CreateImage()
754 VkSubresourceLayout *pLayout) in tu_GetImageSubresourceLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp513 VkSubresourceLayout levelSubresourceLayout; in iterateAspect()
514 VkSubresourceLayout subresourceLayout; in iterateAspect()
720 VkSubresourceLayout subresourceLayout1 = {}; in iterate()
733 const auto size = sizeof(VkSubresourceLayout); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp144 vk::VkSubresourceLayout subresourceLayout; in imageOffsetTest()
148 // VkSubresourceLayout::offset is the byte offset from the start of the image or the plane in imageOffsetTest()
H A DvktYCbCrUtil.cpp509 VkSubresourceLayout layout; in fillImageMemory()
729 VkSubresourceLayout layout; in readImageMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp144 vk::VkSubresourceLayout subresourceLayout; in imageOffsetTest()
148 // VkSubresourceLayout::offset is the byte offset from the start of the image or the plane in imageOffsetTest()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c689 VkSubresourceLayout plane_layouts[4]; in resource_object_create()
690 VkSubresourceLayout plane_layout = { in resource_object_create()
1321 VkSubresourceLayout sub_res_layout = {0}; in zink_resource_get_param()
1337 VkSubresourceLayout srl; in zink_resource_get_param()
1354 VkSubresourceLayout srl; in zink_resource_get_param()
1982 VkSubresourceLayout srl; in zink_image_map()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.hpp60 void getSubresourceLayout(const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) const;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceDmaBuf.cpp230 // VkSubresourceLayout here. in CreateImage()
231 VkSubresourceLayout planeLayout; in CreateImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp65 VkSubresourceLayout* pPlaneLayouts;
615 std::vector<VkSubresourceLayout> planeLayouts; in createImageModifierExplicitCase()
619 VkSubresourceLayout subresourceLayout; in createImageModifierExplicitCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp508 VkSubresourceLayout levelSubresourceLayout; in iterateAspect()
509 VkSubresourceLayout subresourceLayout; in iterateAspect()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c239 VkSubresourceLayout *layout) in pvr_GetImageSubresourceLayout()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c212 VkSubresourceLayout* pLayout) in lvp_GetImageSubresourceLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp441 vk::VkSubresourceLayout imageLayout; in readLinear()
788 vk::VkSubresourceLayout imageLayout; in uploadLinear()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp441 vk::VkSubresourceLayout imageLayout; in readLinear()
788 vk::VkSubresourceLayout imageLayout; in uploadLinear()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c432 VkSubresourceLayout *layout) in v3dv_GetImageSubresourceLayout()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c531 VkSubresourceLayout *pLayout) in vn_GetImageSubresourceLayout()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c1334 const VkSubresourceLayout *primary_layout = &drm_info->pPlaneLayouts[plane]; in add_all_surfaces_explicit_layout()
1346 const VkSubresourceLayout *aux_layout = &drm_info->pPlaneLayouts[1]; in add_all_surfaces_explicit_layout()
1999 VkSubresourceLayout* layout) in anv_GetImageSubresourceLayout()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h395 VkSubresourceLayout *outSubresourceLayout) const;
1201 VkSubresourceLayout *outSubresourceLayout) const in getSubresourceLayout()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c2557 VkSubresourceLayout layout; in vulkan_map_frame_to_mem()
2681 VkSubresourceLayout ext_img_layouts[AV_DRM_MAX_PLANES]; in vulkan_map_from_drm_frame_desc()
2686 .pPlaneLayouts = (const VkSubresourceLayout *)&ext_img_layouts, in vulkan_map_from_drm_frame_desc()
3362 VkSubresourceLayout layout; in vulkan_map_to_drm()

Completed in 41 milliseconds

123