Home
last modified time | relevance | path

Searched defs:bitset_words (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dvir_live_variables.c228 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow()
264 vir_live_variables_defin_defout_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_defin_defout_dataflow()
321 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_live_variables.c224 qir_live_variables_dataflow(struct vc4_compile *c, int bitset_words) in qir_live_variables_dataflow()
288 int bitset_words = BITSET_WORDS(c->num_temps); in qir_calculate_live_intervals() local
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.h82 int bitset_words; variable
Dbrw_fs_live_variables.h113 int bitset_words; variable
Dbrw_fs_copy_propagation.cpp111 int bitset_words; member in __anon9822d1e10111::fs_copy_prop_dataflow
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_liveness.c41 unsigned bitset_words; member
/external/mesa3d/src/compiler/nir/
Dnir_liveness.c46 unsigned bitset_words; member
/external/mesa3d/src/freedreno/ir3/
Dir3_ra.c664 unsigned bitset_words = BITSET_WORDS(ctx->alloc_count); in ra_block_compute_live_ranges() local
781 unsigned bitset_words = BITSET_WORDS(ctx->alloc_count); in ra_compute_livein_liveout() local
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c49 unsigned bitset_words, num_nodes_and_regs; member