Home
last modified time | relevance | path

Searched refs:maxMipLevels (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc577 e.g. pname:maxMipLevels, ename:VK_MIP_MODE, etc.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc113 * pname:maxMipLevels is the maximum number of mipmap levels.
114 pname:maxMipLevels must: be equal to the number of levels in the
Dresources.adoc1593 *** 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/
DChangeLog.adoc8657 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/
Dvulkansc_hash.hpp3055 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxMipLevels ); in operator ()()
Dvulkan_hash.hpp4373 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxMipLevels ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp511 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp414 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMipLevels, sizeof(uint32_t)); in reservedmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp566 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()
Dgoldfish_vk_reserved_marshaling.cpp435 memcpy((uint32_t*)&forUnmarshaling->maxMipLevels, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2988 uint32_t maxMipLevels; member