/external/chromium_org/third_party/mesa/src/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...] |
/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...] |