Searched refs:opcode_string (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/legacy_flags/ |
D | debug_options_parsers.h | 110 string& opcode_string = semicolon_split[0]; in parse_xla_reduce_precision_option() local 111 if (opcode_string == "" || opcode_string == "all") { in parse_xla_reduce_precision_option() 117 tensorflow::str_util::Split(opcode_string, ','); in parse_xla_reduce_precision_option()
|
/external/mesa3d/src/mesa/program/ |
D | prog_print.h | 79 const char *opcode_string, GLuint numRegs, 85 const char *opcode_string, GLuint numRegs);
|
D | prog_print.c | 557 const char *opcode_string, GLuint numRegs, in _mesa_fprint_alu_instruction() argument 563 fprintf(f, "%s", opcode_string); in _mesa_fprint_alu_instruction() 592 const char *opcode_string, GLuint numRegs) in _mesa_print_alu_instruction() argument 594 _mesa_fprint_alu_instruction(stderr, inst, opcode_string, in _mesa_print_alu_instruction()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_reader.cpp | 999 tex->opcode_string()); in read_texture() 1007 tex->opcode_string()); in read_texture() 1017 tex->opcode_string()); in read_texture() 1044 tex->opcode_string()); in read_texture() 1055 tex->opcode_string()); in read_texture() 1075 tex->opcode_string()); in read_texture()
|
D | ir_print_visitor.cpp | 288 fprintf(f, "(%s ", ir->opcode_string()); in visit()
|
D | ir.h | 1833 const char *opcode_string();
|
D | ir.cpp | 1298 const char *ir_texture::opcode_string() in opcode_string() function in ir_texture
|