Searched refs:exi (Results 1 – 2 of 2) sorted by relevance
50 bool emit_export(const ExportInstruction & exi);74 bool emit_fs_pixel_export(const ExportInstruction & exi);75 bool emit_vs_pos_export(const ExportInstruction & exi);76 bool emit_vs_param_export(const ExportInstruction & exi);386 bool AssemblyFromShaderLegacyImpl::emit_vs_pos_export(const ExportInstruction & exi) in emit_vs_pos_export() argument390 assert(exi.gpr().type() == Value::gpr_vector); in emit_vs_pos_export()391 const auto& gpr = exi.gpr(); in emit_vs_pos_export()399 output.array_base = 60 + exi.location(); in emit_vs_pos_export()400 output.op = exi.is_last_export() ? CF_OP_EXPORT_DONE: CF_OP_EXPORT; in emit_vs_pos_export()401 output.type = exi.export_type(); in emit_vs_pos_export()[all …]
60 application/exi exi