HomeSort by relevance Sort by last modified time
    Searched refs:ref_value (Results 26 - 41 of 41) sorted by null

12

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 631 ref = softpipe->stencil_ref.ref_value[face];
679 const float ref = qs->softpipe->depth_stencil->alpha.ref_value; \
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 922 sr.ref_value[0] = stencil & 0xff;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 258 SB_DATA (so, float_to_ubyte(cso->alpha.ref_value));
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 272 stencil_ref.ref_value[0] = ctx->Stencil.Clear;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 507 S_028430_STENCILTESTVAL(ref->ref_value[0]) |
511 S_028434_STENCILTESTVAL_BF(ref->ref_value[1]) |
603 alpha_ref = fui(state->alpha.ref_value);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 517 ubyte refByte = float_to_ubyte(depth_stencil->alpha.ref_value);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state_validate.c 179 const ubyte *ref = &nvc0->stencil_ref.ref_value[0];
nvc0_state.c 382 SB_DATA (so, fui(cso->alpha.ref_value));
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 303 ubyte ref_value[2]; member in struct:r600_stencil_ref
r600_state.c 844 alpha_ref = fui(state->alpha.ref_value);
    [all...]
evergreen_state.c 824 alpha_ref = fui(state->alpha.ref_value);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1117 sref.ref_value[0] = stencil_ref;
1118 sref.ref_value[1] = stencil_ref;
    [all...]
  /system/bt/btif/src/
btif_dm.c 240 tBTA_DM_BLE_REF_VALUE ref_value,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 474 dsa.alpha.ref_value = 0;
    [all...]
vl_mpeg12_decoder.c 794 dsa.alpha.ref_value = 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 405 SB_DATA (so, fui(cso->alpha.ref_value));
    [all...]

Completed in 434 milliseconds

12