Home
last modified time | relevance | path

Searched refs:interpolate_location (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h52 unsigned interpolate_location; // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE member
Dr600_state.c2477 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) in r600_update_ps_state()
2480 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE) in r600_update_ps_state()
2530 …S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_… in r600_update_ps_state()
2533 …S_0286CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SA… in r600_update_ps_state()
Devergreen_state.c3286 rshader->input[i].interpolate_location); in evergreen_update_ps_state()
3390 …S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_… in evergreen_update_ps_state()
Dr600_shader.c492 ctx->shader->input[input].interpolate_location); in evergreen_interp_assign_ij_index()
884 ctx->shader->input[i].interpolate_location = d->Interp.Location; in tgsi_declaration()
1163 ctx->shader->input[k].interpolate_location = TGSI_INTERPOLATE_LOC_CENTER; in allocate_system_value_inputs()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c218 unsigned interpolate_location, in tgsi_build_declaration_interp() argument
226 di.Location = interpolate_location; in tgsi_build_declaration_interp()
Dtgsi_ureg.c1180 unsigned interpolate_location) in emit_decl_fs() argument
1199 out[2].decl_interp.Location = interpolate_location; in emit_decl_fs()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c228 unsigned interpolate_location, in tgsi_build_declaration_interp() argument
236 di.Location = interpolate_location; in tgsi_build_declaration_interp()
Dtgsi_ureg.c1579 unsigned interpolate_location, in emit_decl_fs() argument
1602 out[2].decl_interp.Location = interpolate_location; in emit_decl_fs()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp173 int k = eg_get_interpolator_index(in.interpolate, in.interpolate_location); in parse_decls()