Home
last modified time | relevance | path

Searched refs:maxGeometryShaderInvocations (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py796maxGeometryShaderInvocations = printer.write_int("maxGeometryShaderInvocations", 4, indent, signed…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc436 * [[limits-maxGeometryShaderInvocations]]
437 pname:maxGeometryShaderInvocations is the maximum invocation count
4485 | code:uint32_t | pname:maxGeometryShaderInvocations | pname:geometryShader
4912 | pname:maxGeometryShaderInvocations | 0 | 32 | min
Dshaders.adoc457 sname:VkPhysicalDeviceLimits::pname:maxGeometryShaderInvocations
Dpipelines.adoc524 sname:VkPhysicalDeviceLimits::pname:maxGeometryShaderInvocations
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4443 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryShaderInvocations ); in operator ()()
Dvulkan_hash.hpp8450 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryShaderInvocations ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp800 vkStream->write((uint32_t*)&forMarshaling->maxGeometryShaderInvocations, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
940 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryShaderInvocations, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp735 memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryShaderInvocations, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp863 vkStream->write((uint32_t*)&forMarshaling->maxGeometryShaderInvocations, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1003 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryShaderInvocations, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp728 memcpy((uint32_t*)&forUnmarshaling->maxGeometryShaderInvocations, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3116 uint32_t maxGeometryShaderInvocations; member