Searched refs:maxSamplerAllocationCount (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 42 * [[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.
|
D | limits.adoc | 107 * [[limits-maxSamplerAllocationCount]] pname:maxSamplerAllocationCount is 4453 | code:uint32_t | pname:maxSamplerAllocationCount | - 4875 | pname:maxSamplerAllocationCount | - | 4000 | min
|
D | devsandqueues.adoc | 1872 slink:VkPhysicalDeviceLimits::pname:maxSamplerAllocationCount
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 764 …maxSamplerAllocationCount = printer.write_int("maxSamplerAllocationCount", 4, indent, signed=False…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4411 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerAllocationCount ); in operator ()()
|
D | vulkan_hash.hpp | 8418 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerAllocationCount ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 755 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 662 memcpy(*ptr, (uint32_t*)&forMarshaling->maxSamplerAllocationCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 818 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 653 memcpy((uint32_t*)&forUnmarshaling->maxSamplerAllocationCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3084 uint32_t maxSamplerAllocationCount; member
|