/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 65 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 D | panvk_image.c | 138 *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 D | MemoryServiceDmaBuf.cpp | 250 explicitCreateInfo.pPlaneLayouts = &planeLayout; in CreateImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 65 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 D | radv_image.c | 1685 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 D | DmaBufImageSiblingVkLinux.cpp | 436 imageDrmModifierCreateInfo.pPlaneLayouts = planes.data(); in initImpl()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_image.c | 138 "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 D | vn_protocol_driver_image.h | 250 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 D | tu_image.c | 622 plane_layouts = drm_explicit_info->pPlaneLayouts; in tu_CreateImage()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.c | 512 .pPlaneLayouts = out_builder->layouts, in vn_android_get_image_builder()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 726 idfmeci.pPlaneLayouts = plane_layouts; in resource_object_create()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 2686 .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 D | vulkan_json_data.hpp | [all...] |
H A D | vulkan_json_parser.hpp | 12573 (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 D | vulkan_structs.hpp | 30660 , pPlaneLayouts( pPlaneLayouts_ ) pPlaneLayouts() function 30679 , pPlaneLayouts( planeLayouts_.data() ) pPlaneLayouts() function 30765 const VULKAN_HPP_NAMESPACE::SubresourceLayout * pPlaneLayouts = {}; global() member [all...] |
H A D | vulkan_core.h | 10086 const VkSubresourceLayout* pPlaneLayouts; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7096 const VkSubresourceLayout* pPlaneLayouts; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9698 const VkSubresourceLayout* pPlaneLayouts; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 11199 const VkSubresourceLayout* pPlaneLayouts; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 10246 const VkSubresourceLayout* pPlaneLayouts; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 44043 , pPlaneLayouts( pPlaneLayouts_ ) pPlaneLayouts() function 44062 , pPlaneLayouts( planeLayouts_.data() ) pPlaneLayouts() function 44164 const VULKAN_HPP_NAMESPACE::SubresourceLayout * pPlaneLayouts = {}; global() member [all...] |
H A D | vulkan_core.h | 13078 const VkSubresourceLayout* pPlaneLayouts; member
|
H A D | vulkan_hash.hpp | 5781 VULKAN_HPP_HASH_COMBINE( seed, imageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayouts );
|