Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
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()
125 BITSET_ZERO(mask128); in TEST()
134 BITSET_ZERO(mask128); in TEST()
159 BITSET_ZERO(r); in TEST()
160 BITSET_ZERO(a); in TEST()
161 BITSET_ZERO(b); in TEST()
197 BITSET_ZERO(r); in TEST()
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp120 BITSET_ZERO(shader->info.textures_used); in clover_nir_lower_images()
124 BITSET_ZERO(shader->info.images_used); in clover_nir_lower_images()
144 BITSET_ZERO(shader->info.samplers_used); in clover_nir_lower_images()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_mediump.c71 BITSET_ZERO(inputs); in nir_recompute_io_bases()
72 BITSET_ZERO(outputs); in nir_recompute_io_bases()
Dnir_gather_info.c959 BITSET_ZERO(shader->info.system_values_read); in nir_shader_gather_info()
/third_party/mesa3d/src/amd/common/
Dac_nir_opt_outputs.c259 BITSET_ZERO(outputs_optimized); in ac_nir_optimize_outputs()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.h874 BITSET_ZERO(d->dirty); in vk_dynamic_graphics_state_clear_dirty()
/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.cpp485 BITSET_ZERO(ctx.smem_clause_read_write); in handle_instruction_gfx6()
486 BITSET_ZERO(ctx.smem_clause_write); in handle_instruction_gfx6()
/third_party/mesa3d/src/util/
Dbitset.h53 #define BITSET_ZERO(x) memset( (x), 0, sizeof (x) ) macro
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c406 BITSET_ZERO(mask.bitset); in extract_field()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2288 BITSET_ZERO(bitset); \
2344 BITSET_ZERO(s->info.textures_used_by_txf); /* No scan information yet */ in ttn_compile_init()
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h2558 BITSET_ZERO(shared_mask); in regmask_or_shared()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c253 BITSET_ZERO(buf_list->buffer_list); in tc_begin_next_buffer_list()