Searched refs:fpi (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c210 struct ir2_shader_info *fpi, *vpi; local in function:fd2_program_emit
238 fpi = &fp->variant[0].info;
245 patch_fetches(ctx, fpi, NULL, &ctx->tex[PIPE_SHADER_FRAGMENT]);
252 emit(ring, MESA_SHADER_FRAGMENT, fpi, NULL);
253 fs_gprs = (fpi->max_reg < 0) ? 0x80 : fpi->max_reg;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c225 struct ir2_shader_info *fpi, *vpi; local in function:fd2_program_emit
253 fpi = &fp->variant[0].info;
260 patch_fetches(ctx, fpi, NULL, &ctx->tex[PIPE_SHADER_FRAGMENT]);
267 emit(ring, MESA_SHADER_FRAGMENT, fpi, NULL);
268 fs_gprs = (fpi->max_reg < 0) ? 0x80 : fpi->max_reg;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c47 struct rc_instruction *fpi = rc_insert_new_instruction(c, after); local in function:emit1
50 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction));
53 fpi->U.I.Opcode = Opcode;
54 fpi->U.I.DstReg = DstReg;
55 fpi->U.I.SrcReg[0] = SrcReg;
56 return fpi;
65 struct rc_instruction *fpi = rc_insert_new_instruction(c, after); local in function:emit2
68 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction));
71 fpi->U.I.Opcode = Opcode;
72 fpi
85 struct rc_instruction *fpi = rc_insert_new_instruction(c, after); local in function:emit3
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c47 struct rc_instruction *fpi = rc_insert_new_instruction(c, after); local in function:emit1
50 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction));
53 fpi->U.I.Opcode = Opcode;
54 fpi->U.I.DstReg = DstReg;
55 fpi->U.I.SrcReg[0] = SrcReg;
56 return fpi;
65 struct rc_instruction *fpi = rc_insert_new_instruction(c, after); local in function:emit2
68 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction));
71 fpi->U.I.Opcode = Opcode;
72 fpi
85 struct rc_instruction *fpi = rc_insert_new_instruction(c, after); local in function:emit3
[all...]

Completed in 5 milliseconds