Searched refs:maxGeometryOutputComponents (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 859 …maxGeometryOutputComponents = printer.write_int("maxGeometryOutputComponents", 4, indent, signed=F…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 32234 … ), maxGeometryInputComponents( maxGeometryInputComponents_ ), maxGeometryOutputComponents( maxGeo… 32272 …nts, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeometryOutputComponents, maxGeo… in reflect() 32329 && ( maxGeometryOutputComponents == rhs.maxGeometryOutputComponents ) in operator ==() 32445 uint32_t maxGeometryOutputComponents = {}; member
|
D | vulkansc_hash.hpp | 4445 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryOutputComponents ); in operator ()()
|
D | vulkan_core.h | 3156 uint32_t maxGeometryOutputComponents; member
|
D | vulkan_structs.hpp | 65276 … ), maxGeometryInputComponents( maxGeometryInputComponents_ ), maxGeometryOutputComponents( maxGeo… 65314 …nts, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeometryOutputComponents, maxGeo… in reflect() 65371 && ( maxGeometryOutputComponents == rhs.maxGeometryOutputComponents ) in operator ==() 65487 uint32_t maxGeometryOutputComponents = {}; member
|
D | vulkan_hash.hpp | 8452 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryOutputComponents ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 866 vkStream->write((uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 1006 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 734 memcpy((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|