Home
last modified time | relevance | path

Searched defs:comps (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
Du_format_rgtc.c43 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
Du_format_etc.c30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
Du_format_fxt1.c1049 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
Du_format_s3tc.c129 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
Dtexcompress_s3tc_tmp.h890 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrccolors()