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

  /external/mesa3d/src/mesa/program/
prog_instruction.c 270 _mesa_num_inst_dst_regs(gl_inst_opcode opcode) function
prog_instruction.h 442 _mesa_num_inst_dst_regs(gl_inst_opcode opcode);
prog_optimize.c 324 const GLuint numDst = _mesa_num_inst_dst_regs(inst->Opcode);
418 if (_mesa_num_inst_dst_regs(inst->Opcode) == 1 &&
624 _mesa_num_inst_dst_regs(inst->Opcode) == 0 ||
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 682 num_dst = _mesa_num_inst_dst_regs( inst->Opcode );
    [all...]

Completed in 129 milliseconds