Searched refs:intrargs (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 471 LLVMValueRef intrargs[2]; in lp_build_pavgb() local 474 intrargs[0] = v0; in lp_build_pavgb() 475 intrargs[1] = v1; in lp_build_pavgb() 477 bld8->vec_type, intrargs, 2, 0); in lp_build_pavgb() 1358 LLVMValueRef intrargs[2]; in s3tc_decode_block_dxt1() local 1359 intrargs[0] = LLVMBuildBitCast(builder, color01, bld8.vec_type, ""); in s3tc_decode_block_dxt1() 1361 intrargs[1] = lp_build_interleave2(gallivm, type32, color01, color01, 0); in s3tc_decode_block_dxt1() 1362 intrargs[1] = LLVMBuildBitCast(builder, intrargs[1], bld8.vec_type, ""); in s3tc_decode_block_dxt1() 1363 color2_2 = lp_build_pavgb(&bld8, intrargs[ in s3tc_decode_block_dxt1() 1402 LLVMValueRef intrargs[2], lut_ind, lut_adj; s3tc_decode_block_dxt1() local 1773 LLVMValueRef elems[16], intrargs[2], shufa, mulclo, mulchi, mask8hi; s3tc_decode_block_dxt5() local [all...] |
Completed in 5 milliseconds