Home
last modified time | relevance | path

Searched refs:maxDrawIndexedIndexValue (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py812maxDrawIndexedIndexValue = printer.write_int("maxDrawIndexedIndexValue", 4, indent, signed=False, …
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc519 * [[limits-maxDrawIndexedIndexValue]] pname:maxDrawIndexedIndexValue is
4501 | code:uint32_t | pname:maxDrawIndexedIndexValue | pname:fullDrawIndexUint32
4928 | pname:maxDrawIndexedIndexValue | 2^24^-1 | 2^32^-1 | min
Dfeatures.adoc393 pname:maxDrawIndexedIndexValue is the maximum index value that may: be
396 If this feature is supported, pname:maxDrawIndexedIndexValue must: be
398 See <<limits-maxDrawIndexedIndexValue, pname:maxDrawIndexedIndexValue>>.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4465 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxDrawIndexedIndexValue ); in operator ()()
Dvulkan_hash.hpp8472 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxDrawIndexedIndexValue ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp817 vkStream->write((uint32_t*)&forMarshaling->maxDrawIndexedIndexValue, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
957 vkStream->read((uint32_t*)&forUnmarshaling->maxDrawIndexedIndexValue, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp767 memcpy(*ptr, (uint32_t*)&forMarshaling->maxDrawIndexedIndexValue, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp880 vkStream->write((uint32_t*)&forMarshaling->maxDrawIndexedIndexValue, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1020 vkStream->read((uint32_t*)&forUnmarshaling->maxDrawIndexedIndexValue, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp760 memcpy((uint32_t*)&forUnmarshaling->maxDrawIndexedIndexValue, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3132 uint32_t maxDrawIndexedIndexValue; member