Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp50 bool emit_export(const ExportInstruction & exi);
167 return emit_export(static_cast<const ExportInstruction&>(*i)); in emit()
476 bool AssemblyFromShaderLegacyImpl::emit_export(const ExportInstruction & exi) in emit_export() function in r600::AssemblyFromShaderLegacyImpl