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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 109 float alpha_ref_value );
lp_bld_blend.c 327 LLVMValueRef alpha_ref_value; local
331 alpha_ref_value = lp_build_const_vec(gallivm, type, 0.5);
333 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_setup.c 668 float alpha_ref_value )
670 LP_DBG(DEBUG_SETUP, "%s %f\n", __FUNCTION__, alpha_ref_value);
672 if(setup->fs.current.jit_context.alpha_ref_value != alpha_ref_value) {
673 setup->fs.current.jit_context.alpha_ref_value = alpha_ref_value;
    [all...]
lp_jit.c 177 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, alpha_ref_value,
lp_state_fs.c 493 LLVMValueRef alpha_ref_value; local
495 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr);
496 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value);
501 &mask, alpha, alpha_ref_value,
    [all...]

Completed in 209 milliseconds