Searched refs:Centroid (Results 1 – 9 of 9) sorted by relevance
293 if (decl->Interp.Centroid) in declare_input_fs()306 if (decl->Interp.Centroid) in declare_input_fs()312 if (decl->Interp.Centroid) in declare_input_fs()488 shader->input[i].centroid = d->Interp.Centroid; in si_llvm_emit_epilogue()
142 unsigned Centroid : 1; /**< centroid sampling? */ member
201 di.Centroid = 0; in tgsi_default_declaration_interp()218 di.Centroid = centroid; in tgsi_build_declaration_interp()407 full_decl->Interp.Centroid, in tgsi_build_full_declaration()
162 info->input_centroid[reg] = (ubyte)fulldecl->Interp.Centroid; in tgsi_scan_shader()
324 if (decl->Interp.Centroid) { in iter_declaration()
1256 out[2].decl_interp.Centroid = centroid; in emit_decl_fs()
1543 desc "Centroid varying"
824 if (decl->Interp.Centroid) in scanDeclaration()
801 ctx->shader->input[i].centroid = d->Interp.Centroid; in tgsi_declaration()