Searched refs:interpolate_location (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h52 unsigned interpolate_location; // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE member in struct:r600_shader_io
H A Dr600_state.c2482 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 Devergreen_state.c3362 rshader->input[i].interpolate_location);
3467 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) |
H A Dr600_shader.c499 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 Dr600_shader.h52 unsigned interpolate_location; // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE member in struct:r600_shader_io
H A Dr600_dump.c63 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 Dr600_state.c2486 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 Devergreen_state.c3368 rshader->input[i].interpolate_location);
3480 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) |
H A Dr600_shader.c583 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 Dsfn_shaderio.cpp281 io.interpolate_location = m_interpolate_loc;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c228 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 Dtgsi_ureg.c1588 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 Dtgsi_build.c228 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 Dtgsi_ureg.c1585 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 Dsb_bc_parser.cpp173 int k = eg_get_interpolator_index(in.interpolate, in.interpolate_location);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp173 int k = eg_get_interpolator_index(in.interpolate, in.interpolate_location);

Completed in 68 milliseconds