Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c214 * @param alpha_hi used for storing higher 32bit of alpha components for dxt3/5
225 LLVMValueRef *alpha_hi, in lp_build_gather_s3tc()
257 *alpha_hi = LLVMBuildExtractElement(builder, elem, in lp_build_gather_s3tc()
266 *alpha_hi = LLVMGetUndef(type32); in lp_build_gather_s3tc()
295 *alpha_hi = tmp[1]; in lp_build_gather_s3tc()
764 LLVMValueRef alpha_hi, in s3tc_dxt3_to_rgba_aos()
809 tmp = lp_build_select(&bld, sel_mask, alpha_low, alpha_hi); in s3tc_dxt3_to_rgba_aos()
897 LLVMValueRef alpha_hi, LLVMValueRef alpha_lo, in s3tc_dxt5_alpha_channel()
961 alpha_hi = LLVMBuildZExt(builder, alpha_hi, i64 in s3tc_dxt5_alpha_channel()
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
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
894 s3tc_dxt5_alpha_channel(struct gallivm_state *gallivm, bool is_signed, unsigned n, LLVMValueRef alpha_hi, LLVMValueRef alpha_lo, LLVMValueRef i, LLVMValueRef j) s3tc_dxt5_alpha_channel() 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...]

Completed in 6 milliseconds