Searched refs:subPixelInterpolationOffsetBits (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1515 and [eq]#ULP = 1 / 2^<<limits-subPixelInterpolationOffsetBits, 1516 pname:subPixelInterpolationOffsetBits>>^# 1529 and [eq]#ULP = 1 / 2^<<limits-subPixelInterpolationOffsetBits, 1530 pname:subPixelInterpolationOffsetBits>>^#.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 649 * [[limits-subPixelInterpolationOffsetBits]] 650 pname:subPixelInterpolationOffsetBits is the number of fractional bits 4519 | code:uint32_t | pname:subPixelInterpolationOffsetBits | pname:sampleRateShading 4946 | pname:subPixelInterpolationOffsetBits | 0 | 4 ^5^ | min 5362 The ULP is determined by pname:subPixelInterpolationOffsetBits. 5363 If pname:subPixelInterpolationOffsetBits is 4, this provides increments
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 830 …subPixelInterpolationOffsetBits = printer.write_int("subPixelInterpolationOffsetBits", 4, indent, …
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4489 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.subPixelInterpolationOffsetBits ); in operator ()()
|
D | vulkan_hash.hpp | 8496 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.subPixelInterpolationOffsetBits ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 839 vkStream->write((uint32_t*)&forMarshaling->subPixelInterpolationOffsetBits, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 978 vkStream->read((uint32_t*)&forUnmarshaling->subPixelInterpolationOffsetBits, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 808 memcpy(*ptr, (uint32_t*)&forMarshaling->subPixelInterpolationOffsetBits, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 902 vkStream->write((uint32_t*)&forMarshaling->subPixelInterpolationOffsetBits, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 1041 vkStream->read((uint32_t*)&forUnmarshaling->subPixelInterpolationOffsetBits, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 800 memcpy((uint32_t*)&forUnmarshaling->subPixelInterpolationOffsetBits, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3150 uint32_t subPixelInterpolationOffsetBits; member
|