Home
last modified time | relevance | path

Searched refs:maxFragmentCombinedOutputResources (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc85 | pname:maxFragmentCombinedOutputResources | - | 4 | 16 | min
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc467 * [[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/
Dvulkan_printer.py804maxFragmentCombinedOutputResources = printer.write_int("maxFragmentCombinedOutputResources", 4, in…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc812 <<limits-maxFragmentCombinedOutputResources,
813 pname:maxFragmentCombinedOutputResources>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4451 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxFragmentCombinedOutputResources ); in operator ()()
Dvulkan_hash.hpp8458 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxFragmentCombinedOutputResources ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp808 vkStream->write((uint32_t*)&forMarshaling->maxFragmentCombinedOutputResources, in marshal_VkPhysicalDeviceLimits()
948 vkStream->read((uint32_t*)&forUnmarshaling->maxFragmentCombinedOutputResources, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp751 memcpy(*ptr, (uint32_t*)&forMarshaling->maxFragmentCombinedOutputResources, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3570 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/
Dgoldfish_vk_marshaling.cpp871 vkStream->write((uint32_t*)&forMarshaling->maxFragmentCombinedOutputResources, in marshal_VkPhysicalDeviceLimits()
1011 vkStream->read((uint32_t*)&forUnmarshaling->maxFragmentCombinedOutputResources, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp744 memcpy((uint32_t*)&forUnmarshaling->maxFragmentCombinedOutputResources, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3124 uint32_t maxFragmentCombinedOutputResources; member