Searched refs:opcode_string (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_print.h | 79 const char *opcode_string, GLuint numRegs, 85 const char *opcode_string, GLuint numRegs);
|
H A D | prog_print.c | 559 const char *opcode_string, GLuint numRegs, in _mesa_fprint_alu_instruction() argument 565 fprintf(f, "%s", opcode_string); in _mesa_fprint_alu_instruction() 594 const char *opcode_string, GLuint numRegs) in _mesa_print_alu_instruction() argument 596 _mesa_fprint_alu_instruction(stderr, inst, opcode_string, in _mesa_print_alu_instruction()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_reader.cpp | 1024 tex->opcode_string()); in read_texture() 1032 tex->opcode_string()); in read_texture() 1051 tex->opcode_string()); in read_texture() 1078 tex->opcode_string()); in read_texture() 1089 tex->opcode_string()); in read_texture() 1102 tex->opcode_string()); in read_texture() 1122 tex->opcode_string()); in read_texture()
|
H A D | ir_print_visitor.cpp | 317 fprintf(f, "(%s ", ir->opcode_string()); in visit()
|
H A D | ir.h | 1940 const char *opcode_string();
|
H A D | ir.cpp | 1768 const char *ir_texture::opcode_string() in opcode_string() function in ir_texture
|