Searched refs:et_pixel (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fragment.cpp | 956 m_last_pixel_export = new ExportInstruction(location, value, ExportInstruction::et_pixel); in emit_export_pixel() 972 emit_export_instruction(new ExportInstruction(61, value, ExportInstruction::et_pixel)); in emit_export_pixel() 1024 m_last_pixel_export = new ExportInstruction(location, value, ExportInstruction::et_pixel); in emit_export_pixel() 1040 emit_export_instruction(new ExportInstruction(61, value, ExportInstruction::et_pixel)); in emit_export_pixel() 1071 m_last_pixel_export = new ExportInstruction(0, v, ExportInstruction::et_pixel); in do_finalize()
|
D | sfn_instruction_export.h | 52 et_pixel, enumerator
|
D | sfn_instruction_export.cpp | 86 case et_pixel: os << "PIXEL "; break; in do_print()
|
D | sfn_ir_to_assembly.cpp | 466 case ExportInstruction::et_pixel: in visit()
|