Home
last modified time | relevance | path

Searched refs:maxComputeSharedMemorySize (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py805maxComputeSharedMemorySize = printer.write_int("maxComputeSharedMemorySize", 4, indent, signed=Fal…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc472 * [[limits-maxComputeSharedMemorySize]] pname:maxComputeSharedMemorySize
4494 | code:uint32_t | pname:maxComputeSharedMemorySize | -
4921 | pname:maxComputeSharedMemorySize | - | 16384 | min
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1772 <<limits-maxComputeSharedMemorySize, pname:maxComputeSharedMemorySize>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc800 code:maxComputeSharedMemorySize (internal merge request 5804).
1890 * Clarify Boolean values vs. <<limits-maxComputeSharedMemorySize,
1891 pname:maxComputeSharedMemorySize>> (internal merge request 5386).
3190 statement>> to enforce the <<limits-maxComputeSharedMemorySize,
3191 pname:maxComputeSharedMemorySize limit>> (internal merge request 4846).
8438 <<features-limits-maxComputeSharedMemorySize,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4452 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxComputeSharedMemorySize ); in operator ()()
Dvulkan_hash.hpp8459 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxComputeSharedMemorySize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp810 vkStream->write((uint32_t*)&forMarshaling->maxComputeSharedMemorySize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
950 vkStream->read((uint32_t*)&forUnmarshaling->maxComputeSharedMemorySize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp753 memcpy(*ptr, (uint32_t*)&forMarshaling->maxComputeSharedMemorySize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp873 vkStream->write((uint32_t*)&forMarshaling->maxComputeSharedMemorySize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1013 vkStream->read((uint32_t*)&forUnmarshaling->maxComputeSharedMemorySize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp746 memcpy((uint32_t*)&forUnmarshaling->maxComputeSharedMemorySize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3125 uint32_t maxComputeSharedMemorySize; member