Home
last modified time | relevance | path

Searched refs:srgb (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/format/
Dsrgb.c30 const enum pipe_format srgb = util_format_srgb(linear); in main() local
31 if (format != srgb) { in main()
34 util_format_name(srgb)); in main()
Dmeson.build1 foreach t : ['srgb', 'u_format_test', 'u_format_compatible_test']
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.csv50 # - color space: rgb, srgb, yuv, zs
136 PIPE_FORMAT_L8_SRGB , plain, 1, 1, 1, un8 , , , , xxx1, srgb
137 PIPE_FORMAT_R8_SRGB , plain, 1, 1, 1, un8 , , , , x001, srgb
138 PIPE_FORMAT_L8A8_SRGB , plain, 1, 1, 1, un8 , un8 , , , xxxy, srgb
139 PIPE_FORMAT_R8G8_SRGB , plain, 1, 1, 1, un8 , un8 , , , xy01, srgb
140 PIPE_FORMAT_R8G8B8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , , xyz1, srgb
141 PIPE_FORMAT_B8G8R8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , , zyx1, srgb
142 PIPE_FORMAT_R8G8B8A8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , un8 , xyzw, srgb
143 PIPE_FORMAT_A8B8G8R8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , un8 , wzyx, srgb
144 PIPE_FORMAT_X8B8G8R8_SRGB , plain, 1, 1, 1, x8 , un8 , un8 , un8 , wzy1, srgb
[all …]
Du_format_s3tc.c127 unsigned block_size, bool srgb) in util_format_dxtn_rgb_unpack_rgba_8unorm() argument
140 if (srgb) { in util_format_dxtn_rgb_unpack_rgba_8unorm()
206 unsigned block_size, bool srgb) in util_format_dxtn_rgb_unpack_rgba_float() argument
217 if (srgb) { in util_format_dxtn_rgb_unpack_rgba_float()
294 unsigned block_size, bool srgb) in util_format_dxtn_pack_rgba_8unorm() argument
307 if (srgb) { in util_format_dxtn_pack_rgba_8unorm()
372 unsigned block_size, bool srgb) in util_format_dxtn_pack_rgba_float() argument
384 if (srgb) { in util_format_dxtn_pack_rgba_float()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp515 bool* srgb) { in getAstcFormatInfo() argument
519 *footprint = footprintType; *srgb = srgbValue; break; \ in getAstcFormatInfo()
574 bool srgb; in getAstcCompressedSize() local
576 getAstcFormatInfo(internalformat, &footprintType, &srgb); in getAstcCompressedSize()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp154 void getAstcFormatInfo(GLenum internalformat, uint32_t* width, uint32_t* height, bool* srgb) { in getAstcFormatInfo() argument
158 *width = blockWidth; *height = blockHeight; *srgb = srgbValue; break; \ in getAstcFormatInfo()
509 bool srgb; in doCompressedTexImage2D() local
510 getAstcFormatInfo(internalformat, &blockWidth, &blockHeight, &srgb); in doCompressedTexImage2D()
523 glTexImage2DPtr(target, level, srgb ? GL_SRGB8_ALPHA8 : GL_RGBA8, width, in doCompressedTexImage2D()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_toplevel.cpp2226 bool srgb = profile == ASTCENC_PRF_LDR_SRGB; in main() local
2227 error = store_ktx_compressed_image(image_comp, output_filename.c_str(), srgb); in main()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc1273 * pname:srgb indicates that the sampler will be combined with an image
Dtextures.adoc483 * slink:VkSamplerBorderColorComponentMappingCreateInfoEXT::pname:srgb, if
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h16370 VkBool32 srgb; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp12332 VULKAN_HPP_HASH_COMBINE( seed, samplerBorderColorComponentMappingCreateInfoEXT.srgb ); in operator ()()