Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc42 * [[VUID-vkCreateSampler-maxSamplerAllocationCount-04110]]
44 slink:VkPhysicalDeviceLimits::pname:maxSamplerAllocationCount
156 <<limits-maxSamplerAllocationCount, pname:maxSamplerAllocationCount>> member
162 For historical reasons, if pname:maxSamplerAllocationCount is exceeded, some
172 pname:maxSamplerAllocationCount limit.
Dlimits.adoc107 * [[limits-maxSamplerAllocationCount]] pname:maxSamplerAllocationCount is
4453 | code:uint32_t | pname:maxSamplerAllocationCount | -
4875 | pname:maxSamplerAllocationCount | - | 4000 | min
Ddevsandqueues.adoc1872 slink:VkPhysicalDeviceLimits::pname:maxSamplerAllocationCount
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py764maxSamplerAllocationCount = printer.write_int("maxSamplerAllocationCount", 4, indent, signed=False…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4411 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerAllocationCount ); in operator ()()
Dvulkan_hash.hpp8418 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerAllocationCount ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp755 vkStream->write((uint32_t*)&forMarshaling->maxSamplerAllocationCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
895 vkStream->read((uint32_t*)&forUnmarshaling->maxSamplerAllocationCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp662 memcpy(*ptr, (uint32_t*)&forMarshaling->maxSamplerAllocationCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp818 vkStream->write((uint32_t*)&forMarshaling->maxSamplerAllocationCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
958 vkStream->read((uint32_t*)&forUnmarshaling->maxSamplerAllocationCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp653 memcpy((uint32_t*)&forUnmarshaling->maxSamplerAllocationCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3084 uint32_t maxSamplerAllocationCount; member