HomeSort by relevance Sort by last modified time
    Searched refs:temps (Results 26 - 50 of 54) sorted by null

12 3

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 79 std::vector<struct ureg_dst> temps; member in struct:sm4_to_tgsi_converter
115 check(op.indices[0].disp < temps.size());
116 return temps[op.indices[0].disp];
660 temps.push_back(ureg_DECL_temporary(ureg));
  /external/mksh/src/
check.pl 317 ($fh, $temps) = mkstemp("${temp_dir}/rts.XXXXXXXX");
365 unlink($tempi, $tempo, $tempe, $temps);
454 return undef if !&write_file($temps, $test{'script'});
559 push(@argv, $temps) if defined $test{'script'};
    [all...]
main.c 968 ep->temps = NULL;
1102 remove_temps(ep->temps);
1116 remove_temps(e->temps);
1117 e->temps = NULL;
    [all...]
histrap.c 297 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps);
    [all...]
exec.c     [all...]
sh.h 697 struct temp *temps; /* temp files */ member in struct:env
    [all...]
  /external/chromium_org/v8/src/arm64/
stub-cache-arm64.cc 390 UseScratchRegisterScope temps(masm);
391 DoubleRegister temp_double = temps.AcquireD();
550 UseScratchRegisterScope temps(masm);
551 DoubleRegister temp_double = temps.AcquireD();
841 UseScratchRegisterScope temps(masm());
842 __ CheckAccessGlobalProxy(reg, scratch2, temps.AcquireX(), miss);
    [all...]
code-stubs-arm64.cc     [all...]
lithium-codegen-arm64.cc 841 UseScratchRegisterScope temps(masm());
842 Register entry_offset = temps.AcquireX();
874 UseScratchRegisterScope temps(masm());
875 Register stub_marker = temps.AcquireX();
905 Register deopt_entry = temps.AcquireX();
    [all...]
macro-assembler-arm64.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index];
266 ptr = bld->temps[reg->Register.Index];
423 bld->temps[idx] = lp_build_alloca(gallivm, vec_type, "");
lp_bld_tgsi_soa.c 398 return bld->temps[index][chan];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index];
266 ptr = bld->temps[reg->Register.Index];
423 bld->temps[idx] = lp_build_alloca(gallivm, vec_type, "");
lp_bld_tgsi_soa.c 398 return bld->temps[index][chan];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 538 const struct tgsi_exec_vector *tmp = &mach->Temps[index];
833 mach->Addrs = &mach->Temps[TGSI_EXEC_TEMP_ADDR];
835 mach->Predicates = &mach->Temps[TGSI_EXEC_TEMP_P0];
844 mach->Temps[TGSI_EXEC_TEMP_00000000_I].xyzw[TGSI_EXEC_TEMP_00000000_C].u[i] = 0x00000000;
845 mach->Temps[TGSI_EXEC_TEMP_7FFFFFFF_I].xyzw[TGSI_EXEC_TEMP_7FFFFFFF_C].u[i] = 0x7FFFFFFF;
846 mach->Temps[TGSI_EXEC_TEMP_80000000_I].xyzw[TGSI_EXEC_TEMP_80000000_C].u[i] = 0x80000000;
847 mach->Temps[TGSI_EXEC_TEMP_FFFFFFFF_I].xyzw[TGSI_EXEC_TEMP_FFFFFFFF_C].u[i] = 0xFFFFFFFF; /* not used */
848 mach->Temps[TGSI_EXEC_TEMP_ONE_I].xyzw[TGSI_EXEC_TEMP_ONE_C].f[i] = 1.0f;
849 mach->Temps[TGSI_EXEC_TEMP_TWO_I].xyzw[TGSI_EXEC_TEMP_TWO_C].f[i] = 2.0f; /* not used */
850 mach->Temps[TGSI_EXEC_TEMP_128_I].xyzw[TGSI_EXEC_TEMP_128_C].f[i] = 128.0f
4270 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 538 const struct tgsi_exec_vector *tmp = &mach->Temps[index];
833 mach->Addrs = &mach->Temps[TGSI_EXEC_TEMP_ADDR];
835 mach->Predicates = &mach->Temps[TGSI_EXEC_TEMP_P0];
844 mach->Temps[TGSI_EXEC_TEMP_00000000_I].xyzw[TGSI_EXEC_TEMP_00000000_C].u[i] = 0x00000000;
845 mach->Temps[TGSI_EXEC_TEMP_7FFFFFFF_I].xyzw[TGSI_EXEC_TEMP_7FFFFFFF_C].u[i] = 0x7FFFFFFF;
846 mach->Temps[TGSI_EXEC_TEMP_80000000_I].xyzw[TGSI_EXEC_TEMP_80000000_C].u[i] = 0x80000000;
847 mach->Temps[TGSI_EXEC_TEMP_FFFFFFFF_I].xyzw[TGSI_EXEC_TEMP_FFFFFFFF_C].u[i] = 0xFFFFFFFF; /* not used */
848 mach->Temps[TGSI_EXEC_TEMP_ONE_I].xyzw[TGSI_EXEC_TEMP_ONE_C].f[i] = 1.0f;
849 mach->Temps[TGSI_EXEC_TEMP_TWO_I].xyzw[TGSI_EXEC_TEMP_TWO_C].f[i] = 2.0f; /* not used */
850 mach->Temps[TGSI_EXEC_TEMP_128_I].xyzw[TGSI_EXEC_TEMP_128_C].f[i] = 128.0f
4270 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 500 * sources into temps.
3892 struct ureg_dst temps[MAX_TEMPS]; member in struct:st_translate
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 500 * sources into temps.
3892 struct ureg_dst temps[MAX_TEMPS]; member in struct:st_translate
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
  /external/qemu/tcg/
tcg.h 479 TCGTemp temps[TCG_MAX_TEMPS]; /* globals first, temps after */ member in struct:TCGContext
  /external/chromium_org/v8/src/
parser.cc     [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc     [all...]
macro-assembler-mips.h     [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 814 int temps = m_pTempLine->GetSize(); local
    [all...]

Completed in 3335 milliseconds

12 3