Searched refs:addend (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_rtld.c | 660 uint64_t addend; local in function:apply_relocs 676 * addend is part of the relocation record? */ 678 /* Load the addend from the ELF instead of the destination, 687 addend = *(const uint32_t *)orig_ptr; 691 addend = *(const uint64_t *)orig_ptr; 698 uint64_t abs = symbol + addend;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_fragprog.c | 483 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); local in function:nvfx_fragprog_parse_instruction 484 addend.swz[0] = fsrc->Register.SwizzleX; 485 addend.swz[1] = fsrc->Register.SwizzleY; 486 addend.swz[2] = fsrc->Register.SwizzleZ; 487 addend.swz[3] = fsrc->Register.SwizzleW; 489 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_fragprog.c | 483 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); local in function:nvfx_fragprog_parse_instruction 484 addend.swz[0] = fsrc->Register.SwizzleX; 485 addend.swz[1] = fsrc->Register.SwizzleY; 486 addend.swz[2] = fsrc->Register.SwizzleZ; 487 addend.swz[3] = fsrc->Register.SwizzleW; 489 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
|
Completed in 6 milliseconds