Home
last modified time | relevance | path

Searched refs:planeAspect (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkYCbCrImageWithMemory.cpp45 const VkImageAspectFlagBits planeAspect = getPlaneAspect(planeNdx); in YCbCrImageWithMemory() local
46 …st VkMemoryRequirements reqs = getImagePlaneMemoryRequirements(vk, device, *m_image, planeAspect); in YCbCrImageWithMemory()
50 …vice, *m_image, m_allocations.back()->getMemory(), m_allocations.back()->getOffset(), planeAspect); in YCbCrImageWithMemory()
DvkQueryUtil.cpp252 VkImageAspectFlagBits planeAspect) in getImagePlaneMemoryRequirements() argument
267 planeInfo.planeAspect = planeAspect; in getImagePlaneMemoryRequirements()
DvkMemUtil.cpp332 VkImageAspectFlagBits planeAspect) in bindImagePlaneMemory() argument
338 planeAspect in bindImagePlaneMemory()
DvkMemUtil.hpp146 …kImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset, VkImageAspectFlagBits planeAspect);
DvkImageUtil.hpp117 deUint32 getAspectPlaneNdx (VkImageAspectFlagBits planeAspect);
DvkQueryUtil.hpp57 … (const DeviceInterface& vk, VkDevice device, VkImage image, VkImageAspectFlagBits planeAspect);
DvkStructTypes.inl1553 VkImageAspectFlagBits planeAspect; member
1560 VkImageAspectFlagBits planeAspect; member
DvkStrUtilImpl.inl4294 s << "\tplaneAspect = " << value.planeAspect << '\n';
4304 s << "\tplaneAspect = " << value.planeAspect << '\n';
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp296 const VkImageAspectFlagBits planeAspect = getPlaneAspect(planeNdx); in allocateAndBindImageMemory() local
297 …onst VkMemoryRequirements reqs = getImagePlaneMemoryRequirements(vkd, device, image, planeAspect); in allocateAndBindImageMemory()
301 …vkd, device, image, allocations.back()->getMemory(), allocations.back()->getOffset(), planeAspect); in allocateAndBindImageMemory()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp17370 : planeAspect( planeAspect_ ) in BindImagePlaneMemoryInfoKHR()
17392 planeAspect = planeAspect_; in setPlaneAspect()
17405 && ( planeAspect == rhs.planeAspect ); in operator ==()
17418 ImageAspectFlagBits planeAspect; member
17425 : planeAspect( planeAspect_ ) in ImagePlaneMemoryRequirementsInfoKHR()
17447 planeAspect = planeAspect_; in setPlaneAspect()
17460 && ( planeAspect == rhs.planeAspect ); in operator ==()
17473 ImageAspectFlagBits planeAspect; member
Dvulkan.h5128 VkImageAspectFlagBits planeAspect; member
5134 VkImageAspectFlagBits planeAspect; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4004 VkImageAspectFlagBits planeAspect; member
4010 VkImageAspectFlagBits planeAspect; member
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt98 … a call to vkGetImageMemoryRequirements2KHR with image and the correct planeAspect for this plane …
99 … a call to vkGetImageMemoryRequirements2KHR with image and the correct planeAspect for this plane …
100 …o vkGetImageMemoryRequirements2KHR with the same image and the correct planeAspect for this plane …
3734planeAspect-01642~^~core~^~The spec valid usage text states 'planeAspect must be a single valid pl…
3737planeAspect-parameter~^~core~^~The spec valid usage text states 'planeAspect must be a valid VkIma…
3738planeAspect-01592~^~core~^~The spec valid usage text states 'planeAspect must be an aspect that ex…
3740planeAspect-parameter~^~core~^~The spec valid usage text states 'planeAspect must be a valid VkIma…