Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/
Dindirectcommands.adoc595 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize
600 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize minus
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py762maxPushConstantsSize = printer.write_int("maxPushConstantsSize", 4, indent, signed=False, big_endi…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc98 * [[limits-maxPushConstantsSize]] pname:maxPushConstantsSize is the
4451 | code:uint32_t | pname:maxPushConstantsSize | -
4873 | pname:maxPushConstantsSize | - | 128 | min
Ddescriptorsets.adoc2138 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize
2147 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize minus
5241 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize
5244 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize minus
Dinterfaces.adoc683 [eq]#[0, pname:maxPushConstantsSize)#.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4409 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPushConstantsSize ); in operator ()()
Dvulkan_hash.hpp8416 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPushConstantsSize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp753 vkStream->write((uint32_t*)&forMarshaling->maxPushConstantsSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
893 vkStream->read((uint32_t*)&forUnmarshaling->maxPushConstantsSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp658 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPushConstantsSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp816 vkStream->write((uint32_t*)&forMarshaling->maxPushConstantsSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
956 vkStream->read((uint32_t*)&forUnmarshaling->maxPushConstantsSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp649 memcpy((uint32_t*)&forUnmarshaling->maxPushConstantsSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3082 uint32_t maxPushConstantsSize; member