Home
last modified time | relevance | path

Searched refs:SYSTEM_VALUE_SAMPLE_POS (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c246 case SYSTEM_VALUE_SAMPLE_POS: in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/compiler/
Dshader_enums.c285 ENUM(SYSTEM_VALUE_SAMPLE_POS), in gl_system_value_name()
Dshader_enums.h694 SYSTEM_VALUE_SAMPLE_POS, enumerator
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_wpos_ytransform.c315 var->data.location == SYSTEM_VALUE_SAMPLE_POS) { in lower_wpos_ytransform_block()
Dnir_gather_info.c908 BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS)))) { in nir_shader_gather_info()
Dnir.c2283 case SYSTEM_VALUE_SAMPLE_POS: in nir_intrinsic_from_system_value()
2415 return SYSTEM_VALUE_SAMPLE_POS; in nir_system_value_from_intrinsic()
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c280 BITSET_TEST(s->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS); in GENX()
/third_party/mesa3d/src/mesa/program/
Dprogram.c529 BITSET_TEST(prog->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS)) in _mesa_get_min_invocations_per_fragment()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c775 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS) || in radv_nir_shader_info_pass()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c509 … BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS) || in si_nir_scan_shader()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c874 …ST(pipeline->pipeline_nir[MESA_SHADER_FRAGMENT]->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS)) in lvp_graphics_pipeline_init()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1408 add_system_value(SYSTEM_VALUE_SAMPLE_POS, vec2_t, GLSL_PRECISION_MEDIUM, in generate_fs_special_vars()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp1309 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS); in parseNIR()
1312 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS); in parseNIR()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6371 struct ureg_src samplepos_sysval = t->systemValues[SYSTEM_VALUE_SAMPLE_POS]; in emit_samplepos_adjustment()
6387 t->systemValues[SYSTEM_VALUE_SAMPLE_POS] = ureg_src(samplepos_flipped); in emit_samplepos_adjustment()
7244 BITSET_TEST(prog->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS))) { in get_mesa_program_tgsi()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c899 *location = SYSTEM_VALUE_SAMPLE_POS; in vtn_get_builtin_location()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp174 reg = &v->nir_system_values[SYSTEM_VALUE_SAMPLE_POS]; in emit_system_values_block()
3441 fs_reg sample_pos = nir_system_values[SYSTEM_VALUE_SAMPLE_POS]; in nir_emit_fs_intrinsic()
Dbrw_fs.cpp9646 BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS) || in brw_nir_populate_wm_prog_data()
9664 BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS); in brw_nir_populate_wm_prog_data()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c3820 SYSTEM_VALUE_SAMPLE_POS); in nir_to_vir()