Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py798maxGeometryOutputComponents = printer.write_int("maxGeometryOutputComponents", 4, indent, signed=F…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc445 * [[limits-maxGeometryOutputComponents]] pname:maxGeometryOutputComponents
4487 | code:uint32_t | pname:maxGeometryOutputComponents | pname:geometryShader
4914 | pname:maxGeometryOutputComponents | 0 | 64 | min
Dinterfaces.adoc291 | geometry output | pname:maxGeometryOutputComponents / 4
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4445 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryOutputComponents ); in operator ()()
Dvulkan_hash.hpp8452 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryOutputComponents ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp802 vkStream->write((uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
942 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp739 memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp865 vkStream->write((uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1005 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp732 memcpy((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3118 uint32_t maxGeometryOutputComponents; member