Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py859maxGeometryOutputComponents = printer.write_int("maxGeometryOutputComponents", 4, indent, signed=F…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp32234 … ), maxGeometryInputComponents( maxGeometryInputComponents_ ), maxGeometryOutputComponents( maxGeo…
32272 …nts, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeometryOutputComponents, maxGeo… in reflect()
32329 && ( maxGeometryOutputComponents == rhs.maxGeometryOutputComponents ) in operator ==()
32445 uint32_t maxGeometryOutputComponents = {}; member
Dvulkansc_hash.hpp4445 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryOutputComponents ); in operator ()()
Dvulkan_core.h3156 uint32_t maxGeometryOutputComponents; member
Dvulkan_structs.hpp65276 … ), maxGeometryInputComponents( maxGeometryInputComponents_ ), maxGeometryOutputComponents( maxGeo…
65314 …nts, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeometryOutputComponents, maxGeo… in reflect()
65371 && ( maxGeometryOutputComponents == rhs.maxGeometryOutputComponents ) in operator ==()
65487 uint32_t maxGeometryOutputComponents = {}; member
Dvulkan_hash.hpp8452 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryOutputComponents ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp866 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()
Dgoldfish_vk_reserved_marshaling.cpp734 memcpy((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()