Home
last modified time | relevance | path

Searched refs:BITSET_ZERO (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/util/
Dbitset_test.cpp43 BITSET_ZERO(mask128); in TEST()
73 BITSET_ZERO(mask128); in TEST()
95 BITSET_ZERO(mask128); in TEST()
115 BITSET_ZERO(mask128); in TEST()
136 BITSET_ZERO(r); in TEST()
137 BITSET_ZERO(a); in TEST()
138 BITSET_ZERO(b); in TEST()
174 BITSET_ZERO(r); in TEST()
175 BITSET_ZERO(a); in TEST()
176 BITSET_ZERO(b); in TEST()
[all …]
Dbitset.h53 #define BITSET_ZERO(x) memset( (x), 0, sizeof (x) ) macro
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_mediump.c69 BITSET_ZERO(inputs); in nir_recompute_io_bases()
70 BITSET_ZERO(outputs); in nir_recompute_io_bases()
Dnir_gather_info.c874 BITSET_ZERO(shader->info.system_values_read); in nir_shader_gather_info()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_mem_access_bit_sizes.c191 BITSET_ZERO(mask); in lower_mem_store_bit_size()
/third_party/mesa3d/src/compiler/glsl/
Dir_set_program_inouts.cpp435 BITSET_ZERO(prog->info.system_values_read); in do_set_program_inouts()
/third_party/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp479 BITSET_ZERO(ctx.smem_clause_read_write); in handle_instruction_gfx6()
480 BITSET_ZERO(ctx.smem_clause_write); in handle_instruction_gfx6()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c452 BITSET_ZERO(nctx->dirty); in nouveau_state_emit()
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c406 BITSET_ZERO(mask.bitset); in extract_field()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp114 BITSET_ZERO(shader->info.textures_used); in clover_nir_lower_images()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c217 BITSET_ZERO(fp->info.textures_used_by_txf); in _mesa_meta_compile_and_link_program()
219 BITSET_ZERO(fp->nir->info.textures_used_by_txf); in _mesa_meta_compile_and_link_program()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c255 BITSET_ZERO(buf_list->buffer_list); in tc_begin_next_buffer_list()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4872 BITSET_ZERO(prog->info.textures_used_by_txf); in count_resources()