Searched refs:AssemblyFromShaderLegacyImpl (Results 1 – 2 of 2) sorted by relevance
42 struct AssemblyFromShaderLegacyImpl { struct44 AssemblyFromShaderLegacyImpl(r600_shader *sh, r600_shader_key *key);103 impl = new AssemblyFromShaderLegacyImpl(sh, key); in AssemblyFromShaderLegacy()157 bool AssemblyFromShaderLegacyImpl::emit(const Instruction::Pointer i) in emit()213 AssemblyFromShaderLegacyImpl::AssemblyFromShaderLegacyImpl(r600_shader *sh, in AssemblyFromShaderLegacyImpl() function in r600::AssemblyFromShaderLegacyImpl229 bool AssemblyFromShaderLegacyImpl::emit_load_addr(PValue addr) in emit_load_addr()241 bool AssemblyFromShaderLegacyImpl::emit_alu(const AluInstruction& ai, ECFAluOpCode cf_op) in emit_alu()386 bool AssemblyFromShaderLegacyImpl::emit_vs_pos_export(const ExportInstruction & exi) in emit_vs_pos_export()413 bool AssemblyFromShaderLegacyImpl::emit_vs_param_export(const ExportInstruction & exi) in emit_vs_param_export()441 bool AssemblyFromShaderLegacyImpl::emit_fs_pixel_export(const ExportInstruction & exi) in emit_fs_pixel_export()[all …]
42 struct AssemblyFromShaderLegacyImpl *impl;