| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_zsa.c | 92 so->rb_alpha_ref = A3XX_RB_ALPHA_REF_UINT(cso->alpha_ref_value * 255.0) | 93 A3XX_RB_ALPHA_REF_FLOAT(cso->alpha_ref_value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_zsa.c | 96 extra_reference = _mesa_float_to_half(SATURATE(so->alpha_ref_value)); 104 VIVS_PE_ALPHA_OP_ALPHA_REF(etna_cfloat_to_uint8(so->alpha_ref_value));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_zsa.c | 90 so->rb_alpha_ref = fui(cso->alpha_ref_value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_zsa.c | 90 uint32_t ref = cso->alpha_ref_value * 255.0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup.h | 109 float alpha_ref_value );
|
| H A D | lp_bld_blend.c | 327 LLVMValueRef alpha_ref_value; local in function:lp_build_alpha_to_coverage 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);
|
| H A D | 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")
|
| H A D | lp_setup.c | 670 float alpha_ref_value ) 672 LP_DBG(DEBUG_SETUP, "%s %f\n", __FUNCTION__, alpha_ref_value); 674 if(setup->fs.current.jit_context.alpha_ref_value != alpha_ref_value) { 675 setup->fs.current.jit_context.alpha_ref_value = alpha_ref_value; 669 lp_setup_set_alpha_ref_value(struct lp_setup_context * setup,float alpha_ref_value) argument
|
| H A D | lp_jit.c | 177 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, alpha_ref_value,
|
| H A D | lp_state_fs.c | 493 LLVMValueRef alpha_ref_value; local in function:generate_fs_loop 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,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_zsa.c | 108 uint32_t ref = cso->alpha_ref_value * 255.0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend.c | 327 LLVMValueRef alpha_ref_value; local in function:lp_build_alpha_to_coverage 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);
|
| H A D | lp_setup.h | 123 float alpha_ref_value );
|
| H A D | lp_linear.c | 136 jit.alpha_ref_value = float_to_ubyte(state->jit_context.alpha_ref_value);
|
| H A D | lp_jit.h | 160 float alpha_ref_value; member in struct:lp_jit_context 218 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_ALPHA_REF, "alpha_ref_value") 355 uint8_t alpha_ref_value; member in struct:lp_jit_linear_context 390 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_LINEAR_CTX_ALPHA_REF, "alpha_ref_value")
|
| H A D | lp_state_derived.c | 322 llvmpipe->depth_stencil->alpha_ref_value);
|
| H A D | lp_setup.c | 779 float alpha_ref_value ) 781 LP_DBG(DEBUG_SETUP, "%s %f\n", __FUNCTION__, alpha_ref_value); 783 if(setup->fs.current.jit_context.alpha_ref_value != alpha_ref_value) { 784 setup->fs.current.jit_context.alpha_ref_value = alpha_ref_value; 778 lp_setup_set_alpha_ref_value(struct lp_setup_context * setup,float alpha_ref_value) argument
|
| H A D | lp_jit.c | 264 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, alpha_ref_value, 378 LP_CHECK_MEMBER_OFFSET(struct lp_jit_linear_context, alpha_ref_value,
|
| H A D | lp_state_fs.c | 410 LLVMValueRef alpha_ref_value = lp_build_const_vec(gallivm, type, step * s); local in function:lp_build_sample_alpha_to_coverage 411 LLVMValueRef test = lp_build_cmp(&bld, PIPE_FUNC_GREATER, alpha, alpha_ref_value); 997 LLVMValueRef alpha_ref_value; local in function:generate_fs_loop 999 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr); 1000 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value); 1005 &mask, alpha, alpha_ref_value,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_zsa.c | 197 uint32_t ref = cso->alpha_ref_value * 255.0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_depth.c | 135 dsa->alpha_ref_value = ctx->Color.AlphaRefUnclamped;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_depthstencil.c | 203 ds->alpharef = templ->alpha_ref_value;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 338 float alpha_ref_value; /**< reference value */ member in struct:pipe_depth_stencil_alpha_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_pipe.c | 69 dsa.alpha_ref_value = (float)rs[D3DRS_ALPHAREF] / 255.0f;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_state.c | 268 SB_DATA (so, float_to_ubyte(cso->alpha_ref_value));
|