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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c488 double fdst[LP_MAX_VECTOR_LENGTH]; local in function:test_one
494 read_vec(type, dst, fdst);
498 compute_blend_ref(blend, fsrc + j, fsrc1 + j, fdst + j, fcon + j, fref + j);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c488 double fdst[LP_MAX_VECTOR_LENGTH]; local in function:test_one
494 read_vec(type, dst, fdst);
498 compute_blend_ref(blend, fsrc + j, fsrc1 + j, fdst + j, fcon + j, fref + j);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c421 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { argument
424 switch (fdst->Register.File) {
429 dst = vpc->r_result[fdst->Register.Index];
432 dst = vpc->r_temp[fdst->Register.Index];
435 dst = vpc->r_address[fdst->Register.Index];
438 NOUVEAU_ERR("bad dst file %i\n", fdst->Register.File);
H A Dnvfx_fragprog.c419 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { argument
420 switch (fdst->Register.File) {
422 return fpc->r_result[fdst->Register.Index];
424 return fpc->r_temp[fdst->Register.Index];
428 NOUVEAU_ERR("bad dst file %d\n", fdst->Register.File);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c422 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { argument
425 switch (fdst->Register.File) {
430 dst = vpc->r_result[fdst->Register.Index];
433 dst = vpc->r_temp[fdst->Register.Index];
436 dst = vpc->r_address[fdst->Register.Index];
439 NOUVEAU_ERR("bad dst file %i\n", fdst->Register.File);
H A Dnvfx_fragprog.c419 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { argument
420 switch (fdst->Register.File) {
422 return fpc->r_result[fdst->Register.Index];
424 return fpc->r_temp[fdst->Register.Index];
428 NOUVEAU_ERR("bad dst file %d\n", fdst->Register.File);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp318 sel_chan fdst = d ? d->get_final_gpr() : sel_chan(0, 0); local in function:r600_sb::bc_finalizer::finalize_alu_group
321 assert(fdst.chan() == slot || slot == SLOT_TRANS);
325 n->bc.dst_gpr = fdst.sel();
326 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp318 sel_chan fdst = d ? d->get_final_gpr() : sel_chan(0, 0); local in function:r600_sb::bc_finalizer::finalize_alu_group
321 assert(fdst.chan() == slot || slot == SLOT_TRANS);
325 n->bc.dst_gpr = fdst.sel();
326 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex_generic.c1046 GLfloat fin[4], fout[4], fdst[4]; local in function:_tnl_generic_interp
1051 INTERP_4F(t, fdst, fout, fin);
1053 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst );
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex_generic.c1046 GLfloat fin[4], fout[4], fdst[4]; local in function:_tnl_generic_interp
1051 INTERP_4F(t, fdst, fout, fin);
1053 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst );

Completed in 15 milliseconds