HomeSort by relevance Sort by last modified time
    Searched defs:new_inst (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 87 struct rc_instruction * new_inst = local
105 new_inst->U.I.Opcode = RC_ME_PRED_SEQ;
106 build_pred_dst(&new_inst->U.I.DstReg, fc_state);
107 new_inst->U.I.SrcReg[0].Index = 0;
108 new_inst->U.I.SrcReg[0].File = RC_FILE_NONE;
109 new_inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_0000;
117 build_pred_src(&new_inst->U.I.SrcReg[0], fc_state);
125 new_inst->U.I.Opcode = RC_OPCODE_ADD;
126 build_pred_dst(&new_inst->U.I.DstReg, fc_state);
127 new_inst->U.I.SrcReg[1].Index = 0
156 struct rc_instruction * new_inst = local
    [all...]
r3xx_vertprog.c 673 struct rc_instruction *new_inst; local
680 new_inst = rc_insert_new_instruction(c, inst->Prev);
681 new_inst->U.I.Opcode = RC_OPCODE_MAX;
682 new_inst->U.I.DstReg.File = RC_FILE_TEMPORARY;
683 new_inst->U.I.DstReg.Index = temp;
684 new_inst->U.I.SrcReg[0] = inst->U.I.SrcReg[i];
685 new_inst->U.I.SrcReg[1] = inst->U.I.SrcReg[i];
686 new_inst->U.I.SrcReg[1].Negate ^= RC_MASK_XYZW;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 87 struct rc_instruction * new_inst = local
105 new_inst->U.I.Opcode = RC_ME_PRED_SEQ;
106 build_pred_dst(&new_inst->U.I.DstReg, fc_state);
107 new_inst->U.I.SrcReg[0].Index = 0;
108 new_inst->U.I.SrcReg[0].File = RC_FILE_NONE;
109 new_inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_0000;
117 build_pred_src(&new_inst->U.I.SrcReg[0], fc_state);
125 new_inst->U.I.Opcode = RC_OPCODE_ADD;
126 build_pred_dst(&new_inst->U.I.DstReg, fc_state);
127 new_inst->U.I.SrcReg[1].Index = 0
156 struct rc_instruction * new_inst = local
    [all...]
r3xx_vertprog.c 673 struct rc_instruction *new_inst; local
680 new_inst = rc_insert_new_instruction(c, inst->Prev);
681 new_inst->U.I.Opcode = RC_OPCODE_MAX;
682 new_inst->U.I.DstReg.File = RC_FILE_TEMPORARY;
683 new_inst->U.I.DstReg.Index = temp;
684 new_inst->U.I.SrcReg[0] = inst->U.I.SrcReg[i];
685 new_inst->U.I.SrcReg[1] = inst->U.I.SrcReg[i];
686 new_inst->U.I.SrcReg[1].Negate ^= RC_MASK_XYZW;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c 226 struct tgsi_full_instruction new_inst; local
248 new_inst = tgsi_default_full_instruction();
249 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV;
250 new_inst.Instruction.NumDstRegs = 1;
251 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
252 new_inst.Dst[0].Register.Index = vsctx->pos_output;
253 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
254 new_inst.Instruction.NumSrcRegs = 1;
255 new_inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
256 new_inst.Src[0].Register.Index = vsctx->pos_temp
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 226 struct tgsi_full_instruction new_inst; local
248 new_inst = tgsi_default_full_instruction();
249 new_inst.Instruction.Opcode = TGSI_OPCODE_MOV;
250 new_inst.Instruction.NumDstRegs = 1;
251 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
252 new_inst.Dst[0].Register.Index = vsctx->pos_output;
253 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
254 new_inst.Instruction.NumSrcRegs = 1;
255 new_inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
256 new_inst.Src[0].Register.Index = vsctx->pos_temp
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc 1349 LIR* new_inst = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 938 ir_to_mesa_instruction *new_inst; local
939 new_inst = (ir_to_mesa_instruction *)this->instructions.get_tail();
943 new_inst->saturate = true;
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 938 ir_to_mesa_instruction *new_inst; local
939 new_inst = (ir_to_mesa_instruction *)this->instructions.get_tail();
943 new_inst->saturate = true;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1298 glsl_to_tgsi_instruction *new_inst; local
2295 glsl_to_tgsi_instruction *inst, *new_inst; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1298 glsl_to_tgsi_instruction *new_inst; local
2295 glsl_to_tgsi_instruction *inst, *new_inst; local
    [all...]

Completed in 530 milliseconds