Home
last modified time | relevance | path

Searched refs:subPixelInterpolationOffsetBits (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1515 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/
Dlimits.adoc649 * [[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/
Dvulkan_printer.py830subPixelInterpolationOffsetBits = printer.write_int("subPixelInterpolationOffsetBits", 4, indent, …
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4489 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.subPixelInterpolationOffsetBits ); in operator ()()
Dvulkan_hash.hpp8496 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.subPixelInterpolationOffsetBits ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp839 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp808 memcpy(*ptr, (uint32_t*)&forMarshaling->subPixelInterpolationOffsetBits, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp902 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()
Dgoldfish_vk_reserved_marshaling.cpp800 memcpy((uint32_t*)&forUnmarshaling->subPixelInterpolationOffsetBits, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3150 uint32_t subPixelInterpolationOffsetBits; member