Home
last modified time | relevance | path

Searched refs:BITSET_COPY (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp978 BITSET_COPY(prog->info.textures_used, nir->info.textures_used); in st_nir_lower_samplers()
979 BITSET_COPY(prog->info.textures_used_by_txf, nir->info.textures_used_by_txf); in st_nir_lower_samplers()
980 BITSET_COPY(prog->info.samplers_used, nir->info.samplers_used); in st_nir_lower_samplers()
981 BITSET_COPY(prog->info.images_used, nir->info.images_used); in st_nir_lower_samplers()
982 BITSET_COPY(prog->info.image_buffers, nir->info.image_buffers); in st_nir_lower_samplers()
983 BITSET_COPY(prog->info.msaa_images, nir->info.msaa_images); in st_nir_lower_samplers()
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c255 BITSET_COPY(scope->val.bitset, val.bitset); in push_scope()
324 BITSET_COPY(not_dontcare.bitset, bitsets[n]->dontcare.bitset); in find_bitset()
405 BITSET_COPY(val.bitset, scope->val.bitset); in extract_field()
/third_party/mesa3d/src/util/
Dbitset.h51 #define BITSET_COPY(x, y) memcpy( (x), (y), sizeof (x) ) macro
/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.c1453 BITSET_COPY(needed, p->dynamic); in vk_dynamic_graphics_state_fill()