Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.h102 const char *brw_instruction_name(const struct brw_isa_info *isa,
Dbrw_shader.cpp165 brw_instruction_name(const struct brw_isa_info *isa, enum opcode op) in brw_instruction_name() function
Dbrw_vec4.cpp1324 fprintf(file, "%s(%d)", brw_instruction_name(&compiler->isa, inst->opcode), in dump_instruction()
Dbrw_fs.cpp5660 fprintf(file, "%s", brw_instruction_name(&compiler->isa, inst->opcode)); in dump_instruction()