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/ |
D | indirectcommands.adoc | 595 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize 600 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize minus
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 762 …maxPushConstantsSize = printer.write_int("maxPushConstantsSize", 4, indent, signed=False, big_endi…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 98 * [[limits-maxPushConstantsSize]] pname:maxPushConstantsSize is the 4451 | code:uint32_t | pname:maxPushConstantsSize | - 4873 | pname:maxPushConstantsSize | - | 128 | min
|
D | descriptorsets.adoc | 2138 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize 2147 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize minus 5241 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize 5244 sname:VkPhysicalDeviceLimits::pname:maxPushConstantsSize minus
|
D | interfaces.adoc | 683 [eq]#[0, pname:maxPushConstantsSize)#.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4409 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPushConstantsSize ); in operator ()()
|
D | vulkan_hash.hpp | 8416 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPushConstantsSize ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 753 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 658 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPushConstantsSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 816 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 649 memcpy((uint32_t*)&forUnmarshaling->maxPushConstantsSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3082 uint32_t maxPushConstantsSize; member
|