Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c1092 LLVMValueRef *dxt_block, in lp_build_gather_s3tc_simple_scalar() argument
1110 *dxt_block = LLVMBuildBitCast(builder, elem, type32_4, ""); in lp_build_gather_s3tc_simple_scalar()
1116 *dxt_block = LLVMBuildShuffleVector(builder, elem, in lp_build_gather_s3tc_simple_scalar()
1260 LLVMValueRef dxt_block, in s3tc_decode_block_dxt1() argument
1297 color01 = lp_build_shuffle1undef(gallivm, dxt_block, 0, 4); in s3tc_decode_block_dxt1()
1298 code = lp_build_shuffle1undef(gallivm, dxt_block, 1, 4); in s3tc_decode_block_dxt1()
1300 color01 = lp_build_shuffle1undef(gallivm, dxt_block, 2, 4); in s3tc_decode_block_dxt1()
1301 code = lp_build_shuffle1undef(gallivm, dxt_block, 3, 4); in s3tc_decode_block_dxt1()
1492 LLVMValueRef dxt_block, in s3tc_decode_block_dxt3() argument
1512 s3tc_decode_block_dxt1(gallivm, format, dxt_block, col); in s3tc_decode_block_dxt3()
[all …]