Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_render_stencilref.c55 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]); in r300_stencilref_needed()
68 sr->ref_value_front = r300->stencil_ref.ref_value[0]; in r300_stencilref_begin()
85 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1]; in r300_stencilref_switch_side()
101 r300->stencil_ref.ref_value[0] = sr->ref_value_front; in r300_stencilref_end()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c108 sr.ref_value[0] = _mesa_get_stencil_ref(ctx, 0); in st_update_depth_stencil_alpha()
119 sr.ref_value[1] = _mesa_get_stencil_ref(ctx, back); in st_update_depth_stencil_alpha()
127 sr.ref_value[1] = sr.ref_value[0]; in st_update_depth_stencil_alpha()
Dst_cb_clear.c308 stencil_ref.ref_value[0] = ctx->Stencil.Clear; in clear_with_quad()
/third_party/node/test/cctest/
Dtest_aliased_buffer.cc233 Reference ref_value = ab[1] = 2; in TEST_F() local
235 EXPECT_EQ(static_cast<uint32_t>(2), ref = ref_value); in TEST_F()
236 EXPECT_EQ(static_cast<uint32_t>(4), ref += ref_value); in TEST_F()
237 EXPECT_EQ(static_cast<uint32_t>(2), ref -= ref_value); in TEST_F()
/third_party/jerryscript/tools/
Dgen-magic-strings.py64 defs = sorted(defs, key=lambda ref_value: (len(ref_value[1]), ref_value[1]))
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_immediate.c126 LIS5 |= i915->stencil_ref.ref_value[stencil_ccw] << S5_STENCIL_REF_SHIFT; in upload_S5()
Di915_state_dynamic.c122 bfo[0] |= i915->stencil_ref.ref_value[!stencil_ccw] in upload_BFO()
/third_party/mesa3d/docs/gallium/cso/
Ddsa.rst60 ref_value
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c308 S_028430_STENCILREF(a->state.ref_value[0]) | in r600_emit_stencil_ref()
312 S_028434_STENCILREF_BF(a->state.ref_value[1]) | in r600_emit_stencil_ref()
329 ref.ref_value[0] = state.ref_value[0]; in r600_set_pipe_stencil_ref()
330 ref.ref_value[1] = state.ref_value[1]; in r600_set_pipe_stencil_ref()
352 ref.ref_value[0] = rctx->stencil_ref.pipe_state.ref_value[0]; in r600_bind_dsa_state()
353 ref.ref_value[1] = rctx->stencil_ref.pipe_state.ref_value[1]; in r600_bind_dsa_state()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c215 EMIT_RS(svga, svga->curr.stencil_ref.ref_value[0], STENCILREF); in emit_rss_vgpu9()
467 unsigned curr_ref = svga->curr.stencil_ref.ref_value[0]; in emit_rss_vgpu10()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state_validate.c209 PUSH_DATA (push, nv30->stencil_ref.ref_value[0]); in nv30_validate_stencil_ref()
211 PUSH_DATA (push, nv30->stencil_ref.ref_value[1]); in nv30_validate_stencil_ref()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c269 A2XX_RB_STENCILREFMASK_STENCILREF(sr->ref_value[1])); in fd2_emit_state()
271 A2XX_RB_STENCILREFMASK_STENCILREF(sr->ref_value[0])); in fd2_emit_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c326 llvmpipe->stencil_ref.ref_value); in llvmpipe_update_derived()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp993 psr.ref_value[0] = StencilRef; in SetDepthStencilState()
994 psr.ref_value[1] = StencilRef; in SetDepthStencilState()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state_validate.c167 PUSH_DATA (push, nv50->stencil_ref.ref_value[0]); in nv50_validate_stencil_ref()
169 PUSH_DATA (push, nv50->stencil_ref.ref_value[1]); in nv50_validate_stencil_ref()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h391 ubyte ref_value[2]; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c680 v3d->stencil_ref.ref_value[0]; in v3dX()
688 v3d->stencil_ref.ref_value[1]; in v3dX()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_uniforms.c339 (vc4->stencil_ref.ref_value[data] << 8) : in vc4_write_uniforms()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c60 VIVS_PE_STENCIL_CONFIG_REF_FRONT(sr.ref_value[i]); in etna_set_stencil_ref()
62 VIVS_PE_STENCIL_CONFIG_EXT_REF_BACK(sr.ref_value[!i]); in etna_set_stencil_ref()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c207 struct pipe_stencil_ref sr = {.ref_value = {stencil & 0xff}}; in fd_blitter_clear()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c555 A3XX_RB_STENCILREFMASK_STENCILREF(sr->ref_value[0])); in fd3_emit_state()
557 A3XX_RB_STENCILREFMASK_BF_STENCILREF(sr->ref_value[1])); in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c650 (ref->ref_value[0] << 16) | in lima_pack_render_state()
659 (ref->ref_value[1] << 16) | in lima_pack_render_state()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c1348 uint64_t ref_value, in gpu_write_query_result_cond() argument
1354 mi_store(b, mi_reg64(MI_PREDICATE_SRC1), mi_imm(ref_value)); in gpu_write_query_result_cond()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c591 A5XX_RB_STENCILREFMASK_STENCILREF(sr->ref_value[0])); in fd5_emit_state()
593 A5XX_RB_STENCILREFMASK_BF_STENCILREF(sr->ref_value[1])); in fd5_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c705 A4XX_RB_STENCILREFMASK_STENCILREF(sr->ref_value[0])); in fd4_emit_state()
707 A4XX_RB_STENCILREFMASK_BF_STENCILREF(sr->ref_value[1])); in fd4_emit_state()

12