/third_party/mesa3d/src/intel/isl/ |
H A D | isl_format.c | 1222 float srgb = util_format_linear_to_srgb_float(value->f32[i]); in pack_channel() local 1321 float srgb = _mesa_unorm_to_float(packed, layout->bits); in unpack_channel() local
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_texture.c | 412 bool srgb = (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB); in panfrost_emit_plane() local
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_s3tc.c | 123 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_8unorm() argument 200 util_format_dxtn_rgb_unpack_rgba_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_float() argument 288 util_format_dxtn_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_8unorm() argument 366 util_format_dxtn_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_float() argument
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_lower_framebuffer.c | 361 nir_ssa_def *srgb = nir_f2fmp(b, in pan_linear_to_srgb() local
|
/third_party/skia/src/gpu/ |
H A D | GrTestUtils.cpp | 332 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in TestColorXform() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 399 enum pipe_format srgb = PIPE_FORMAT_NONE; in zink_kopper_displaytarget_create() local
|
H A D | zink_resource.c | 659 enum pipe_format srgb = PIPE_FORMAT_NONE; in resource_object_create() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.c | 72 srgb[4]; /* appears to duplicate fp16[], but clamped, used for srgb */ member
|
/third_party/skia/tests/ |
H A D | GradientTest.cpp | 484 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in test_linear_fuzzer() local
|
H A D | ImageTest.cpp | 1182 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in DEF_TEST() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.c | 176 srgb[4]; /* appears to duplicate fp16[], but clamped, used for srgb */ member
|
/third_party/skia/gm/ |
H A D | gradients.cpp | 82 auto srgb = SkColorSpace::MakeSRGB(); in MakeLinear4f() local 101 auto srgb = SkColorSpace::MakeSRGB(); in MakeRadial4f() local 120 auto srgb = SkColorSpace::MakeSRGB(); in MakeSweep4f() local 145 auto srgb = SkColorSpace::MakeSRGB(); in Make2Radial4f() local 171 auto srgb = SkColorSpace::MakeSRGB(); in Make2Conical4f() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_astc.cpp | 539 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8) in Decoder() argument 546 bool srgb, output_unorm8; member in Decoder [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 791 AddRGBAXFormat(InternalFormatInfoMap *map, GLenum internalFormat, bool sized, const FormatBits &formatBits, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddRGBAXFormat() argument 832 AddRGBAFormat(InternalFormatInfoMap *map, GLenum internalFormat, bool sized, GLuint red, GLuint green, GLuint blue, GLuint alpha, GLuint shared, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddRGBAFormat() argument 928 AddCompressedFormat(InternalFormatInfoMap *map, GLenum internalFormat, GLuint compressedBlockWidth, GLuint compressedBlockHeight, GLuint compressedBlockDepth, GLuint compressedBlockSize, GLuint componentCount, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddCompressedFormat() argument 965 AddYUVFormat(InternalFormatInfoMap *map, GLenum internalFormat, bool sized, GLuint cr, GLuint y, GLuint cb, GLuint alpha, GLuint shared, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddYUVFormat() argument
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 315 const bool srgb = colorspace == EGL_GL_COLORSPACE_SRGB_KHR; in dri2_get_dri_config() local 408 bool srgb = false; in dri2_add_config() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 106 uint16_t srgb : 1; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 139 uint16_t srgb : 1; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 67452 , srgb( srgb_ ) srgb() function 67525 VULKAN_HPP_NAMESPACE::Bool32 srgb = {}; global() member [all...] |
H A D | vulkan_core.h | 12950 VkBool32 srgb; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 14227 VkBool32 srgb; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 13157 VkBool32 srgb; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 17260 VkBool32 srgb; member
|