Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc736 * [[limits-maxSampleMaskWords]] pname:maxSampleMaskWords is the maximum
3320 to [eq]#pname:maxSampleMaskWords {times} 32# if
4538 | code:uint32_t | pname:maxSampleMaskWords | -
4966 | pname:maxSampleMaskWords | - | 1 | min
Dshaders.adoc432 sname:VkPhysicalDeviceLimits::pname:maxSampleMaskWords
Dpipelines.adoc503 * [[VUID-VkPipelineShaderStageCreateInfo-maxSampleMaskWords-00711]]
507 sname:VkPhysicalDeviceLimits::pname:maxSampleMaskWords
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py844maxSampleMaskWords = printer.write_int("maxSampleMaskWords", 4, indent, signed=False, big_endian=F…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4503 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSampleMaskWords ); in operator ()()
Dvulkan_hash.hpp8510 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSampleMaskWords ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp862 vkStream->write((uint32_t*)&forMarshaling->maxSampleMaskWords, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1001 vkStream->read((uint32_t*)&forUnmarshaling->maxSampleMaskWords, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp845 memcpy(*ptr, (uint32_t*)&forMarshaling->maxSampleMaskWords, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp925 vkStream->write((uint32_t*)&forMarshaling->maxSampleMaskWords, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1064 vkStream->read((uint32_t*)&forUnmarshaling->maxSampleMaskWords, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp837 memcpy((uint32_t*)&forUnmarshaling->maxSampleMaskWords, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3164 uint32_t maxSampleMaskWords; member