Searched refs:maxFragmentCombinedOutputResources (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 85 | pname:maxFragmentCombinedOutputResources | - | 4 | 16 | min
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 467 * [[limits-maxFragmentCombinedOutputResources]] 468 pname:maxFragmentCombinedOutputResources is the total number of storage 4493 | code:uint32_t | pname:maxFragmentCombinedOutputResources | - 4920 | pname:maxFragmentCombinedOutputResources | - | 4 | min 5501 | pname:maxFragmentCombinedOutputResources | 16 | min
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 804 …maxFragmentCombinedOutputResources = printer.write_int("maxFragmentCombinedOutputResources", 4, in…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 812 <<limits-maxFragmentCombinedOutputResources, 813 pname:maxFragmentCombinedOutputResources>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4451 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxFragmentCombinedOutputResources ); in operator ()()
|
D | vulkan_hash.hpp | 8458 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxFragmentCombinedOutputResources ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 808 vkStream->write((uint32_t*)&forMarshaling->maxFragmentCombinedOutputResources, in marshal_VkPhysicalDeviceLimits() 948 vkStream->read((uint32_t*)&forUnmarshaling->maxFragmentCombinedOutputResources, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 751 memcpy(*ptr, (uint32_t*)&forMarshaling->maxFragmentCombinedOutputResources, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 3570 pname:maxFragmentCombinedOutputResources limit valid usage statements 5861 * Clarify definition of <<limits-maxFragmentCombinedOutputResources, 5862 pname:maxFragmentCombinedOutputResources>> (internal issue 2236).
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 871 vkStream->write((uint32_t*)&forMarshaling->maxFragmentCombinedOutputResources, in marshal_VkPhysicalDeviceLimits() 1011 vkStream->read((uint32_t*)&forUnmarshaling->maxFragmentCombinedOutputResources, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 744 memcpy((uint32_t*)&forUnmarshaling->maxFragmentCombinedOutputResources, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3124 uint32_t maxFragmentCombinedOutputResources; member
|