Searched refs:IR2_SRC_REG (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h39 IR2_SRC_REG, enumerator in enum:ir2_src_type
337 case IR2_SRC_REG:
H A Dir2_ra.c70 case IR2_SRC_REG:
H A Dir2.c165 if (src1.type == IR2_SRC_REG)
245 if (src->type == IR2_SRC_REG) {
H A Dir2_nir.c232 res.type = IR2_SRC_REG;
526 instr->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG);
710 rcp->src[0] = ir2_src(reg_idx, IR2_SWIZZLE_Z, IR2_SRC_REG);
714 coord_xy->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG);
718 src_coord = ir2_src(reg_idx, 0, IR2_SRC_REG);
H A Dir2_assemble.c37 case IR2_SRC_REG:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h39 IR2_SRC_REG, enumerator in enum:ir2_src_type
351 case IR2_SRC_REG:
H A Dir2_ra.c72 case IR2_SRC_REG:
H A Dir2.c175 if (src1.type == IR2_SRC_REG)
256 if (src->type == IR2_SRC_REG) {
H A Dir2_nir.c244 res.type = IR2_SRC_REG;
533 instr->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG);
728 rcp->src[0] = ir2_src(reg_idx, IR2_SWIZZLE_Z, IR2_SRC_REG);
732 coord_xy->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG);
736 src_coord = ir2_src(reg_idx, 0, IR2_SRC_REG);
H A Dir2_assemble.c37 case IR2_SRC_REG:

Completed in 17 milliseconds