/hardware/google/gfxstream/guest/mesa/src/util/tests/format/ |
D | srgb.c | 30 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()
|
D | meson.build | 1 foreach t : ['srgb', 'u_format_test', 'u_format_compatible_test']
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format.csv | 50 # - 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 …]
|
D | u_format_s3tc.c | 127 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/ |
D | GLESTextureUtils.cpp | 515 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/ |
D | TextureUtils.cpp | 154 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/ |
D | astcenccli_toplevel.cpp | 2226 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/ |
D | samplers.adoc | 1273 * pname:srgb indicates that the sampler will be combined with an image
|
D | textures.adoc | 483 * slink:VkSamplerBorderColorComponentMappingCreateInfoEXT::pname:srgb, if
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 16370 VkBool32 srgb; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 12332 VULKAN_HPP_HASH_COMBINE( seed, samplerBorderColorComponentMappingCreateInfoEXT.srgb ); in operator ()()
|