HomeSort by relevance Sort by last modified time
    Searched defs:alpha_ref_value (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 209 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);
lp_jit.h 127 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")
lp_state_fs.c 491 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,
    [all...]

Completed in 68 milliseconds