Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/elk/
Delk_shader.h101 const char *elk_instruction_name(const struct elk_isa_info *isa,
Delk_shader.cpp147 elk_instruction_name(const struct elk_isa_info *isa, enum elk_opcode op) in elk_instruction_name() function
Delk_vec4.cpp1340 fprintf(file, "%s(%d)", elk_instruction_name(&compiler->isa, inst->opcode), in dump_instruction_to_file()
Delk_fs.cpp5355 fprintf(file, "%s", elk_instruction_name(&compiler->isa, inst->opcode)); in dump_instruction_to_file()