Searched refs:maxCullDistances (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 848 …maxCullDistances = printer.write_int("maxCullDistances", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 753 * [[limits-maxCullDistances]] pname:maxCullDistances is the maximum number 4542 | code:uint32_t | pname:maxCullDistances | pname:shaderCullDistance 4970 | pname:maxCullDistances | 0 | 8 | min
|
D | vertexpostproc.adoc | 780 sname:VkPhysicalDeviceLimits::pname:maxCullDistances client-defined
|
D | shaders.adoc | 420 sname:VkPhysicalDeviceLimits::pname:maxCullDistances
|
D | pipelines.adoc | 492 * [[VUID-VkPipelineShaderStageCreateInfo-maxCullDistances-00709]] 496 sname:VkPhysicalDeviceLimits::pname:maxCullDistances
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4507 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxCullDistances ); in operator ()()
|
D | vulkan_hash.hpp | 8514 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxCullDistances ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 866 vkStream->write((uint32_t*)&forMarshaling->maxCullDistances, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 1005 vkStream->read((uint32_t*)&forUnmarshaling->maxCullDistances, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 853 memcpy(*ptr, (uint32_t*)&forMarshaling->maxCullDistances, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 929 vkStream->write((uint32_t*)&forMarshaling->maxCullDistances, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 1068 vkStream->read((uint32_t*)&forUnmarshaling->maxCullDistances, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 845 memcpy((uint32_t*)&forUnmarshaling->maxCullDistances, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3168 uint32_t maxCullDistances; member
|