Home
last modified time | relevance | path

Searched refs:nir_store_deref (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_imm_int(b, 0), 1 << start); in recursive_if_chain()
96 nir_store_deref(b, deref, nir_vec(b, components, instr->num_components), wrmask); in lower_clip_plane_store()
105 nir_store_deref(b, deref, nir_imm_int(b, 0), 1); in lower_clip_plane_store()
H A Dnir_lower_is_helper_invocation.c54 nir_store_deref(b, is_helper_deref, nir_imm_bool(b, true), 1); in nir_lower_load_and_store_is_helper()
61 nir_store_deref(b, is_helper_deref, updated_is_helper, 1); in nir_lower_load_and_store_is_helper()
120 nir_store_deref(&b, is_helper_deref, started_as_helper, 1); in nir_lower_is_helper_invocation()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_lower_clip_disable.c46 nir_store_deref(b, deref, value, 1 << start); in recursive_if_chain()
48 nir_store_deref(b, deref, nir_ssa_undef(b, 1, 32), 1 << start); in recursive_if_chain()
87 nir_store_deref(b, deref, nir_ssa_undef(b, 1, 32), 1 << plane); in lower_clip_plane_store()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/tests/
H A Dvars_tests.cpp1180 nir_store_deref(b, store_deref_y, nir_imm_int(b, 20), 1); in TEST_F()
1184 nir_store_deref(b, store_deref_x, nir_imm_int(b, 10), 1); in TEST_F()
1227 nir_store_deref(b, store_deref, nir_imm_int(b, 20), 1); in TEST_F()
1304 nir_store_deref(b, store_deref, nir_imm_int(b, 20), 1); in TEST_F()
1704 nir_store_deref(b, out_deref, nir_load_var(b, v[0]), in TEST_F()
1708 nir_store_deref(b, out_deref, nir_load_var(b, v[1]), in TEST_F()
1712 nir_store_deref(b, in TEST_F()
1718 nir_store_deref(b, in TEST_F()
1959 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
2014 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/tests/
H A Dvars_tests.cpp1180 nir_store_deref(b, store_deref_y, nir_imm_int(b, 20), 1); in TEST_F()
1184 nir_store_deref(b, store_deref_x, nir_imm_int(b, 10), 1); in TEST_F()
1227 nir_store_deref(b, store_deref, nir_imm_int(b, 20), 1); in TEST_F()
1304 nir_store_deref(b, store_deref, nir_imm_int(b, 20), 1); in TEST_F()
1704 nir_store_deref(b, out_deref, nir_load_var(b, v[0]), in TEST_F()
1708 nir_store_deref(b, out_deref, nir_load_var(b, v[1]), in TEST_F()
1712 nir_store_deref(b, in TEST_F()
1718 nir_store_deref(b, in TEST_F()
1959 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
2014 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/tests/
H A Dvars_tests.cpp1180 nir_store_deref(b, store_deref_y, nir_imm_int(b, 20), 1); in TEST_F()
1184 nir_store_deref(b, store_deref_x, nir_imm_int(b, 10), 1); in TEST_F()
1227 nir_store_deref(b, store_deref, nir_imm_int(b, 20), 1); in TEST_F()
1304 nir_store_deref(b, store_deref, nir_imm_int(b, 20), 1); in TEST_F()
1704 nir_store_deref(b, out_deref, nir_load_var(b, v[0]), in TEST_F()
1708 nir_store_deref(b, out_deref, nir_load_var(b, v[1]), in TEST_F()
1712 nir_store_deref(b, in TEST_F()
1718 nir_store_deref(b, in TEST_F()
1959 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
2014 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/tests/
H A Dvars_tests.cpp1180 nir_store_deref(b, store_deref_y, nir_imm_int(b, 20), 1); in TEST_F()
1184 nir_store_deref(b, store_deref_x, nir_imm_int(b, 10), 1); in TEST_F()
1227 nir_store_deref(b, store_deref, nir_imm_int(b, 20), 1); in TEST_F()
1304 nir_store_deref(b, store_deref, nir_imm_int(b, 20), 1); in TEST_F()
1704 nir_store_deref(b, out_deref, nir_load_var(b, v[0]), in TEST_F()
1708 nir_store_deref(b, out_deref, nir_load_var(b, v[1]), in TEST_F()
1712 nir_store_deref(b, in TEST_F()
1718 nir_store_deref(b, in TEST_F()
1959 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
2014 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
[all …]

1234567891011