Searched defs:cost (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.h56 float cost; member in union:ZopfliNode::__anona9571ed9010a
H A Dliteral_cost.c56 EstimateBitCostsForLiteralsUTF8(size_t pos,size_t len,size_t mask,const uint8_t * data,float * cost) argument
127 BrotliEstimateBitCostsForLiterals(size_t pos,size_t len,size_t mask,const uint8_t * data,float * cost) argument
H A Dblock_splitter_inc.h408 double* cost = BROTLI_ALLOC(m, double, num_histograms); local in function:FN
[all...]
H A Dmetablock.c82 ComputeDistanceCost(const Command * cmds,size_t num_commands,const BrotliDistanceParams * orig_params,const BrotliDistanceParams * new_params,double * cost) argument
H A Dbackward_references_hq.c103 SetCost(const uint32_t * histogram,size_t histogram_size,BROTLI_BOOL literal_histogram,float * cost) argument
248 UpdateZopfliNode(ZopfliNode * nodes,size_t pos,size_t start_pos,size_t len,size_t len_code,size_t dist,size_t short_code,float cost) argument
263 float cost; member in struct:PosData
488 const float cost = (cmdcode < 128 ? base_cost : dist_cost) + local in function:UpdateNodes
541 const float cost = dist_cost + (float)GetCopyExtra(copycode) + local in function:UpdateNodes
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.h167 uint32_t cost; member in struct:fd_batch_result
H A Dfreedreno_batch.h142 unsigned cost; member in struct:fd_batch
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c409 int cost = 0; local in function:get_register_pressure_cost
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { argument
255 unsigned cost = 0; local in function:r600_sb::coalescer::build_constraint_queue
[all...]
H A Dsb_shader.h59 unsigned cost; member in struct:r600_sb::ra_edge
61 ra_edge(value *a, value *b, unsigned cost) : a(a), b(b), cost(cost) {} argument
104 unsigned cost; member in struct:r600_sb::ra_chunk
130 unsigned cost; member in class:r600_sb::ra_constraint
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c409 int cost = 0; local in function:get_register_pressure_cost
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { argument
255 unsigned cost = 0; local in function:r600_sb::coalescer::build_constraint_queue
[all...]
H A Dsb_shader.h59 unsigned cost; member in struct:r600_sb::ra_edge
61 ra_edge(value *a, value *b, unsigned cost) : a(a), b(b), cost(cost) {} argument
104 unsigned cost; member in struct:r600_sb::ra_chunk
130 unsigned cost; member in class:r600_sb::ra_constraint
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dlcra.c204 lcra_set_node_spill_cost(struct lcra_state *l, unsigned node, signed cost) argument
237 float cost = (l->spill_cost[i] + 1); local in function:lcra_get_best_spill_node
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_offscreen.c95 unsigned cost, best_cost; local in function:exaFindAreaToEvict
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_offscreen.c94 unsigned cost, best_cost; local in function:exaFindAreaToEvict
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c850 unsigned cost = li->instr_cost * trip_count; local in function:check_unrolling_restrictions
H A Dnir_loop_analyze.c154 unsigned cost = 1; local in function:instr_cost
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dregister_allocate.c751 float cost = g->nodes[n].spill_cost; local in function:ra_get_best_spill_node
776 ra_set_node_spill_cost(struct ra_graph *g, unsigned int n, float cost) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_statistics.cpp203 int32_t cost = 0; local in function:aco::BlockCycleEstimator::cycles_until_res_available
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dregister_allocate.c1028 float cost = g->nodes[n].spill_cost; local in function:ra_get_best_spill_node
1053 ra_set_node_spill_cost(struct ra_graph *g, unsigned int n, float cost) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_loop_analyze.c152 unsigned cost = 1; local in function:instr_cost
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c1086 signed cost = 0; local in function:bi_instr_cost
1123 signed cost = bi_instr_cost(instr, tuple); local in function:bi_choose_index
[all...]

Completed in 36 milliseconds