Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.h63 bool is_last_export() const {return m_is_last;} in is_last_export() function
Dsfn_ir_to_assembly.cpp400 output.op = exi.is_last_export() ? CF_OP_EXPORT_DONE: CF_OP_EXPORT; in emit_vs_pos_export()
428 output.op = exi.is_last_export() ? CF_OP_EXPORT_DONE: CF_OP_EXPORT; in emit_vs_param_export()
463 output.op = exi.is_last_export() ? CF_OP_EXPORT_DONE: CF_OP_EXPORT; in emit_fs_pixel_export()