Searched refs:SYSTEM_VALUE_SAMPLE_POS (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_from_mesa.c | 246 case SYSTEM_VALUE_SAMPLE_POS: in tgsi_get_sysval_semantic()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_wpos_ytransform.c | 315 var->data.location == SYSTEM_VALUE_SAMPLE_POS) { in lower_wpos_ytransform_block()
|
H A D | nir.c | 2412 case SYSTEM_VALUE_SAMPLE_POS: in nir_intrinsic_from_system_value() 2554 return SYSTEM_VALUE_SAMPLE_POS; in nir_system_value_from_intrinsic()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.c | 286 ENUM(SYSTEM_VALUE_SAMPLE_POS), in gl_system_value_name()
|
H A D | shader_enums.h | 744 SYSTEM_VALUE_SAMPLE_POS, enumerator
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program.c | 368 BITSET_TEST(prog->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS)) in _mesa_get_min_invocations_per_fragment()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_info.c | 704 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS) || in radv_nir_shader_info_pass()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_info.c | 699 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS) || in si_nir_scan_shader()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 1326 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS); in parseNIR() 1329 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_POS); in parseNIR()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_variables.cpp | 1425 add_system_value(SYSTEM_VALUE_SAMPLE_POS, vec2_t, GLSL_PRECISION_MEDIUM, in generate_fs_special_vars()
|
H A D | glsl_to_nir.cpp | 272 var->data.location == SYSTEM_VALUE_SAMPLE_POS)) in glsl_to_nir()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 909 *location = SYSTEM_VALUE_SAMPLE_POS; in vtn_get_builtin_location()
|
H A D | spirv_to_nir.c | 6685 members[i].location == SYSTEM_VALUE_SAMPLE_POS)) in spirv_to_nir()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 183 reg = &v->nir_system_values[SYSTEM_VALUE_SAMPLE_POS]; in emit_system_values_block() 3462 fs_reg sample_pos = nir_system_values[SYSTEM_VALUE_SAMPLE_POS];
|
H A D | brw_fs.cpp | 7336 SYSTEM_VALUE_SAMPLE_POS) ||
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 4369 SYSTEM_VALUE_SAMPLE_POS); in nir_to_vir()
|
Completed in 67 milliseconds