H A D | lp_bld_format_s3tc.c | 212 * @param codewords the codewords of the blocks will be extracted into this. 223 LLVMValueRef *codewords, in lp_build_gather_s3tc() 261 *codewords = LLVMBuildExtractElement(builder, elem, in lp_build_gather_s3tc() 269 *codewords = LLVMBuildExtractElement(builder, elem, in lp_build_gather_s3tc() 293 *codewords = tmp[3]; in lp_build_gather_s3tc() 321 *codewords = lp_build_interleave2_half(gallivm, lp_type64, cc01, cc23, 1); in lp_build_gather_s3tc() 323 *codewords = LLVMBuildBitCast(builder, *codewords, type32_vec, ""); in lp_build_gather_s3tc() 557 * @param codewords i 219 lp_build_gather_s3tc(struct gallivm_state *gallivm, unsigned length, const struct util_format_description *format_desc, LLVMValueRef *colors, LLVMValueRef *codewords, LLVMValueRef *alpha_lo, LLVMValueRef *alpha_hi, LLVMValueRef base_ptr, LLVMValueRef offsets) lp_build_gather_s3tc() argument 562 s3tc_dxt1_full_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef i, LLVMValueRef j) s3tc_dxt1_full_to_rgba_aos() argument 736 s3tc_dxt1_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef i, LLVMValueRef j) s3tc_dxt1_to_rgba_aos() argument 758 s3tc_dxt3_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef alpha_low, LLVMValueRef alpha_hi, LLVMValueRef i, LLVMValueRef j) s3tc_dxt3_to_rgba_aos() argument 1045 s3tc_dxt5_full_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef alpha_lo, LLVMValueRef alpha_hi, LLVMValueRef i, LLVMValueRef j) s3tc_dxt5_full_to_rgba_aos() argument 2164 s3tc_dxt5_to_rgba_aos(struct gallivm_state *gallivm, unsigned n, enum pipe_format format, LLVMValueRef colors, LLVMValueRef codewords, LLVMValueRef alpha_lo, LLVMValueRef alpha_hi, LLVMValueRef i, LLVMValueRef j) s3tc_dxt5_to_rgba_aos() argument 2233 LLVMValueRef colors, codewords, alpha_lo = NULL, alpha_hi = NULL; lp_build_fetch_s3tc_rgba_aos() local 2272 LLVMValueRef colors, codewords, alpha_lo = NULL, alpha_hi = NULL; lp_build_fetch_s3tc_rgba_aos() local [all...] |