HomeSort by relevance Sort by last modified time
    Searched refs:gl_inst_opcode (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/program/
prog_instruction.h 243 } gl_inst_opcode; typedef in typeref:enum:prog_opcode
340 gl_inst_opcode Opcode;
439 _mesa_num_inst_src_regs(gl_inst_opcode opcode);
442 _mesa_num_inst_dst_regs(gl_inst_opcode opcode);
445 _mesa_is_tex_instruction(gl_inst_opcode opcode);
451 _mesa_opcode_string(gl_inst_opcode opcode);
prog_instruction.c 144 gl_inst_opcode Opcode;
257 _mesa_num_inst_src_regs(gl_inst_opcode opcode)
270 _mesa_num_inst_dst_regs(gl_inst_opcode opcode)
280 _mesa_is_tex_instruction(gl_inst_opcode opcode)
344 _mesa_opcode_string(gl_inst_opcode opcode)
program_parse.y 85 static struct asm_instruction *asm_instruction_ctor(gl_inst_opcode op,
142 gl_inst_opcode opcode;
    [all...]
ir_to_mesa.cpp 414 static const gl_inst_opcode dot_opcodes[] = {
    [all...]

Completed in 476 milliseconds