Searched refs:interpolate_location (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_dump.c | 63 PRINT_UINT_ARRAY_ELM(input, interpolate_location); // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE in print_shader_info() 78 PRINT_UINT_ARRAY_ELM(output, interpolate_location); // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE in print_shader_info()
|
H A D | r600_shader.h | 52 unsigned interpolate_location; // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE member
|
H A D | r600_state.c | 2490 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) in r600_update_ps_state() 2493 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE) in r600_update_ps_state() 2543 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) | in r600_update_ps_state() 2546 S_0286CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE); in r600_update_ps_state()
|
H A D | evergreen_state.c | 3368 rshader->input[i].interpolate_location); in evergreen_update_ps_state() 3478 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) | in evergreen_update_ps_state()
|
H A D | r600_shader.c | 589 ctx->shader->input[input].interpolate_location); in evergreen_interp_assign_ij_index() 1091 ctx->shader->input[i].interpolate_location = d->Interp.Location; in tgsi_declaration() 1385 ctx->shader->input[k].interpolate_location = TGSI_INTERPOLATE_LOC_CENTER; in allocate_system_value_inputs()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_build.c | 228 unsigned interpolate_location, in tgsi_build_declaration_interp() 235 di.Location = interpolate_location; in tgsi_build_declaration_interp() 227 tgsi_build_declaration_interp(unsigned interpolate, unsigned interpolate_location, struct tgsi_declaration *declaration, struct tgsi_header *header) tgsi_build_declaration_interp() argument
|
H A D | tgsi_ureg.c | 1592 enum tgsi_interpolate_loc interpolate_location, in emit_decl_fs() 1614 out[2].decl_interp.Location = interpolate_location; in emit_decl_fs() 1585 emit_decl_fs(struct ureg_program *ureg, unsigned file, unsigned first, unsigned last, enum tgsi_semantic semantic_name, unsigned semantic_index, enum tgsi_interpolate_mode interpolate, enum tgsi_interpolate_loc interpolate_location, unsigned array_id, unsigned usage_mask) emit_decl_fs() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 1345 io.interpolate_location = info.interpolate_loc(); in get_shader_info()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_parser.cpp | 173 int k = eg_get_interpolator_index(in.interpolate, in.interpolate_location); in parse_decls()
|
Completed in 45 milliseconds