Home
last modified time | relevance | path

Searched refs:RGB1 (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_format.c176 FMT(ETC1_RGB8, ETC2_RGB8, RGB1, L, _T__),
177 FMT(ETC2_RGB8, ETC2_RGB8, RGB1, L, _T__),
178 FMT(ETC2_SRGB8, ETC2_RGB8, RGB1, S, _T__),
187 FMT(DXT1_RGB, BC1_UNORM, RGB1, L, _T__),
189 FMT(DXT1_SRGB, BC1_UNORM, RGB1, S, _T__),
199 FMT(BPTC_RGB_FLOAT, BC6H_SF16, RGB1, L, _T__),
200 FMT(BPTC_RGB_UFLOAT, BC6H_UF16, RGB1, L, _T__),
255 FMT(ETC1_RGB8, RGBA8_UNORM, RGB1, L, _T__),
256 FMT(ETC2_RGB8, RGBA8_UNORM, RGB1, L, _T__),
257 FMT(ETC2_SRGB8, RGBA8_UNORM, RGB1, S, _T__),
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_texture_compression_dxt1.txt239 RGB colors RGB0 and RGB1 as though they were 16-bit packed pixels with
253 RGB1, if color0 > color1 and code(x,y) == 1
254 (2*RGB0+RGB1)/3, if color0 > color1 and code(x,y) == 2
255 (RGB0+2*RGB1)/3, if color0 > color1 and code(x,y) == 3
258 RGB1, if color0 <= color1 and code(x,y) == 1
259 (RGB0+RGB1)/2, if color0 <= color1 and code(x,y) == 2
DEXT_texture_compression_s3tc.txt690 RGB colors RGB0 and RGB1 as though they were 16-bit packed pixels with
704 RGB1, if color0 > color1 and code(x,y) == 1
705 (2*RGB0+RGB1)/3, if color0 > color1 and code(x,y) == 2
706 (RGB0+2*RGB1)/3, if color0 > color1 and code(x,y) == 3
709 RGB1, if color0 <= color1 and code(x,y) == 1
710 (RGB0+RGB1)/2, if color0 <= color1 and code(x,y) == 2
870 (RGB0+RGB1)/2 and BLACK respectively (as is the case for DXT1).
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_compression_dxt1.txt239 RGB colors RGB0 and RGB1 as though they were 16-bit packed pixels with
253 RGB1, if color0 > color1 and code(x,y) == 1
254 (2*RGB0+RGB1)/3, if color0 > color1 and code(x,y) == 2
255 (RGB0+2*RGB1)/3, if color0 > color1 and code(x,y) == 3
258 RGB1, if color0 <= color1 and code(x,y) == 1
259 (RGB0+RGB1)/2, if color0 <= color1 and code(x,y) == 2
DEXT_texture_compression_s3tc.txt690 RGB colors RGB0 and RGB1 as though they were 16-bit packed pixels with
704 RGB1, if color0 > color1 and code(x,y) == 1
705 (2*RGB0+RGB1)/3, if color0 > color1 and code(x,y) == 2
706 (RGB0+2*RGB1)/3, if color0 > color1 and code(x,y) == 3
709 RGB1, if color0 <= color1 and code(x,y) == 1
710 (RGB0+RGB1)/2, if color0 <= color1 and code(x,y) == 2
870 (RGB0+RGB1)/2 and BLACK respectively (as is the case for DXT1).
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_compression_s3tc.txt201 unpacked to RGB colors RGB0 and RGB1 as though they were
218 RGB1, if color0 > color1 and code(x,y) == 1
219 (2*RGB0+RGB1)/3, if color0 > color1 and code(x,y) == 2
220 (RGB0+2*RGB1)/3, if color0 > color1 and code(x,y) == 3
223 RGB1, if color0 <= color1 and code(x,y) == 1
224 (RGB0+RGB1)/2, if color0 <= color1 and code(x,y) == 2
/third_party/openGLES/extensions/NV/
DNV_texture_compression_s3tc.txt201 unpacked to RGB colors RGB0 and RGB1 as though they were
218 RGB1, if color0 > color1 and code(x,y) == 1
219 (2*RGB0+RGB1)/3, if color0 > color1 and code(x,y) == 2
220 (RGB0+2*RGB1)/3, if color0 > color1 and code(x,y) == 3
223 RGB1, if color0 <= color1 and code(x,y) == 1
224 (RGB0+RGB1)/2, if color0 <= color1 and code(x,y) == 2
/third_party/skia/src/gpu/
DGrSwizzle.h58 static constexpr GrSwizzle RGB1() { return GrSwizzle("rgb1"); } in RGB1() function
/third_party/flutter/skia/src/gpu/
DGrSwizzle.h55 static constexpr GrSwizzle RGB1() { return GrSwizzle("rgb1"); } in RGB1() function
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp100 return GrSwizzle::RGB1(); in get_swizzle()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp63 return GrSwizzle::RGB1(); in get_swizzle()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c48 #define RGB1 _ISL_SWIZZLE(RED, GREEN, BLUE, ONE) macro
267 swiz_fmt1(VK_FORMAT_BC1_RGB_UNORM_BLOCK, ISL_FORMAT_BC1_UNORM, RGB1),
268 swiz_fmt1(VK_FORMAT_BC1_RGB_SRGB_BLOCK, ISL_FORMAT_BC1_UNORM_SRGB, RGB1),
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.c320 DEF_SWIZZLE(RGB1, X, Y, Z, 1); in d3d12_get_format_info()
/third_party/openGLES/extensions/SGIX/
DSGIX_icc_texture.txt267 on a per-channel basis to give the vectors RGB0, RGB1, RGB2, and
275 pixel to choose the intermediate value RGB0, RGB1, RGB2, or RGB3.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_icc_texture.txt267 on a per-channel basis to give the vectors RGB0, RGB1, RGB2, and
275 pixel to choose the intermediate value RGB0, RGB1, RGB2, or RGB3.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.mm220 // When texture swizzling is available, DXT1 RGB format will be swizzled with RGB1.
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp735 ctInfo.fTextureSwizzle = GrSwizzle::RGB1(); in initFormatTable()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm567 ctInfo.fTextureSwizzle = GrSwizzle::RGB1();
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp867 ctInfo.fReadSwizzle = GrSwizzle::RGB1(); in initFormatTable()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp999 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), GrSwizzle::RGB1()); in asFragmentProcessor()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm712 ctInfo.fReadSwizzle = GrSwizzle::RGB1();
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_compression_bptc.txt808 given texture can have both RGB1 and RGBA portions.
/third_party/openGLES/extensions/ARB/
DARB_texture_compression_bptc.txt819 given texture can have both RGB1 and RGBA portions.
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp1520 ctInfo.fTextureSwizzle = GrSwizzle::RGB1(); in initFormatTable()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1504 ctInfo.fReadSwizzle = GrSwizzle::RGB1(); in initFormatTable()