Home
last modified time | relevance | path

Searched refs:pPlaneLayouts (Results 1 – 25 of 29) sorted by relevance

12

/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_image.h224 … val->pPlaneLayouts = vn_cs_decoder_alloc_temp(dec, sizeof(*val->pPlaneLayouts) * iter_count); in vn_decode_VkImageDrmFormatModifierExplicitCreateInfoEXT_self_temp()
225 if (!val->pPlaneLayouts) return; in vn_decode_VkImageDrmFormatModifierExplicitCreateInfoEXT_self_temp()
227 … vn_decode_VkSubresourceLayout_temp(dec, &((VkSubresourceLayout *)val->pPlaneLayouts)[i]); in vn_decode_VkImageDrmFormatModifierExplicitCreateInfoEXT_self_temp()
230 val->pPlaneLayouts = NULL; in vn_decode_VkImageDrmFormatModifierExplicitCreateInfoEXT_self_temp()
254 if (val->pPlaneLayouts) { in vn_replace_VkImageDrmFormatModifierExplicitCreateInfoEXT_handle_self()
256 vn_replace_VkSubresourceLayout_handle(&((VkSubresourceLayout *)val->pPlaneLayouts)[i]); in vn_replace_VkImageDrmFormatModifierExplicitCreateInfoEXT_handle_self()
Dvulkan_core.h11232 const VkSubresourceLayout* pPlaneLayouts; member
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp65 VkSubresourceLayout* pPlaneLayouts; member
403 drmFormatModifier.pPlaneLayouts, in createImageWithDrmFormatExplicitModifier()
643 modifier.pPlaneLayouts = planeLayouts.data(); in createImageModifierExplicitCase()
/external/angle/src/libANGLE/renderer/vulkan/linux/
DDmaBufImageSiblingVkLinux.cpp462 imageDrmModifierCreateInfo.pPlaneLayouts = planes.data(); in initWithFormat()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp21564 pPlaneLayouts(nullptr) in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21567 if (in_struct->pPlaneLayouts) { in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21568 pPlaneLayouts = new VkSubresourceLayout[in_struct->drmFormatModifierPlaneCount]; in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21569 …memcpy ((void *)pPlaneLayouts, (void *)in_struct->pPlaneLayouts, sizeof(VkSubresourceLayout)*in_st… in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21575 pPlaneLayouts(nullptr) in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21583 pPlaneLayouts = nullptr; in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21585 if (src.pPlaneLayouts) { in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21586 pPlaneLayouts = new VkSubresourceLayout[src.drmFormatModifierPlaneCount]; in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21587 …memcpy ((void *)pPlaneLayouts, (void *)src.pPlaneLayouts, sizeof(VkSubresourceLayout)*src.drmForma… in safe_VkImageDrmFormatModifierExplicitCreateInfoEXT()
21595 if (pPlaneLayouts) in operator =()
[all …]
Dparameter_validation.cpp1077 … "pPlaneLayouts", structure->drmFormatModifierPlaneCount, &structure->pPlaneLayouts, true, true, k… in ValidatePnextStructContents()
1079 if (structure->pPlaneLayouts != NULL) in ValidatePnextStructContents()
Dvk_safe_struct.h4932 const VkSubresourceLayout* pPlaneLayouts; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_image.c527 plane_layouts = drm_explicit_info->pPlaneLayouts; in tu_CreateImage()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl3420 const VkSubresourceLayout* pPlaneLayouts; member
Dvulkan_json_data.hpp33299 if (obj.pPlaneLayouts) { in print_VkImageDrmFormatModifierExplicitCreateInfoEXT()
33304 print_VkSubresourceLayout(obj.pPlaneLayouts[i], "pPlaneLayouts", 0); in print_VkImageDrmFormatModifierExplicitCreateInfoEXT()
33306 print_VkSubresourceLayout(obj.pPlaneLayouts[i], "pPlaneLayouts", 1); in print_VkImageDrmFormatModifierExplicitCreateInfoEXT()
33343 if (obj->pPlaneLayouts) { in print_VkImageDrmFormatModifierExplicitCreateInfoEXT()
33348 print_VkSubresourceLayout(obj->pPlaneLayouts[i], "pPlaneLayouts", 0); in print_VkImageDrmFormatModifierExplicitCreateInfoEXT()
33350 print_VkSubresourceLayout(obj->pPlaneLayouts[i], "pPlaneLayouts", 1); in print_VkImageDrmFormatModifierExplicitCreateInfoEXT()
Dvulkan_json_parser.hpp12441 …(o.pPlaneLayouts) = (VkSubresourceLayout*)s_globalMem.allocate((o.drmFormatModifierPlaneCount), si… in parse_VkImageDrmFormatModifierExplicitCreateInfoEXT()
12443 if (obj_pPlaneLayouts.size() == 0) (o.pPlaneLayouts) = nullptr; in parse_VkImageDrmFormatModifierExplicitCreateInfoEXT()
12446 …out("pPlaneLayouts", obj_pPlaneLayouts[i], const_cast<VkSubresourceLayout&>((o.pPlaneLayouts[i]))); in parse_VkImageDrmFormatModifierExplicitCreateInfoEXT()
DvkVulkan_c.inl7072 const VkSubresourceLayout* pPlaneLayouts; member
DvkStrUtilImpl.inl7109 s << "\tpPlaneLayouts = " << value.pPlaneLayouts << '\n';
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h7067 const VkSubresourceLayout* pPlaneLayouts; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl4336 const VkSubresourceLayout* pPlaneLayouts; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h9044 const VkSubresourceLayout* pPlaneLayouts; member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp39962 , pPlaneLayouts( pPlaneLayouts_ )
39981 , pPlaneLayouts( planeLayouts_.data() ) in ImageDrmFormatModifierExplicitCreateInfoEXT()
40018 pPlaneLayouts = pPlaneLayouts_; in setPPlaneLayouts()
40027 pPlaneLayouts = planeLayouts_.data(); in setPlaneLayouts()
40055 … return std::tie( sType, pNext, drmFormatModifier, drmFormatModifierPlaneCount, pPlaneLayouts ); in reflect()
40068 …tModifierPlaneCount == rhs.drmFormatModifierPlaneCount ) && ( pPlaneLayouts == rhs.pPlaneLayouts ); in operator ==()
40083 const VULKAN_HPP_NAMESPACE::SubresourceLayout * pPlaneLayouts = {}; member
Dvulkan_core.h11355 const VkSubresourceLayout* pPlaneLayouts; member
Dvulkan_hash.hpp5221 VULKAN_HPP_HASH_COMBINE( seed, imageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayouts ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp37131 …fier_ ), drmFormatModifierPlaneCount( drmFormatModifierPlaneCount_ ), pPlaneLayouts( pPlaneLayouts…
37142 …tModifierPlaneCount( static_cast<uint32_t>( planeLayouts_.size() ) ), pPlaneLayouts( planeLayouts_… in ImageDrmFormatModifierExplicitCreateInfoEXT()
37177 pPlaneLayouts = pPlaneLayouts_; in setPPlaneLayouts()
37185 pPlaneLayouts = planeLayouts_.data(); in setPlaneLayouts()
37210 … return std::tie( sType, pNext, drmFormatModifier, drmFormatModifierPlaneCount, pPlaneLayouts ); in reflect()
37227 && ( pPlaneLayouts == rhs.pPlaneLayouts ); in operator ==()
37242 const VULKAN_HPP_NAMESPACE::SubresourceLayout * pPlaneLayouts = {}; member
Dvulkan_core.h11698 const VkSubresourceLayout* pPlaneLayouts; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp41242 , pPlaneLayouts( pPlaneLayouts_ )
41261 , pPlaneLayouts( planeLayouts_.data() ) in ImageDrmFormatModifierExplicitCreateInfoEXT()
41298 pPlaneLayouts = pPlaneLayouts_; in setPPlaneLayouts()
41307 pPlaneLayouts = planeLayouts_.data(); in setPlaneLayouts()
41335 … return std::tie( sType, pNext, drmFormatModifier, drmFormatModifierPlaneCount, pPlaneLayouts ); in reflect()
41348 …tModifierPlaneCount == rhs.drmFormatModifierPlaneCount ) && ( pPlaneLayouts == rhs.pPlaneLayouts ); in operator ==()
41363 const VULKAN_HPP_NAMESPACE::SubresourceLayout * pPlaneLayouts = {}; member
Dvulkan_core.h12099 const VkSubresourceLayout* pPlaneLayouts; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9698 const VkSubresourceLayout* pPlaneLayouts; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h11541 const VkSubresourceLayout* pPlaneLayouts; member

12