HomeSort by relevance Sort by last modified time
    Searched refs:temps (Results 1 - 25 of 41) sorted by null

1 2

  /ndk/tests/build/mips-fp4/jni/
Android.mk 6 LOCAL_CFLAGS += -O2 -mips32r2 -save-temps
12 LOCAL_CFLAGS += -O2 -mips32r2 -ffast-math -save-temps
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 65 temps = []
68 ret = _toaiff(filename, temps)
70 for temp in temps[:]:
76 temps.remove(temp)
79 def _toaiff(filename, temps):
83 temps.append(fname)
106 temps.append(temp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 65 temps = []
68 ret = _toaiff(filename, temps)
70 for temp in temps[:]:
76 temps.remove(temp)
79 def _toaiff(filename, temps):
83 temps.append(fname)
106 temps.append(temp)
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java 48 String [] temps = new String[] { "avi", "gif", "jpg", "dat", "mp3", "mp4", "txt" }; local
49 String tmpPath = createTempFiles(temps);
61 checkTempFiles(tmpPath, temps);
76 checkTempFiles(tmpPath, temps);
78 deleteTempFiles(tmpPath, temps);
  /external/qemu/tcg/
tcg.c 228 s->temps = s->static_temps;
309 ts = &s->temps[s->nb_globals];
349 ts = &s->temps[s->nb_globals];
384 ts = &s->temps[s->nb_globals];
428 ts = &s->temps[idx];
437 ts = &s->temps[s->nb_temps];
454 ts = &s->temps[s->nb_temps];
500 ts = &s->temps[idx];
768 ts = &s->temps[i];
776 ts = &s->temps[i]
    [all...]
tcg.h 276 TCGTemp *temps; /* globals first, temps after */ member in struct:TCGContext
279 /* index of free temps, -1 if none */
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 69 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member in struct:st_translate
172 if (ureg_dst_is_undef(t->temps[index]))
173 t->temps[index] = ureg_DECL_temporary( t->ureg );
175 return t->temps[index];
213 assert(index < Elements(t->temps));
214 if (ureg_dst_is_undef(t->temps[index]))
215 t->temps[index] = ureg_DECL_temporary( t->ureg );
216 return ureg_src(t->temps[index]);
    [all...]
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_mesa_to_tgsi.c 69 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member in struct:st_translate
172 if (ureg_dst_is_undef(t->temps[index]))
173 t->temps[index] = ureg_DECL_temporary( t->ureg );
175 return t->temps[index];
213 assert(index < Elements(t->temps));
214 if (ureg_dst_is_undef(t->temps[index]))
215 t->temps[index] = ureg_DECL_temporary( t->ureg );
216 return ureg_src(t->temps[index]);
    [all...]
st_glsl_to_tgsi.cpp 500 * sources into temps.
3892 struct ureg_dst temps[MAX_TEMPS]; member in struct:st_translate
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
375 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
377 * The temps[] array above is unused then.
457 LLVMValueRef temps[LP_MAX_TGSI_TEMPS]; member in struct:lp_build_tgsi_aos_context
461 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
463 * The temps[] array above is unused then.
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, "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
375 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
377 * The temps[] array above is unused then.
457 LLVMValueRef temps[LP_MAX_TGSI_TEMPS]; member in struct:lp_build_tgsi_aos_context
461 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
463 * The temps[] array above is unused then.
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, "");
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp 791 hash_table *temps)
796 hash_table *temps)
801 this->temps = temps;
807 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var);
833 hash_table *temps; member in class:remap_visitor
836 remap_visitor v(target, temps);
867 hash_table *temps = NULL; local
870 temps = hash_table_ctor(0, hash_table_pointer_hash,
892 hash_table_insert(temps, inst, var)
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 791 hash_table *temps)
796 hash_table *temps)
801 this->temps = temps;
807 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var);
833 hash_table *temps; member in class:remap_visitor
836 remap_visitor v(target, temps);
867 hash_table *temps = NULL; local
870 temps = hash_table_ctor(0, hash_table_pointer_hash,
892 hash_table_insert(temps, inst, var)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 57 float (*temps)[4][4],
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 57 float (*temps)[4][4],
  /external/chromium_org/third_party/mesa/src/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/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 232 $temps = "/tmp/rts$$";
357 unlink($tempi, $tempo, $tempe, $temps);
444 return undef if !&write_file($temps, $test{'script'});
551 push(@argv, $temps) if defined $test{'script'};
    [all...]
main.c 942 ep->temps = NULL;
1072 remove_temps(ep->temps);
1086 remove_temps(e->temps);
1087 e->temps = NULL;
    [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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]

Completed in 650 milliseconds

1 2