Home
last modified time | relevance | path

Searched refs:BITFIELD_RANGE (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_enums.h227 #define VERT_BIT_ALL BITFIELD_RANGE(0, VERT_ATTRIB_MAX)
230 #define VERT_BIT_FF_ALL BITFIELD_RANGE(0, VERT_ATTRIB_FF_MAX)
233 BITFIELD_RANGE(VERT_ATTRIB_TEX(0), VERT_ATTRIB_TEX_MAX)
237 BITFIELD_RANGE(VERT_ATTRIB_GENERIC(0), VERT_ATTRIB_GENERIC_MAX)
241 BITFIELD_RANGE(VERT_ATTRIB_MAT(0), VERT_ATTRIB_MAT_MAX)
/external/mesa3d/src/util/
Dmacros.h328 #define BITFIELD_RANGE(b, count) \ macro
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c790 BITFIELD_RANGE(shader->info.num_images, num_image_slots); in nir_shader_gather_info()
794 BITFIELD_RANGE(shader->info.num_images, num_image_slots); in nir_shader_gather_info()
Dnir.c96 new_mask |= BITFIELD_RANGE(start, count); in nir_component_mask_reinterpret()
Dnir_lower_io.c469 BITFIELD_RANGE(src_comp, num_comps)); in lower_store()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c381 if (!(clipdist_mask & BITFIELD_RANGE(reg_index * 4, 4))) in si_llvm_emit_clipvertex()
582 if (clipdist_mask & BITFIELD_RANGE(index * 4, 4)) { in si_llvm_build_vs_exports()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1044 BITFIELD_RANGE(rt, array_len))) { in anv_pipeline_link_fs()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1747 BITFIELD_RANGE(s->chan, num_components)), in ntt_push_tex_arg()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c334 BITFIELD_RANGE(first_component, tmu_writes - 1); in ntq_emit_tmu_general()