Home
last modified time | relevance | path

Searched refs:lineWidthRange (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotRasterization_unittest.cpp30 GLfloat lineWidthRange[2]; in stateCheck() local
31 gl->glGetFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange); in stateCheck()
36 if (expected <= lineWidthRange[1]) { in stateCheck()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc775 * [[limits-lineWidthRange]] pname:lineWidthRange[2] is the range
788 Not all line widths in the range defined by pname:lineWidthRange are
4546 | 2 {times} code:float | pname:lineWidthRange | pname:wideLines
4974 | pname:lineWidthRange | (1.0,1.0) | (1.0,8.0 - ULP)^7^ | (max,min)
Dprimsrast.adoc2843 The range and gradations are obtained from the pname:lineWidthRange and
3103 implementation-dependent pname:lineWidthRange (with both values rounded to
Dfeatures.adoc501 line widths are indicated by the pname:lineWidthRange and
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp358 memcpy(to->lineWidthRange, from->lineWidthRange, 2 * sizeof(float)); in deepcopy_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp933 vkStream->write((float*)forMarshaling->lineWidthRange, 2 * sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1072 vkStream->read((float*)forUnmarshaling->lineWidthRange, 2 * sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp853 memcpy((float*)forUnmarshaling->lineWidthRange, *ptr, 2 * sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp358 memcpy(to->lineWidthRange, from->lineWidthRange, 2 * sizeof(float)); in deepcopy_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling_guest.cpp870 vkStream->write((float*)forMarshaling->lineWidthRange, 2 * sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1009 vkStream->read((float*)forUnmarshaling->lineWidthRange, 2 * sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp861 memcpy(*ptr, (float*)forMarshaling->lineWidthRange, 2 * sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4516 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.lineWidthRange[i] ); in operator ()()
Dvulkan_hash.hpp8523 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.lineWidthRange[i] ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3172 float lineWidthRange[2]; member