Home
last modified time | relevance | path

Searched defs:srgb (Results 26 - 47 of 47) sorted by relevance

12

/third_party/mesa3d/src/intel/isl/
H A Disl_format.c1222 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 Dpan_texture.c412 bool srgb = (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB); in panfrost_emit_plane() local
/third_party/mesa3d/src/util/format/
H A Du_format_s3tc.c123 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 Dpan_lower_framebuffer.c361 nir_ssa_def *srgb = nir_f2fmp(b, in pan_linear_to_srgb() local
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp332 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in TestColorXform() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c399 enum pipe_format srgb = PIPE_FORMAT_NONE; in zink_kopper_displaytarget_create() local
H A Dzink_resource.c659 enum pipe_format srgb = PIPE_FORMAT_NONE; in resource_object_create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c72 srgb[4]; /* appears to duplicate fp16[], but clamped, used for srgb */ member
/third_party/skia/tests/
H A DGradientTest.cpp484 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in test_linear_fuzzer() local
H A DImageTest.cpp1182 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in DEF_TEST() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c176 srgb[4]; /* appears to duplicate fp16[], but clamped, used for srgb */ member
/third_party/skia/gm/
H A Dgradients.cpp82 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 Dtexcompress_astc.cpp539 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 Dformatutils.cpp791 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 Degl_dri2.c315 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 Ddc.h106 uint16_t srgb : 1; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc.h139 uint16_t srgb : 1; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp67452 , srgb( srgb_ ) srgb() function
67525 VULKAN_HPP_NAMESPACE::Bool32 srgb = {}; global() member
[all...]
H A Dvulkan_core.h12950 VkBool32 srgb; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h14227 VkBool32 srgb; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h13157 VkBool32 srgb; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h17260 VkBool32 srgb; member

Completed in 305 milliseconds

12