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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_program.c 317 ir2_reg_create(instr, 0, "xyzw", 0);
318 ir2_reg_create(instr, 0, "xyx", 0);
325 ir2_reg_create(instr, 0, NULL, IR2_REG_EXPORT);
326 ir2_reg_create(instr, 0, NULL, 0);
327 ir2_reg_create(instr, 0, NULL, 0);
360 ir2_reg_create(instr, 1, "xy01", 0);
361 ir2_reg_create(instr, 0, "x", 0);
365 ir2_reg_create(instr, 2, "xyz1", 0);
366 ir2_reg_create(instr, 0, "x", 0);
372 ir2_reg_create(instr, 62, NULL, IR2_REG_EXPORT)
    [all...]
ir-a2xx.h 132 struct ir2_register * ir2_reg_create(struct ir2_instruction *instr,
fd2_compiler.c 260 ir2_reg_create(instr, i+1, "xyzw", 0);
261 ir2_reg_create(instr, 0, "x", 0);
354 return ir2_reg_create(alu, num, swiz, flags);
411 return ir2_reg_create(alu, num, swiz, flags);
480 ir2_reg_create(alu, 0, "____", 0); /* vector dst */
481 ir2_reg_create(alu, 0, NULL, 0); /* vector src1 */
482 ir2_reg_create(alu, 0, NULL, 0); /* vector src2 */
ir-a2xx.c 491 struct ir2_register * ir2_reg_create(struct ir2_instruction *instr, function

Completed in 202 milliseconds