Home
last modified time | relevance | path

Searched refs:ref_value (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/r300/
Dr300_render_stencilref.c51 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]); in r300_stencilref_needed()
64 sr->ref_value_front = r300->stencil_ref.ref_value[0]; in r300_stencilref_begin()
81 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1]; in r300_stencilref_switch_side()
97 r300->stencil_ref.ref_value[0] = sr->ref_value_front; in r300_stencilref_end()
Dr300_state.c653 dsa->alpha_function |= float_to_ubyte(state->alpha.ref_value); in r300_create_dsa_state()
654 dsa->alpha_value = util_float_to_half(state->alpha.ref_value); in r300_create_dsa_state()
718 r300->stencil_ref.ref_value[0]; in r300_dsa_inject_stencilref()
721 r300->stencil_ref.ref_value[1]; in r300_dsa_inject_stencilref()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c119 sr.ref_value[0] = ctx->Stencil.Ref[0] & 0xff; in update_depth_stencil_alpha()
130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff; in update_depth_stencil_alpha()
138 sr.ref_value[1] = sr.ref_value[0]; in update_depth_stencil_alpha()
145 dsa->alpha.ref_value = ctx->Color.AlphaRefUnclamped; in update_depth_stencil_alpha()
Dst_cb_clear.c272 stencil_ref.ref_value[0] = ctx->Stencil.Clear; in clear_with_quad()
/external/autotest/client/deps/lansim/src/py/
Dsimulator.py377 def _condition_poller(self, callback, ref_value, cond_var, func): argument
385 ref_value[0] = func()
386 if ref_value[0]:
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c170 llvmpipe->depth_stencil->alpha.ref_value); in llvmpipe_update_derived()
172 llvmpipe->stencil_ref.ref_value); in llvmpipe_update_derived()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h240 float ref_value; /**< reference value */ member
286 ubyte ref_value[2]; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c248 S_028430_STENCILREF(state->ref_value[0]) | in r600_set_stencil_ref()
253 S_028434_STENCILREF_BF(state->ref_value[1]) | in r600_set_stencil_ref()
274 ref.ref_value[0] = state->ref_value[0]; in r600_set_pipe_stencil_ref()
275 ref.ref_value[1] = state->ref_value[1]; in r600_set_pipe_stencil_ref()
297 ref.ref_value[0] = rctx->stencil_ref.ref_value[0]; in r600_bind_dsa_state()
298 ref.ref_value[1] = rctx->stencil_ref.ref_value[1]; in r600_bind_dsa_state()
Dr600_pipe.h303 ubyte ref_value[2]; member
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_immediate.c133 LIS5 |= i915->stencil_ref.ref_value[0] << S5_STENCIL_REF_SHIFT; in upload_S5()
Di915_state_dynamic.c118 bfo[0] |= i915->stencil_ref.ref_value[1] << BFO_STENCIL_REF_SHIFT; in upload_BFO()
Di915_state.c517 ubyte refByte = float_to_ubyte(depth_stencil->alpha.ref_value); in i915_create_depth_stencil_state()
/external/mesa3d/src/gallium/docs/source/cso/
Ddsa.rst60 ref_value
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c118 ds->alpharef = templ->alpha.ref_value; in svga_create_depth_stencil_state()
Dsvga_state_rss.c198 EMIT_RS( svga, svga->curr.stencil_ref.ref_value[0], STENCILREF, fail ); in emit_rss()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c344 trace_dump_member(float, &state->alpha, ref_value); in trace_dump_depth_stencil_alpha_state()
430 trace_dump_member_array(uint, state, ref_value); in trace_dump_stencil_ref()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state_validate.c120 PUSH_DATA (push, nv50->stencil_ref.ref_value[0]); in nv50_validate_stencil_ref()
122 PUSH_DATA (push, nv50->stencil_ref.ref_value[1]); in nv50_validate_stencil_ref()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state_validate.c212 PUSH_DATA (push, nv30->stencil_ref.ref_value[0]); in nv30_validate_stencil_ref()
214 PUSH_DATA (push, nv30->stencil_ref.ref_value[1]); in nv30_validate_stencil_ref()
Dnv30_state.c258 SB_DATA (so, float_to_ubyte(cso->alpha.ref_value)); in nv30_zsa_state_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c515 util_dump_member(stream, float, &state->alpha, ref_value); in util_dump_depth_stencil_alpha_state()
601 util_dump_member_array(stream, uint, state, ref_value); in util_dump_stencil_ref()
Du_blitter.c922 sr.ref_value[0] = stencil & 0xff; in util_blitter_clear_custom()
1351 sr.ref_value[0] = stencil & 0xff; in util_blitter_clear_depth_stencil()
1359 sr.ref_value[0] = stencil & 0xff; in util_blitter_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c631 ref = softpipe->stencil_ref.ref_value[face]; in depth_stencil_test_quad()
679 const float ref = qs->softpipe->depth_stencil->alpha.ref_value; \
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c507 S_028430_STENCILTESTVAL(ref->ref_value[0]) | in si_update_dsa_stencil_ref()
511 S_028434_STENCILTESTVAL_BF(ref->ref_value[1]) | in si_update_dsa_stencil_ref()
603 alpha_ref = fui(state->alpha.ref_value); in si_create_dsa_state()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state_validate.c179 const ubyte *ref = &nvc0->stencil_ref.ref_value[0]; in nvc0_validate_stencil_ref()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1117 sref.ref_value[0] = stencil_ref; in set_stencil_ref()
1118 sref.ref_value[1] = stencil_ref; in set_stencil_ref()

12