Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.h248 const char *brw_instruction_name(const struct gen_device_info *devinfo,
Dbrw_shader.cpp152 brw_instruction_name(const struct gen_device_info *devinfo, enum opcode op) in brw_instruction_name() function
Dbrw_vec4.cpp1554 fprintf(file, "%s(%d)", brw_instruction_name(devinfo, inst->opcode), in dump_instruction()
Dbrw_fs.cpp5502 fprintf(file, "%s", brw_instruction_name(devinfo, inst->opcode)); in dump_instruction()