Home
last modified time | relevance | path

Searched refs:INTERP_MODE_NONE (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_interpolation_map.c30 case INTERP_MODE_NONE: return "none"; in get_qual_name()
46 if (slot != -1 && prog_data->interp_mode[slot] == INTERP_MODE_NONE) { in gfx4_frag_prog_set_interp_modes()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flatshade.c31 if (var->data.interpolation == INTERP_MODE_NONE && in lower_input()
Dnir_lower_interpolation.c67 assert(interp_mode != INTERP_MODE_NONE); in nir_lower_interpolation_block()
Dnir_gather_info.c643 nir_intrinsic_interp_mode(instr) == INTERP_MODE_NONE) { in gather_intrinsic_info()
654 nir_intrinsic_interp_mode(instr) == INTERP_MODE_NONE) { in gather_intrinsic_info()
665 nir_intrinsic_interp_mode(instr) == INTERP_MODE_NONE) { in gather_intrinsic_info()
Dnir_linking_helpers.c237 else if (var->data.interpolation != INTERP_MODE_NONE) in get_interp_type()
242 return INTERP_MODE_NONE; in get_interp_type()
697 case INTERP_MODE_NONE: in allow_pack_interp_type()
Dnir_lower_system_values.c198 INTERP_MODE_NONE); in lower_system_value_instr()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c300 case INTERP_MODE_NONE: in tgsi_get_interp_mode()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c350 case INTERP_MODE_NONE: in scan_instruction()
382 case INTERP_MODE_NONE: in scan_instruction()
544 case INTERP_MODE_NONE: in nir_tgsi_scan_shader()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp447 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_input()
453 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_input()
489 int slot, enum glsl_interp_mode interp = INTERP_MODE_NONE);
507 enum glsl_interp_mode interp = INTERP_MODE_NONE);
509 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_varying()
Dlower_packed_varyings.cpp290 var->data.interpolation == INTERP_MODE_NONE || in run()
Dir.cpp2057 this->data.interpolation = INTERP_MODE_NONE; in ir_variable()
2094 case INTERP_MODE_NONE: return "no"; in interpolation_string()
Dlink_varyings.cpp371 if (input_interpolation == INTERP_MODE_NONE) in cross_validate_types_and_qualifiers()
373 if (output_interpolation == INTERP_MODE_NONE) in cross_validate_types_and_qualifiers()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c62 case INTERP_MODE_NONE: return DXIL_INTERP_LINEAR_CENTROID; in get_interpolation()
70 case INTERP_MODE_NONE: return DXIL_INTERP_LINEAR; in get_interpolation()
/third_party/mesa3d/docs/relnotes/
D19.1.7.rst66 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
D19.2.0.rst167 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
/third_party/mesa3d/src/compiler/
Dshader_enums.c345 ENUM(INTERP_MODE_NONE), in glsl_interp_mode_name()
Dshader_enums.h811 INTERP_MODE_NONE = 0, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp83 case INTERP_MODE_NONE: in barycentric_ij_index()
135 glsl_interp_mode mode = INTERP_MODE_NONE; in process_load_input()
159 case INTERP_MODE_NONE: in process_load_input()
Dsfn_shaderio.cpp157 case INTERP_MODE_NONE: in ShaderInputVarying()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c314 out_pos->data.interpolation = INTERP_MODE_NONE; in st_pbo_create_vs()
336 out_layer->data.interpolation = INTERP_MODE_NONE; in st_pbo_create_vs()
Dst_atifs_to_nir.c128 var->data.interpolation = INTERP_MODE_NONE; in load_input()
/third_party/mesa3d/src/mesa/main/
Dshader_query.cpp1877 if (producer_interpolation == INTERP_MODE_NONE) in validate_io()
1879 if (consumer_interpolation == INTERP_MODE_NONE) in validate_io()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c139 case INTERP_MODE_NONE: in gather_intrinsic_info()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c918 state.vertex_flags_out->data.interpolation = INTERP_MODE_NONE; in ir3_nir_lower_gs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c416 if (info->color_interpolate[i] == INTERP_MODE_NONE) in si_nir_scan_shader()

12