Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py858maxGeometryInputComponents = printer.write_int("maxGeometryInputComponents", 4, indent, signed=Fal…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp32234 …maxGeometryShaderInvocations( maxGeometryShaderInvocations_ ), maxGeometryInputComponents( maxGeom…
32272 …ationEvaluationOutputComponents, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeom… in reflect()
32328 && ( maxGeometryInputComponents == rhs.maxGeometryInputComponents ) in operator ==()
32444 uint32_t maxGeometryInputComponents = {}; member
Dvulkansc_hash.hpp4444 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryInputComponents ); in operator ()()
Dvulkan_core.h3155 uint32_t maxGeometryInputComponents; member
Dvulkan_structs.hpp65276 …maxGeometryShaderInvocations( maxGeometryShaderInvocations_ ), maxGeometryInputComponents( maxGeom…
65314 …ationEvaluationOutputComponents, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeom… in reflect()
65370 && ( maxGeometryInputComponents == rhs.maxGeometryInputComponents ) in operator ==()
65486 uint32_t maxGeometryInputComponents = {}; member
Dvulkan_hash.hpp8451 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryInputComponents ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp865 vkStream->write((uint32_t*)&forMarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1005 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp732 memcpy((uint32_t*)&forUnmarshaling->maxGeometryInputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()