Searched refs:BITSET_COPY (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 978 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/ |
D | decode.c | 255 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/ |
D | bitset.h | 51 #define BITSET_COPY(x, y) memcpy( (x), (y), sizeof (x) ) macro
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.c | 1453 BITSET_COPY(needed, p->dynamic); in vk_dynamic_graphics_state_fill()
|