Searched defs:comps (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
|
D | u_format_rgtc.c | 43 const unsigned bw = 4, bh = 4, comps = 1; in util_format_rgtc1_unorm_unpack_r_8unorm() local 67 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local 195 const unsigned bw = 4, bh = 4, comps = 1; in util_format_rgtc1_snorm_unpack_r_8snorm() local 298 const unsigned bw = 4, bh = 4, comps = 2; in util_format_rgtc2_unorm_unpack_rg_8unorm() local 323 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local 465 const unsigned bw = 4, bh = 4, comps = 2; in util_format_rgtc2_snorm_unpack_rg_8snorm() local
|
D | u_format_etc.c | 30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
|
D | u_format_fxt1.c | 1049 fxt1_quantize (uint32_t *cc, const uint8_t *lines[], int32_t comps) in fxt1_quantize() 1146 int32_t comps, const uint8_t *src, int32_t srcRowStride, in upscale_teximage2d() 1173 fxt1_encode (uint32_t width, uint32_t height, int32_t comps, in fxt1_encode() 1555 const unsigned bw = 8, bh = 4, comps = 4; in util_format_fxtn_rgb_unpack_rgba_8unorm() local 1602 const unsigned bw = 8, bh = 4, comps = 4; in util_format_fxtn_rgb_unpack_rgba_float() local
|
D | u_format_s3tc.c | 129 const unsigned bw = 4, bh = 4, comps = 4; in util_format_dxtn_rgb_unpack_rgba_8unorm() local 296 const unsigned bw = 4, bh = 4, comps = 4; in util_format_dxtn_pack_rgba_8unorm() local
|
D | texcompress_s3tc_tmp.h | 890 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrccolors()
|