Searched refs:SYSTEM_VALUE_SAMPLE_POS (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 246 case SYSTEM_VALUE_SAMPLE_POS: in tgsi_get_sysval_semantic()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.c | 285 ENUM(SYSTEM_VALUE_SAMPLE_POS), in gl_system_value_name()
|
D | shader_enums.h | 694 SYSTEM_VALUE_SAMPLE_POS, enumerator
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_wpos_ytransform.c | 315 var->data.location == SYSTEM_VALUE_SAMPLE_POS) { in lower_wpos_ytransform_block()
|
D | nir_gather_info.c | 908 BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS)))) { in nir_shader_gather_info()
|
D | nir.c | 2283 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/ |
D | pan_shader.c | 280 BITSET_TEST(s->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS); in GENX()
|
/third_party/mesa3d/src/mesa/program/ |
D | program.c | 529 BITSET_TEST(prog->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS)) in _mesa_get_min_invocations_per_fragment()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 775 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS) || in radv_nir_shader_info_pass()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 509 … BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS) || in si_nir_scan_shader()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 874 …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/ |
D | builtin_variables.cpp | 1408 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/ |
D | nv50_ir_from_nir.cpp | 1309 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/ |
D | st_glsl_to_tgsi.cpp | 6371 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/ |
D | vtn_variables.c | 899 *location = SYSTEM_VALUE_SAMPLE_POS; in vtn_get_builtin_location()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 174 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()
|
D | brw_fs.cpp | 9646 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/ |
D | nir_to_vir.c | 3820 SYSTEM_VALUE_SAMPLE_POS); in nir_to_vir()
|