Home
last modified time | relevance | path

Searched refs:opcode_string (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/legacy_flags/
Ddebug_options_parsers.h110 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/
Dprog_print.h79 const char *opcode_string, GLuint numRegs,
85 const char *opcode_string, GLuint numRegs);
Dprog_print.c557 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/
Dir_reader.cpp999 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()
Dir_print_visitor.cpp288 fprintf(f, "(%s ", ir->opcode_string()); in visit()
Dir.h1833 const char *opcode_string();
Dir.cpp1298 const char *ir_texture::opcode_string() in opcode_string() function in ir_texture