Searched refs:fsrc (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c366 tgsi_src(struct nvfx_vpc *vpc, const struct tgsi_full_src_register *fsrc) { argument
369 switch (fsrc->Register.File) {
371 src.reg = nvfx_reg(NVFXSR_INPUT, fsrc->Register.Index);
374 if(fsrc->Register.Indirect) {
376 src.reg.index = fsrc->Register.Index;
378 src.reg = vpc->r_const[fsrc->Register.Index];
382 src.reg = vpc->imm[fsrc->Register.Index];
385 src.reg = vpc->r_temp[fsrc->Register.Index];
394 src.abs = fsrc->Register.Absolute;
395 src.negate = fsrc
477 const struct tgsi_full_src_register *fsrc; local in function:nvfx_vertprog_parse_instruction
486 const struct tgsi_full_src_register *fsrc; local in function:nvfx_vertprog_parse_instruction
[all...]
H A Dnvfx_fragprog.c377 tgsi_src(struct nvfx_fpc *fpc, const struct tgsi_full_src_register *fsrc) argument
381 switch (fsrc->Register.File) {
383 src.reg = fpc->r_input[fsrc->Register.Index];
386 src.reg = nvfx_reg(NVFXSR_CONST, fsrc->Register.Index);
389 assert(fsrc->Register.Index < fpc->nr_imm);
390 src.reg = fpc->r_imm[fsrc->Register.Index];
393 src.reg = fpc->r_temp[fsrc->Register.Index];
397 src.reg = fpc->r_result[fsrc->Register.Index];
406 src.abs = fsrc->Register.Absolute;
407 src.negate = fsrc
461 const struct tgsi_full_src_register *fsrc; local in function:nvfx_fragprog_parse_instruction
470 const struct tgsi_full_src_register *fsrc; local in function:nvfx_fragprog_parse_instruction
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c367 tgsi_src(struct nvfx_vpc *vpc, const struct tgsi_full_src_register *fsrc) { argument
370 switch (fsrc->Register.File) {
372 src.reg = nvfx_reg(NVFXSR_INPUT, fsrc->Register.Index);
375 if(fsrc->Register.Indirect) {
377 src.reg.index = fsrc->Register.Index;
379 src.reg = vpc->r_const[fsrc->Register.Index];
383 src.reg = vpc->imm[fsrc->Register.Index];
386 src.reg = vpc->r_temp[fsrc->Register.Index];
395 src.abs = fsrc->Register.Absolute;
396 src.negate = fsrc
478 const struct tgsi_full_src_register *fsrc; local in function:nvfx_vertprog_parse_instruction
487 const struct tgsi_full_src_register *fsrc; local in function:nvfx_vertprog_parse_instruction
[all...]
H A Dnvfx_fragprog.c377 tgsi_src(struct nvfx_fpc *fpc, const struct tgsi_full_src_register *fsrc) argument
381 switch (fsrc->Register.File) {
383 src.reg = fpc->r_input[fsrc->Register.Index];
386 src.reg = nvfx_reg(NVFXSR_CONST, fsrc->Register.Index);
389 assert(fsrc->Register.Index < fpc->nr_imm);
390 src.reg = fpc->r_imm[fsrc->Register.Index];
393 src.reg = fpc->r_temp[fsrc->Register.Index];
397 src.reg = fpc->r_result[fsrc->Register.Index];
406 src.abs = fsrc->Register.Absolute;
407 src.negate = fsrc
461 const struct tgsi_full_src_register *fsrc; local in function:nvfx_fragprog_parse_instruction
470 const struct tgsi_full_src_register *fsrc; local in function:nvfx_fragprog_parse_instruction
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c486 double fsrc[LP_MAX_VECTOR_LENGTH]; local in function:test_one
492 read_vec(type, src, fsrc);
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.c486 double fsrc[LP_MAX_VECTOR_LENGTH]; local in function:test_one
492 read_vec(type, src, fsrc);
498 compute_blend_ref(blend, fsrc + j, fsrc1 + j, fdst + j, fcon + j, fref + j);

Completed in 8 milliseconds