Home
last modified time | relevance | path

Searched refs:BITFIELD64_RANGE (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_attrib.h114 #define VBO_ATTRIBS_MATERIALS BITFIELD64_RANGE(VBO_ATTRIB_MAT_FRONT_AMBIENT, \
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_info.c495 slot_mask = BITFIELD64_RANGE(semantics.location, semantics.num_slots); in gather_intrinsic_info()
1000 shader->info.per_primitive_outputs |= BITFIELD64_RANGE(var->data.location, slots); in nir_shader_gather_info()
1011 shader->info.per_primitive_inputs |= BITFIELD64_RANGE(var->data.location, slots); in nir_shader_gather_info()
H A Dnir_linking_helpers.c385 BITFIELD64_RANGE(var->data.location - loc_offset, num_slots); in mark_all_used_slots()
408 slots_used_tmp[0] = *slots_used & BITFIELD64_RANGE(0, VARYING_SLOT_VAR0); in remap_slots_and_components()
435 BITFIELD64_RANGE(var->data.location - loc_offset, num_slots); in remap_slots_and_components()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_compute_push_layout.c244 prog_data->zero_push_reg |= BITFIELD64_RANGE(range_start_reg, in anv_nir_compute_push_layout()
H A DgenX_cmd_buffer.c3349 push->push_reg_mask[stage] |= BITFIELD64_RANGE(range_start_reg, in cmd_buffer_flush_push_constants()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c317 BITFIELD64_BIT(VARYING_SLOT_PNTC) | BITFIELD64_RANGE(VARYING_SLOT_VAR0, 32), in si_lower_nir()
/third_party/mesa3d/src/util/
H A Dmacros.h386 #define BITFIELD64_RANGE(b, count) \ macro
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h487 #define VARYING_BITS_TEX_ANY BITFIELD64_RANGE(VARYING_SLOT_TEX0, \
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h1151 (BITFIELD64_RANGE(0, VARYING_SLOT_MAX) & \
H A Dbrw_vec4_generator.cpp1489 if (i % 16 == 0 && (want_zero & BITFIELD64_RANGE(i, 16))) { in generate_zero_oob_push_regs()
H A Dbrw_fs.cpp1710 if (i % 16 == 0 && (want_zero & BITFIELD64_RANGE(i, 16))) {
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2900 BITFIELD64_RANGE(FRAG_RESULT_DATA0, BRW_MAX_DRAW_BUFFERS); in iris_bind_fs_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c3108 BITFIELD64_RANGE(FRAG_RESULT_DATA0, BRW_MAX_DRAW_BUFFERS); in crocus_bind_fs_state()

Completed in 42 milliseconds