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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_validate.c 38 bool already_assigned[c->num_temps];
49 for (int i = 0; i < c->num_temps; i++) {
59 if (inst->dst.index >= c->num_temps)
113 if (src.index >= c->num_temps)
vc4_register_allocate.c 211 struct node_to_temp_map map[c->num_temps];
212 uint32_t temp_to_node[c->num_temps];
213 uint8_t class_bits[c->num_temps];
214 struct qpu_reg *temp_registers = calloc(c->num_temps,
220 for (uint32_t i = 0; i < c->num_temps; i++)
226 c->num_temps);
231 for (uint32_t i = 0; i < c->num_temps; i++) {
235 qsort(map, c->num_temps, sizeof(map[0]), node_to_temp_priority);
236 for (uint32_t i = 0; i < c->num_temps; i++) {
255 for (int i = 0; i < c->num_temps; i++)
    [all...]
vc4_qir_live_variables.c 302 int bitset_words = BITSET_WORDS(c->num_temps);
309 c->temp_start = rzalloc_array(c, int, c->num_temps);
310 c->temp_end = rzalloc_array(c, int, c->num_temps);
312 for (int i = 0; i < c->num_temps; i++) {
329 qir_compute_start_end(c, c->num_temps);
vc4_opt_copy_propagation.c 162 for (int i = 0; i < c->num_temps; i++) {
178 movs = ralloc_array(c, struct qinst *, c->num_temps);
186 memset(movs, 0, sizeof(struct qinst *) * c->num_temps);
vc4_opt_coalesce_ff_writes.c 42 uint32_t use_count[c->num_temps];
vc4_opt_vpm.c 45 uint32_t use_count[c->num_temps];
vc4_opt_dead_code.c 88 bool *used = calloc(c->num_temps, sizeof(bool));
vc4_qir.c 464 for (int i = 0; i < c->num_temps; i++) {
486 for (int i = 0; i < c->num_temps; i++) {
526 reg.index = c->num_temps++;
529 if (c->num_temps > c->defs_array_size) {
vc4_qir_schedule.c 300 c->num_temps);
420 c->num_temps);
698 state.temp_writes = rzalloc_array(mem_ctx, uint32_t, c->num_temps);
700 BITSET_WORDS(c->num_temps));
vc4_qir.h 502 uint32_t num_temps; member in struct:vc4_compile
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.cc 28 temps_(new void*[static_data.num_temps]),
40 static_data.temp_sizes, static_data.num_temps, temps_,
xla_compiled_cpu_function.h 67 size_t num_temps = 0; member in struct:tensorflow::XlaCompiledCpuFunction::StaticData
xla_jit_compiled_cpu_function.cc 174 jit->static_data_.num_temps = jit->temp_sizes_.size();
  /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/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/libcups/cups/
dest.c 2097 int num_temps; \/* Number of temporary destinations *\/ local
    [all...]
  /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_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...]
code_generator_mips64.cc     [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...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 2793 unsigned num_temps = emit->temp_arrays[i].size; local
    [all...]

Completed in 662 milliseconds