Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.h52 et_pixel, enumerator
Dsfn_shader_fragment.cpp802 m_last_pixel_export = new ExportInstruction(location, value, ExportInstruction::et_pixel); in emit_export_pixel()
818 emit_export_instruction(new ExportInstruction(61, value, ExportInstruction::et_pixel)); in emit_export_pixel()
848 m_last_pixel_export = new ExportInstruction(0, v, ExportInstruction::et_pixel); in do_finalize()
Dsfn_instruction_export.cpp86 case et_pixel: os << "PIXEL "; break; in do_print()
Dsfn_ir_to_assembly.cpp479 case ExportInstruction::et_pixel: in emit_export()