Searched refs:minTexelGatherOffset (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 826 …minTexelGatherOffset = printer.write_int("minTexelGatherOffset", 4, indent, signed=True, big_endia…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 635 * [[limits-minTexelGatherOffset]] pname:minTexelGatherOffset is the 4515 | code:int32_t | pname:minTexelGatherOffset | pname:shaderImageGatherEx… 4942 | pname:minTexelGatherOffset | 0 | -8 | max
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1788 than or equal to <<limits-minTexelGatherOffset, 1789 pname:minTexelGatherOffset>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4485 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.minTexelGatherOffset ); in operator ()()
|
D | vulkan_hash.hpp | 8492 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.minTexelGatherOffset ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 835 vkStream->write((int32_t*)&forMarshaling->minTexelGatherOffset, sizeof(int32_t)); in marshal_VkPhysicalDeviceLimits() 974 vkStream->read((int32_t*)&forUnmarshaling->minTexelGatherOffset, sizeof(int32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 800 memcpy(*ptr, (int32_t*)&forMarshaling->minTexelGatherOffset, sizeof(int32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4854 Standalone SPIR-V Validation>> for pname:minTexelGatherOffset and 4855 pname:minTexelGatherOffset. 7598 sections, and for the <<limits-minTexelGatherOffset>> and
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 898 vkStream->write((int32_t*)&forMarshaling->minTexelGatherOffset, sizeof(int32_t)); in marshal_VkPhysicalDeviceLimits() 1037 vkStream->read((int32_t*)&forUnmarshaling->minTexelGatherOffset, sizeof(int32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 792 memcpy((int32_t*)&forUnmarshaling->minTexelGatherOffset, *ptr, sizeof(int32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3146 int32_t minTexelGatherOffset; member
|