Home
last modified time | relevance | path

Searched refs:maxPerStageResources (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dray_tracing_pipeline_create_info_common.adoc15 slink:VkPhysicalDeviceLimits::pname:maxPerStageResources
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc79 | pname:maxPerStageResources | - | 128 | 200 | min
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc241 * [[limits-maxPerStageResources]] pname:maxPerStageResources is the
2081 pname:maxPerStageResources but counts descriptors from descriptor sets
4463 | code:uint32_t | pname:maxPerStageResources | -
4885 | pname:maxPerStageResources | - | 128 ^2^ | min
5337 The pname:maxPerStageResources must: be at least the smallest of the
5495 | pname:maxPerStageResources | 200 | min
Dexecutiongraphs.adoc148 sname:VkPhysicalDeviceLimits::pname:maxPerStageResources
Dpipelines.adoc306 sname:VkPhysicalDeviceLimits::pname:maxPerStageResources
2357 sname:VkPhysicalDeviceLimits::pname:maxPerStageResources
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py774maxPerStageResources = printer.write_int("maxPerStageResources", 4, indent, signed=False, big_endi…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4421 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageResources ); in operator ()()
Dvulkan_hash.hpp8428 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageResources ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp770 vkStream->write((uint32_t*)&forMarshaling->maxPerStageResources, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
910 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageResources, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp683 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageResources, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp833 vkStream->write((uint32_t*)&forMarshaling->maxPerStageResources, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
973 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageResources, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp676 memcpy((uint32_t*)&forUnmarshaling->maxPerStageResources, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3094 uint32_t maxPerStageResources; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc10109 ptext:maxPerStageResources to slink:VkPipelineLayoutCreateInfo.txt,