Searched refs:PIPE_FORMAT_R8G8_SRGB (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/vulkan/util/ |
D | vk_format.c | 58 [VK_FORMAT_R8G8_SRGB] = PIPE_FORMAT_R8G8_SRGB,
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_format.h | 195 PIPE_FORMAT_R8G8_SRGB, enumerator
|
/third_party/mesa3d/src/util/format/ |
D | u_format.h | 1000 return PIPE_FORMAT_R8G8_SRGB; in util_format_srgb() 1109 case PIPE_FORMAT_R8G8_SRGB: in util_format_linear()
|
D | u_format_tests.c | 257 …{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…
|
D | u_format.csv | 139 PIPE_FORMAT_R8G8_SRGB , plain, 1, 1, 1, un8 , un8 , , , xy01, srgb
|
/third_party/mesa3d/src/mesa/main/ |
D | formats.h | 437 #define MESA_FORMAT_RG_SRGB8 PIPE_FORMAT_R8G8_SRGB
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 449 { PIPE_FORMAT_R8G8_SRGB, 0 }
|
D | st_extensions.c | 1039 { PIPE_FORMAT_R8G8_SRGB }, }, in st_init_extensions()
|