Searched defs:alpha_ref_value (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c209 LLVMValueRef alpha_ref_value; local
213 alpha_ref_value = lp_build_const_vec(gallivm, type, 0.5);
215 test = lp_build_cmp(&bld, PIPE_FUNC_GREATER, alpha, alpha_ref_value);
H A Dlp_jit.h127 float alpha_ref_value; member in struct:lp_jit_context
167 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_ALPHA_REF, "alpha_ref_value")
H A Dlp_state_fs.c491 LLVMValueRef alpha_ref_value; local
493 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr);
494 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value);
499 &mask, alpha, alpha_ref_value,

Completed in 108 milliseconds