Home
last modified time | relevance | path

Searched refs:ref_value (Results 1 - 25 of 44) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r300/
H A 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/
H A 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()
H A Dst_cb_clear.c308 stencil_ref.ref_value[0] = ctx->Stencil.Clear; in clear_with_quad()
/third_party/node/test/cctest/
H A Dtest_aliased_buffer.cc226 Reference ref_value = ab[1] = 2; in TEST_F() local
228 EXPECT_EQ(static_cast<uint32_t>(2), ref = ref_value); in TEST_F()
229 EXPECT_EQ(static_cast<uint32_t>(4), ref += ref_value); in TEST_F()
230 EXPECT_EQ(static_cast<uint32_t>(2), ref -= ref_value); in TEST_F()
/third_party/jerryscript/tools/
H A 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/
H A Di915_state_immediate.c126 LIS5 |= i915->stencil_ref.ref_value[stencil_ccw] << S5_STENCIL_REF_SHIFT; in upload_S5()
H A Di915_state_dynamic.c122 bfo[0] |= i915->stencil_ref.ref_value[!stencil_ccw] in upload_BFO()
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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[ in r600_bind_dsa_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A 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/
H A 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/
H A 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/include/pipe/
H A Dp_state.h391 ubyte ref_value[2]; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c326 llvmpipe->stencil_ref.ref_value); in llvmpipe_update_derived()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c339 (vc4->stencil_ref.ref_value[data] << 8) : in vc4_write_uniforms()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c680 v3d->stencil_ref.ref_value[0]; in emit_state()
688 v3d->stencil_ref.ref_value[1]; in emit_state()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A 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/
H A 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/drivers/etnaviv/
H A 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/
H A Dfreedreno_blitter.c207 struct pipe_stencil_ref sr = {.ref_value = {stencil & 0xff}}; in fd_blitter_clear()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c1348 uint64_t ref_value, in gpu_write_query_result_cond()
1354 mi_store(b, mi_reg64(MI_PREDICATE_SRC1), mi_imm(ref_value)); in gpu_write_query_result_cond()
1344 gpu_write_query_result_cond(struct anv_cmd_buffer *cmd_buffer, struct mi_builder *b, struct anv_address poll_addr, struct anv_address dst_addr, uint64_t ref_value, VkQueryResultFlags flags, uint32_t value_index, struct mi_value query_result) gpu_write_query_result_cond() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A 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/lima/
H A 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/gallium/drivers/freedreno/a3xx/
H A 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/freedreno/a4xx/
H A 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()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp2646 const unsigned int ref_value = ref_values[n_ref_value]; in verifyXFBData() local
2652 if (*result_value_ptr != (int)ref_value) in verifyXFBData()
2659 << ref_value << "], found:[" << *result_value_ptr << "])" in verifyXFBData()
2678 const unsigned int ref_value = ref_values[n_ref_value]; in verifyXFBData() local
2694 if (de::abs(*double_value_ptr - (double)ref_value) > epsilon) in verifyXFBData()
2701 << ref_value << "], found:[" << *double_value_ptr << "])" in verifyXFBData()
2713 if (de::abs(*float_value_ptr - (float)ref_value) > epsilon) in verifyXFBData()
2720 << ref_value << "], found:[" << *float_value_ptr << "])" in verifyXFBData()
2733 if (*int_value_ptr != (int)ref_value) in verifyXFBData()
2740 << ref_value << "], foun in verifyXFBData()
[all...]

Completed in 30 milliseconds

12