Searched refs:aligned_offset (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_ubo_loads.c59 uint64_t aligned_offset = offset - suboffset; local in function:lower_ubo_load_instr
66 pred = nir_ilt(b, nir_imm_int(b, aligned_offset + i * 64 + 63),
73 aligned_offset + i * 64);
/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_surface.c1626 uint64_t aligned_offset = offset; local in function:si_surface_init_2d
1654 if (aligned_offset) {
1655 aligned_offset = ALIGN(aligned_offset, alignment);
1662 si_surf_minify_2d(surf, level+i, bpe, i, slice_pt, mtilew, mtileh, 1, mtileb, aligned_offset);
1684 aligned_offset = offset = surf->bo_size;
1686 aligned_offset = ALIGN(aligned_offset, surf->bo_alignment);
2224 uint64_t aligned_offset = offset; local in function:cik_surface_init_2d
2257 if (aligned_offset) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_rt_intrinsics.c159 uint64_t aligned_offset = offset - suboffset; local in function:lower_rt_intrinsics_impl
166 aligned_offset + i * 64);
H A Dbrw_vec4_nir.cpp652 unsigned aligned_offset = load_offset & ~15; local in function:brw::vec4_visitor::nir_emit_intrinsic
653 offset_reg = brw_imm_ud(aligned_offset);
658 const unsigned offset_256b = aligned_offset / 32;
668 push_reg.offset = aligned_offset - 32 * range->start;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp3751 Operand aligned_offset = offset; local in function:aco::__anon562fcc110110::emit_load
3757 aligned_offset = Operand::c32(offset.constantValue() & 0xfffffffcu);
3759 aligned_offset = bld.sop2(aco_opcode::s_and_b32, bld.def(s1), bld.def(s1, scc),
3762 aligned_offset = bld.sop2(aco_opcode::s_and_b64, bld.def(s2), bld.def(s1, scc),
3765 aligned_offset =
3771 aligned_offset = bld.pseudo(aco_opcode::p_create_vector, bld.def(v2), lo, hi);
3775 aligned_offset.isTemp() ? aligned_offset.getTemp() : bld.copy(bld.def(s1), aligned_offset);

Completed in 29 milliseconds