Searched refs:lineWidthRange (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotRasterization_unittest.cpp | 30 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/ |
D | limits.adoc | 775 * [[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)
|
D | primsrast.adoc | 2843 The range and gradations are obtained from the pname:lineWidthRange and 3103 implementation-dependent pname:lineWidthRange (with both values rounded to
|
D | features.adoc | 501 line widths are indicated by the pname:lineWidthRange and
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 358 memcpy(to->lineWidthRange, from->lineWidthRange, 2 * sizeof(float)); in deepcopy_VkPhysicalDeviceLimits()
|
D | goldfish_vk_marshaling.cpp | 933 vkStream->write((float*)forMarshaling->lineWidthRange, 2 * sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1072 vkStream->read((float*)forUnmarshaling->lineWidthRange, 2 * sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 853 memcpy((float*)forUnmarshaling->lineWidthRange, *ptr, 2 * sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 358 memcpy(to->lineWidthRange, from->lineWidthRange, 2 * sizeof(float)); in deepcopy_VkPhysicalDeviceLimits()
|
D | goldfish_vk_marshaling_guest.cpp | 870 vkStream->write((float*)forMarshaling->lineWidthRange, 2 * sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1009 vkStream->read((float*)forUnmarshaling->lineWidthRange, 2 * sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 861 memcpy(*ptr, (float*)forMarshaling->lineWidthRange, 2 * sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4516 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.lineWidthRange[i] ); in operator ()()
|
D | vulkan_hash.hpp | 8523 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.lineWidthRange[i] ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3172 float lineWidthRange[2]; member
|