Searched refs:interpolate_location (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_dump.c | 63 …PRINT_UINT_ARRAY_ELM(input, interpolate_location); // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMP… in print_shader_info() 78 …PRINT_UINT_ARRAY_ELM(output, interpolate_location); // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAM… in print_shader_info()
|
D | r600_shader.h | 52 unsigned interpolate_location; // TGSI_INTERPOLATE_LOC_CENTER, CENTROID, SAMPLE member
|
D | r600_state.c | 2481 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) in r600_update_ps_state() 2484 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE) in r600_update_ps_state() 2535 …S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_… in r600_update_ps_state() 2538 …S_0286CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SA… in r600_update_ps_state()
|
D | evergreen_state.c | 3363 rshader->input[i].interpolate_location); in evergreen_update_ps_state() 3475 …S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_… in evergreen_update_ps_state()
|
D | r600_shader.c | 578 ctx->shader->input[input].interpolate_location); in evergreen_interp_assign_ij_index() 1065 ctx->shader->input[i].interpolate_location = d->Interp.Location; in tgsi_declaration() 1366 ctx->shader->input[k].interpolate_location = TGSI_INTERPOLATE_LOC_CENTER; in allocate_system_value_inputs()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shaderio.cpp | 248 io.interpolate_location = m_interpolate_loc; in set_specific_ioinfo()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 218 unsigned interpolate_location, in tgsi_build_declaration_interp() argument 226 di.Location = interpolate_location; in tgsi_build_declaration_interp()
|
D | tgsi_ureg.c | 1216 unsigned interpolate_location) in emit_decl_fs() argument 1235 out[2].decl_interp.Location = interpolate_location; in emit_decl_fs()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 229 unsigned interpolate_location, in tgsi_build_declaration_interp() argument 237 di.Location = interpolate_location; in tgsi_build_declaration_interp()
|
D | tgsi_ureg.c | 1591 enum tgsi_interpolate_loc interpolate_location, in emit_decl_fs() argument 1614 out[2].decl_interp.Location = interpolate_location; in emit_decl_fs()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_parser.cpp | 173 int k = eg_get_interpolator_index(in.interpolate, in.interpolate_location); in parse_decls()
|