Home
last modified time | relevance | path

Searched refs:BITSET_DECLARE (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/util/
Dbitset_test.cpp31 BITSET_DECLARE(mask32, 32); in TEST()
32 BITSET_DECLARE(mask64, 64); in TEST()
33 BITSET_DECLARE(mask128, 128); in TEST()
42 BITSET_DECLARE(mask128, 128); in TEST()
56 BITSET_DECLARE(mask128, 128); in TEST()
72 BITSET_DECLARE(mask128, 128); in TEST()
94 BITSET_DECLARE(mask128, 128); in TEST()
114 BITSET_DECLARE(mask128, 128); in TEST()
133 BITSET_DECLARE(r, 128); in TEST()
134 BITSET_DECLARE(a, 128); in TEST()
[all …]
Dbitset.h47 #define BITSET_DECLARE(name, bits) BITSET_WORD name[BITSET_WORDS(bits)] macro
/third_party/mesa3d/src/freedreno/afuc/
Demu.h37 BITSET_DECLARE(written, EMU_NUM_GPR_REGS);
47 BITSET_DECLARE(written, EMU_NUM_CONTROL_REGS);
54 BITSET_DECLARE(written, EMU_NUM_GPU_REGS);
61 BITSET_DECLARE(written, EMU_NUM_PIPE_REGS);
/third_party/mesa3d/src/compiler/
Dshader_info.h158 BITSET_DECLARE(system_values_read, SYSTEM_VALUE_MAX);
192 BITSET_DECLARE(textures_used, 32);
195 BITSET_DECLARE(textures_used_by_txf, 32);
/third_party/mesa3d/src/panfrost/midgard/
Dmir_promote_uniforms.c60 BITSET_DECLARE(uses, MAX_UBO_QWORDS);
61 BITSET_DECLARE(pushed, MAX_UBO_QWORDS);
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.h76 BITSET_DECLARE(data, MAX_MIP_LEVELS);
Dpan_context.h145 BITSET_DECLARE(active, PAN_MAX_BATCHES);
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_varyings.h64 BITSET_DECLARE(active, VARYING_SLOT_MAX);
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h72 BITSET_DECLARE(dirty, MAX_NOUVEAU_STATE);
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_push_ubo.c53 BITSET_DECLARE(pushed, MAX_UBO_WORDS);
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_arrays_to_elements.c370 BITSET_DECLARE(indirects, 4 * VARYING_SLOT_TESS_MAX) = {0}; in nir_lower_io_arrays_to_elements_no_indirects()
408 BITSET_DECLARE(indirects, 4 * VARYING_SLOT_TESS_MAX) = {0}; in nir_lower_io_arrays_to_elements()
Dnir_lower_mediump.c67 BITSET_DECLARE(inputs, NUM_TOTAL_VARYING_SLOTS); in nir_recompute_io_bases()
68 BITSET_DECLARE(outputs, NUM_TOTAL_VARYING_SLOTS); in nir_recompute_io_bases()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h244 BITSET_DECLARE(data_valid, PIPE_MAX_TEXTURE_LEVELS);
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h408 BITSET_DECLARE(buffer_list, TC_BUFFER_ID_MASK + 1);
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dliveness.c184 BITSET_DECLARE(temp_live_set, comp->reg_num); in ppir_liveness_compute_live_sets()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_mem_access_bit_sizes.c190 BITSET_DECLARE(mask, NIR_MAX_VEC_COMPONENTS * sizeof(uint64_t)); in lower_mem_store_bit_size()
Dtest_eu_validate.cpp279 BITSET_DECLARE(invalid_encodings, num_encodings); in TEST_P()
387 BITSET_DECLARE(invalid_encodings, num_encodings); in TEST_P()
467 BITSET_DECLARE(invalid_encodings, num_encodings); in TEST_P()
/third_party/mesa3d/src/asahi/compiler/
Dagx_register_allocate.c96 BITSET_DECLARE(used_regs, AGX_NUM_REGS) = { 0 }; in agx_ra_assign_local()
Dagx_compiler.h343 BITSET_DECLARE(regs_out, AGX_NUM_REGS);
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h253 BITSET_DECLARE(formats, EGL_DRI2_MAX_FORMATS);
/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c307 BITSET_DECLARE(available, RA_MAX_FILE_SIZE);
308 BITSET_DECLARE(available_to_evict, RA_MAX_FILE_SIZE);
756 BITSET_DECLARE(available_to_evict, RA_MAX_FILE_SIZE); in try_evict_regs()
760 BITSET_DECLARE(available, RA_MAX_FILE_SIZE); in try_evict_regs()
/third_party/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp148 BITSET_DECLARE(smem_clause_read_write, 128) = {0};
149 BITSET_DECLARE(smem_clause_write, 128) = {0};
/third_party/mesa3d/src/mesa/main/
Dtexstate.c895 BITSET_DECLARE(enabled_texture_units, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in _mesa_update_texture_state()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_private.h401 BITSET_DECLARE(custom_border_color, TU_BORDER_COLOR_COUNT);
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c499 BITSET_DECLARE(used_for_txf, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in brw_predraw_resolve_inputs()

12