| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 52 unsigned interpolate_location; // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE member in struct:r600_shader_io
|
| H A D | r600_state.c | 2482 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) 2485 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE) 2536 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) | 2539 S_0286CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE);
|
| H A D | evergreen_state.c | 3362 rshader->input[i].interpolate_location); 3467 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) |
|
| H A D | r600_shader.c | 499 ctx->shader->input[input].interpolate_location); 982 ctx->shader->input[i].interpolate_location = d->Interp.Location; 1283 ctx->shader->input[k].interpolate_location = TGSI_INTERPOLATE_LOC_CENTER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 52 unsigned interpolate_location; // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE member in struct:r600_shader_io
|
| H A D | r600_dump.c | 63 PRINT_UINT_ARRAY_ELM(input, interpolate_location); // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE 78 PRINT_UINT_ARRAY_ELM(output, interpolate_location); // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE
|
| H A D | r600_state.c | 2486 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) 2489 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE) 2540 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) | 2543 S_0286CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE);
|
| H A D | evergreen_state.c | 3368 rshader->input[i].interpolate_location); 3480 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) |
|
| H A D | r600_shader.c | 583 ctx->shader->input[input].interpolate_location); 1070 ctx->shader->input[i].interpolate_location = d->Interp.Location; 1371 ctx->shader->input[k].interpolate_location = TGSI_INTERPOLATE_LOC_CENTER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shaderio.cpp | 281 io.interpolate_location = m_interpolate_loc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 228 unsigned interpolate_location, 236 di.Location = interpolate_location; 227 tgsi_build_declaration_interp(unsigned interpolate,unsigned interpolate_location,unsigned cylindrical_wrap,struct tgsi_declaration * declaration,struct tgsi_header * header) argument
|
| H A D | tgsi_ureg.c | 1588 enum tgsi_interpolate_loc interpolate_location, 1611 out[2].decl_interp.Location = interpolate_location; 1580 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,unsigned cylindrical_wrap,enum tgsi_interpolate_loc interpolate_location,unsigned array_id,unsigned usage_mask) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 228 unsigned interpolate_location, 235 di.Location = interpolate_location; 227 tgsi_build_declaration_interp(unsigned interpolate,unsigned interpolate_location,struct tgsi_declaration * declaration,struct tgsi_header * header) argument
|
| H A D | tgsi_ureg.c | 1585 enum tgsi_interpolate_loc interpolate_location, 1607 out[2].decl_interp.Location = interpolate_location; 1578 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) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_parser.cpp | 173 int k = eg_get_interpolator_index(in.interpolate, in.interpolate_location);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_parser.cpp | 173 int k = eg_get_interpolator_index(in.interpolate, in.interpolate_location);
|