Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_R8G8_SRGB (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_format.c58 [VK_FORMAT_R8G8_SRGB] = PIPE_FORMAT_R8G8_SRGB,
/third_party/mesa3d/src/gallium/include/pipe/
Dp_format.h195 PIPE_FORMAT_R8G8_SRGB, enumerator
/third_party/mesa3d/src/util/format/
Du_format.h1000 return PIPE_FORMAT_R8G8_SRGB; in util_format_srgb()
1109 case PIPE_FORMAT_R8G8_SRGB: in util_format_linear()
Du_format_tests.c257 …{PIPE_FORMAT_R8G8_SRGB, PACKED_2x8(0xff, 0xff), PACKED_2x8(0x00, 0x00), UNPACKED_1x1(0.0, 0.0, 0.0…
258 …{PIPE_FORMAT_R8G8_SRGB, PACKED_2x8(0xff, 0xff), PACKED_2x8(0xbc, 0xbc), UNPACKED_1x1(0.50288645803…
259 …{PIPE_FORMAT_R8G8_SRGB, PACKED_2x8(0xff, 0xff), PACKED_2x8(0xff, 0xff), UNPACKED_1x1(1.0, 1.0, 0.0…
Du_format.csv139 PIPE_FORMAT_R8G8_SRGB , plain, 1, 1, 1, un8 , un8 , , , xy01, srgb
/third_party/mesa3d/src/mesa/main/
Dformats.h437 #define MESA_FORMAT_RG_SRGB8 PIPE_FORMAT_R8G8_SRGB
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c449 { PIPE_FORMAT_R8G8_SRGB, 0 }
Dst_extensions.c1039 { PIPE_FORMAT_R8G8_SRGB }, }, in st_init_extensions()