Home
last modified time | relevance | path

Searched refs:maxDrawIndirectCount (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py874maxDrawIndirectCount = printer.write_int("maxDrawIndirectCount", 4, indent, signed=False, big_endi…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp32234 …onBits_ ), maxDrawIndexedIndexValue( maxDrawIndexedIndexValue_ ), maxDrawIndirectCount( maxDrawInd…
32272 …exelPrecisionBits, mipmapPrecisionBits, maxDrawIndexedIndexValue, maxDrawIndirectCount, maxSampler… in reflect()
32344 && ( maxDrawIndirectCount == rhs.maxDrawIndirectCount ) in operator ==()
32460 uint32_t maxDrawIndirectCount = {}; member
Dvulkansc_hash.hpp4466 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxDrawIndirectCount ); in operator ()()
Dvulkan_core.h3171 uint32_t maxDrawIndirectCount; member
Dvulkan_structs.hpp65276 …onBits_ ), maxDrawIndexedIndexValue( maxDrawIndexedIndexValue_ ), maxDrawIndirectCount( maxDrawInd…
65314 …exelPrecisionBits, mipmapPrecisionBits, maxDrawIndexedIndexValue, maxDrawIndirectCount, maxSampler… in reflect()
65386 && ( maxDrawIndirectCount == rhs.maxDrawIndirectCount ) in operator ==()
65502 uint32_t maxDrawIndirectCount = {}; member
Dvulkan_hash.hpp8473 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxDrawIndirectCount ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp882 vkStream->write((uint32_t*)&forMarshaling->maxDrawIndirectCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1022 vkStream->read((uint32_t*)&forUnmarshaling->maxDrawIndirectCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp764 memcpy((uint32_t*)&forUnmarshaling->maxDrawIndirectCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()