Searched refs:brw_instruction_name (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_shader.h101 const char *brw_instruction_name(const struct intel_device_info *devinfo,
H A Dbrw_shader.cpp164 brw_instruction_name(const struct intel_device_info *devinfo, enum opcode op) function in typeref:typename:const char *
H A Dbrw_vec4.cpp1607 fprintf(file, "%s(%d)", brw_instruction_name(devinfo, inst->opcode),
H A Dbrw_fs.cpp8101 fprintf(file, "%s", brw_instruction_name(devinfo, inst->opcode));
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_shader.h256 const char *brw_instruction_name(const struct gen_device_info *devinfo,
H A Dbrw_shader.cpp164 brw_instruction_name(const struct gen_device_info *devinfo, enum opcode op) function in typeref:typename:const char *
H A Dbrw_vec4.cpp1621 fprintf(file, "%s(%d)", brw_instruction_name(devinfo, inst->opcode),
H A Dbrw_fs.cpp6648 fprintf(file, "%s", brw_instruction_name(devinfo, inst->opcode));

Completed in 33 milliseconds