Searched refs:maxMipLevels (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | naming.adoc | 577 e.g. pname:maxMipLevels, ename:VK_MIP_MODE, etc.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 113 * pname:maxMipLevels is the maximum number of mipmap levels. 114 pname:maxMipLevels must: be equal to the number of levels in the
|
D | resources.adoc | 1593 *** sname:VkImageFormatProperties::pname:maxMipLevels is 1607 the value of slink:VkImageFormatProperties::pname:maxMipLevels found by 1615 the minimum value of slink:VkImageFormatProperties::pname:maxMipLevels
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 8657 pname:maxMipLevels 1 if the format is ycbcr (internal issue 1361). 8833 underspecified limits (such as pname:maxMipLevels) in the VUs for 9785 pname:mipLevels against pname:maxMipLevels (internal issue 1151). 12604 * Update required slink:VkImageFormatProperties::pname:maxMipLevels to
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3055 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxMipLevels ); in operator ()()
|
D | vulkan_hash.hpp | 4373 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxMipLevels ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 511 vkStream->write((uint32_t*)&forMarshaling->maxMipLevels, sizeof(uint32_t)); in marshal_VkImageFormatProperties() 521 vkStream->read((uint32_t*)&forUnmarshaling->maxMipLevels, sizeof(uint32_t)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 414 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMipLevels, sizeof(uint32_t)); in reservedmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 566 vkStream->write((uint32_t*)&forMarshaling->maxMipLevels, sizeof(uint32_t)); in marshal_VkImageFormatProperties() 576 vkStream->read((uint32_t*)&forUnmarshaling->maxMipLevels, sizeof(uint32_t)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 435 memcpy((uint32_t*)&forUnmarshaling->maxMipLevels, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2988 uint32_t maxMipLevels; member
|