Searched refs:maxGeometryShaderInvocations (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 796 …maxGeometryShaderInvocations = printer.write_int("maxGeometryShaderInvocations", 4, indent, signed…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 436 * [[limits-maxGeometryShaderInvocations]] 437 pname:maxGeometryShaderInvocations is the maximum invocation count 4485 | code:uint32_t | pname:maxGeometryShaderInvocations | pname:geometryShader 4912 | pname:maxGeometryShaderInvocations | 0 | 32 | min
|
D | shaders.adoc | 457 sname:VkPhysicalDeviceLimits::pname:maxGeometryShaderInvocations
|
D | pipelines.adoc | 524 sname:VkPhysicalDeviceLimits::pname:maxGeometryShaderInvocations
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4443 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryShaderInvocations ); in operator ()()
|
D | vulkan_hash.hpp | 8450 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryShaderInvocations ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 800 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 735 memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryShaderInvocations, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 863 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 728 memcpy((uint32_t*)&forUnmarshaling->maxGeometryShaderInvocations, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3116 uint32_t maxGeometryShaderInvocations; member
|