Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c1092 LLVMValueRef *dxt_block, in lp_build_gather_s3tc_simple_scalar()
1109 *dxt_block = LLVMBuildBitCast(builder, elem, type32_4, ""); in lp_build_gather_s3tc_simple_scalar()
1115 *dxt_block = LLVMBuildShuffleVector(builder, elem, in lp_build_gather_s3tc_simple_scalar()
1264 LLVMValueRef dxt_block, in s3tc_decode_block_dxt1()
1301 color01 = lp_build_shuffle1undef(gallivm, dxt_block, 0, 4); in s3tc_decode_block_dxt1()
1302 code = lp_build_shuffle1undef(gallivm, dxt_block, 1, 4); in s3tc_decode_block_dxt1()
1304 color01 = lp_build_shuffle1undef(gallivm, dxt_block, 2, 4); in s3tc_decode_block_dxt1()
1305 code = lp_build_shuffle1undef(gallivm, dxt_block, 3, 4); in s3tc_decode_block_dxt1()
1496 LLVMValueRef dxt_block, in s3tc_decode_block_dxt3()
1516 s3tc_decode_block_dxt1(gallivm, format, dxt_block, co in s3tc_decode_block_dxt3()
1090 lp_build_gather_s3tc_simple_scalar(struct gallivm_state *gallivm, const struct util_format_description *format_desc, LLVMValueRef *dxt_block, LLVMValueRef ptr) lp_build_gather_s3tc_simple_scalar() argument
1262 s3tc_decode_block_dxt1(struct gallivm_state *gallivm, enum pipe_format format, LLVMValueRef dxt_block, LLVMValueRef *col) s3tc_decode_block_dxt1() argument
1494 s3tc_decode_block_dxt3(struct gallivm_state *gallivm, enum pipe_format format, LLVMValueRef dxt_block, LLVMValueRef *col) s3tc_decode_block_dxt3() argument
1610 s3tc_decode_block_dxt5(struct gallivm_state *gallivm, enum pipe_format format, LLVMValueRef dxt_block, LLVMValueRef *col) s3tc_decode_block_dxt5() argument
1925 LLVMValueRef dxt_block, tag_value; generate_update_cache_one_block() local
[all...]

Completed in 4 milliseconds