HomeSort by relevance Sort by last modified time
    Searched defs:num_temps (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_shader.c 132 VIVS_PS_TEMP_REGISTER_CONTROL_NUM_TEMPS(MAX2(fs->num_temps, link.num_varyings + 1));
142 VIVS_PS_TEMP_REGISTER_CONTROL_NUM_TEMPS(MAX2(fs->num_temps, link.num_varyings + 2));
188 unsigned num_temps, cur_temp, num_vs_inputs; local
203 cur_temp = vs->num_temps;
204 num_temps = num_vs_inputs - vs->infile.num_reg + cur_temp;
209 VIVS_VS_TEMP_REGISTER_CONTROL_NUM_TEMPS(num_temps);
etnaviv_compiler.h 62 unsigned num_temps; member in struct:etna_shader
etnaviv_compiler.c 316 int temp_ptr = 0, num_temps; local
321 num_temps = sort_registers(temps_order, &c->file[TGSI_FILE_TEMPORARY],
324 while (inout_ptr < num_inouts && temp_ptr < num_temps) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_init.cpp 53 unsigned num_temps; member in class:r600_sb::regbits
57 regbits(unsigned num_temps) : dta(), num_temps(num_temps) {}
58 regbits(unsigned num_temps, unsigned value) : num_temps(num_temps)
61 regbits(shader &sh, val_set &vs) : num_temps(sh.get_ctx().alu_temp_gprs)
161 assert(bit < ((MAX_GPR - num_temps) << 2));
171 for (unsigned a = 0; a < MAX_GPR - num_temps; ++a)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_two_side.c 53 uint num_temps; member in struct:two_side_transform_context
89 ts->num_temps = MAX2(ts->num_temps, decl->Range.Last + 1);
126 decl.Range.First = ts->num_temps;
127 decl.Range.Last = ts->num_temps + num_colors - 1;
129 ts->new_colors[0] = ts->num_temps;
130 ts->new_colors[1] = ts->num_temps + 1;
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.h 67 size_t num_temps = 0; member in struct:tensorflow::XlaCompiledCpuFunction::StaticData
  /external/libcups/cups/
dest.c 2097 int num_temps; \/* Number of temporary destinations *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 502 uint32_t num_temps; member in struct:vc4_compile
  /art/compiler/optimizing/
code_generator_arm64.cc 3892 const size_t num_temps = NumberOfInstanceOfTemps(type_check_kind); local
4108 const size_t num_temps = NumberOfCheckCastTemps(type_check_kind); local
    [all...]
code_generator_arm_vixl.cc 7456 const size_t num_temps = NumberOfInstanceOfTemps(type_check_kind); local
7722 const size_t num_temps = NumberOfCheckCastTemps(type_check_kind); local
    [all...]
code_generator_mips.cc 3302 const size_t num_temps = NumberOfCheckCastTemps(type_check_kind); local
7427 const size_t num_temps = NumberOfInstanceOfTemps(type_check_kind); local
    [all...]
code_generator_x86.cc 6473 const size_t num_temps = NumberOfInstanceOfTemps(type_check_kind); local
6722 const size_t num_temps = NumberOfCheckCastTemps(type_check_kind); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 2793 unsigned num_temps = emit->temp_arrays[i].size; local
    [all...]

Completed in 1775 milliseconds