Searched refs:lut_adj (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 1402 LLVMValueRef intrargs[2], lut_ind, lut_adj; in s3tc_decode_block_dxt1() local 1428 lut_adj = lp_build_const_int_vec(gallivm, type32, 0x0c080400); in s3tc_decode_block_dxt1() 1429 lut_adj = LLVMBuildBitCast(builder, lut_adj, bld8.vec_type, ""); in s3tc_decode_block_dxt1() 1433 lut_ind = LLVMBuildOr(builder, lut_ind, lut_adj, ""); in s3tc_decode_block_dxt1()
|
Completed in 5 milliseconds