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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.h 100 float alpha_ref_value; member in struct:lp_jit_context
130 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_ALPHA_REF, "alpha_ref_value")
lp_state_fs.c 355 LLVMValueRef alpha_ref_value; local
357 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr);
358 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value);
363 &mask, alpha, alpha_ref_value,
594 LLVMValueRef alpha_ref_value; local
596 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr);
597 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value);
602 &mask, alpha, alpha_ref_value,
    [all...]

Completed in 61 milliseconds