Home
last modified time | relevance | path

Searched refs:pPlaneLayouts (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
H A DvktModifiersTests.cpp65 VkSubresourceLayout* pPlaneLayouts; member
408 drmFormatModifier.pPlaneLayouts, in createImageWithDrmFormatExplicitModifier()
599 DE_NULL, // pPlaneLayouts in createImageModifierExplicitCase()
634 // For each element of pPlaneLayouts, size must be 0 in createImageModifierExplicitCase()
637 // For each element of pPlaneLayouts, arrayPitch must be 0 if VkImageCreateInfo::arrayLayers is 1 in createImageModifierExplicitCase()
640 // For each element of pPlaneLayouts, depthPitch must be 0 if VkImageCreateInfo::extent.depth is 1 in createImageModifierExplicitCase()
648 modifier.pPlaneLayouts = planeLayouts.data(); in createImageModifierExplicitCase()
850 DE_NULL, // pPlaneLayouts in exportImportMemoryExplicitModifiersCase()
871 explicitModifier.pPlaneLayouts = planeLayouts.data(); in exportImportMemoryExplicitModifiersCase()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_image.c138 *plane_layouts = drm_explicit_info->pPlaneLayouts; in panvk_image_select_mod()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceDmaBuf.cpp250 explicitCreateInfo.pPlaneLayouts = &planeLayout; in CreateImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp65 VkSubresourceLayout* pPlaneLayouts; member
403 drmFormatModifier.pPlaneLayouts, in createImageWithDrmFormatExplicitModifier()
594 DE_NULL, // pPlaneLayouts in createImageModifierExplicitCase()
629 // For each element of pPlaneLayouts, size must be 0 in createImageModifierExplicitCase()
632 // For each element of pPlaneLayouts, arrayPitch must be 0 if VkImageCreateInfo::arrayLayers is 1 in createImageModifierExplicitCase()
635 // For each element of pPlaneLayouts, depthPitch must be 0 if VkImageCreateInfo::extent.depth is 1 in createImageModifierExplicitCase()
643 modifier.pPlaneLayouts = planeLayouts.data(); in createImageModifierExplicitCase()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c1685 if (mod_info->pPlaneLayouts[plane].rowPitch % image->planes[plane].surface.bpe || in radv_image_create_layout()
1686 !mod_info->pPlaneLayouts[plane].rowPitch) in radv_image_create_layout()
1689 offset = mod_info->pPlaneLayouts[plane].offset; in radv_image_create_layout()
1690 stride = mod_info->pPlaneLayouts[plane].rowPitch / image->planes[plane].surface.bpe; in radv_image_create_layout()
1711 0) != mod_info->pPlaneLayouts[i].offset) in radv_image_create_layout()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp436 imageDrmModifierCreateInfo.pPlaneLayouts = planes.data(); in initImpl()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c138 "pPlaneLayouts[]::offset is misaligned"); in image_binding_grow()
149 "pPlaneLayouts[]::offset is too small"); in image_binding_grow()
162 "pPlaneLayouts[]::offset is too large"); in image_binding_grow()
1313 if (drm_info->pPlaneLayouts[i].rowPitch == 0) { in add_all_surfaces_explicit_layout()
1317 "pPlaneLayouts[%u]::rowPitch is 0", i); in add_all_surfaces_explicit_layout()
1320 if (drm_info->pPlaneLayouts[i].offset == ANV_OFFSET_IMPLICIT) { in add_all_surfaces_explicit_layout()
1324 "pPlaneLayouts[%u]::offset is %" PRIu64, in add_all_surfaces_explicit_layout()
1334 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()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h250 if (val->pPlaneLayouts) { in vn_sizeof_VkImageDrmFormatModifierExplicitCreateInfoEXT_self()
253 size += vn_sizeof_VkSubresourceLayout(&val->pPlaneLayouts[i]); in vn_sizeof_VkImageDrmFormatModifierExplicitCreateInfoEXT_self()
285 if (val->pPlaneLayouts) { in vn_encode_VkImageDrmFormatModifierExplicitCreateInfoEXT_self()
288 vn_encode_VkSubresourceLayout(enc, &val->pPlaneLayouts[i]); in vn_encode_VkImageDrmFormatModifierExplicitCreateInfoEXT_self()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c622 plane_layouts = drm_explicit_info->pPlaneLayouts; in tu_CreateImage()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c512 .pPlaneLayouts = out_builder->layouts, in vn_android_get_image_builder()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c726 idfmeci.pPlaneLayouts = plane_layouts; in resource_object_create()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c2686 .pPlaneLayouts = (const VkSubresourceLayout *)&ext_img_layouts, in vulkan_map_from_drm_frame_desc()
2870 /* Offset is already signalled via pPlaneLayouts above */ in vulkan_map_from_drm_frame_desc()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp12573 (o.pPlaneLayouts) = (VkSubresourceLayout*)s_globalMem.allocate((o.drmFormatModifierPlaneCount), sizeof(VkSubresourceLayout)); in parse_VkImageDrmFormatModifierExplicitCreateInfoEXT()
12574 Json::Value& obj_pPlaneLayouts = obj["pPlaneLayouts"]; in parse_VkImageDrmFormatModifierExplicitCreateInfoEXT()
12575 if (obj_pPlaneLayouts.size() == 0) (o.pPlaneLayouts) = nullptr; in parse_VkImageDrmFormatModifierExplicitCreateInfoEXT()
12578 parse_VkSubresourceLayout("pPlaneLayouts", obj_pPlaneLayouts[i], const_cast<VkSubresourceLayout&>((o.pPlaneLayouts[i]))); in parse_VkImageDrmFormatModifierExplicitCreateInfoEXT()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp30660 , pPlaneLayouts( pPlaneLayouts_ ) pPlaneLayouts() function
30679 , pPlaneLayouts( planeLayouts_.data() ) pPlaneLayouts() function
30765 const VULKAN_HPP_NAMESPACE::SubresourceLayout * pPlaneLayouts = {}; global() member
[all...]
H A Dvulkan_core.h10086 const VkSubresourceLayout* pPlaneLayouts; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h7096 const VkSubresourceLayout* pPlaneLayouts; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9698 const VkSubresourceLayout* pPlaneLayouts; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11199 const VkSubresourceLayout* pPlaneLayouts; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10246 const VkSubresourceLayout* pPlaneLayouts; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp44043 , pPlaneLayouts( pPlaneLayouts_ ) pPlaneLayouts() function
44062 , pPlaneLayouts( planeLayouts_.data() ) pPlaneLayouts() function
44164 const VULKAN_HPP_NAMESPACE::SubresourceLayout * pPlaneLayouts = {}; global() member
[all...]
H A Dvulkan_core.h13078 const VkSubresourceLayout* pPlaneLayouts; member
H A Dvulkan_hash.hpp5781 VULKAN_HPP_HASH_COMBINE( seed, imageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayouts );

Completed in 455 milliseconds