Searched refs:ptr64 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_rt_builder.h256 nir_ssa_def *ptr64 = nir_imul_imm(b, nir_pack_64_2x32(b, vec2), 64); local in function:brw_nir_rt_unpack_leaf_ptr
261 nir_ssa_def *ptr_lo = nir_unpack_64_2x32_split_x(b, ptr64);
262 nir_ssa_def *ptr_hi = nir_unpack_64_2x32_split_y(b, ptr64);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5360 Temp ptr64 = convert_pointer_to_64_bit(ctx, get_arg(ctx, ctx->args->descriptor_sets[0])); local in function:aco::__anon562fcc110110::load_desc_ptr
5362 return bld.smem(aco_opcode::s_load_dword, bld.def(s1), ptr64, off); //, false, false, false);

Completed in 25 milliseconds