Searched refs:reg_storage (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h149 LLVMValueRef reg_storage);
155 LLVMValueRef reg_storage,
H A Dlp_bld_nir_soa.c654 LLVMValueRef reg_storage)
668 reg_storage = LLVMBuildBitCast(builder, reg_storage, LLVMPointerType(reg_bld->elem_type, 0), "");
671 vals[i] = build_gather(bld_base, reg_bld, reg_storage, indirect_offset, NULL, NULL);
675 LLVMValueRef this_storage = nc == 1 ? reg_storage : lp_build_array_get_ptr(gallivm, reg_storage,
688 LLVMValueRef reg_storage,
703 reg_storage = LLVMBuildBitCast(builder, reg_storage, LLVMPointerType(reg_bld->elem_type, 0), "");
709 emit_mask_scatter(bld, reg_storage, indirect_offse
650 emit_load_reg(struct lp_build_nir_context * bld_base,struct lp_build_context * reg_bld,const nir_reg_src * reg,LLVMValueRef indir_src,LLVMValueRef reg_storage) argument
683 emit_store_reg(struct lp_build_nir_context * bld_base,struct lp_build_context * reg_bld,const nir_reg_dest * reg,unsigned writemask,LLVMValueRef indir_src,LLVMValueRef reg_storage,LLVMValueRef dst[NIR_MAX_VEC_COMPONENTS]) argument
[all...]
H A Dlp_bld_nir.c148 LLVMValueRef reg_storage = (LLVMValueRef)entry->data; local in function:get_reg_src
153 return bld_base->load_reg(bld_base, reg_bld, &src, indir_src, reg_storage);
180 LLVMValueRef reg_storage = (LLVMValueRef)entry->data; local in function:assign_reg
185 bld_base->store_reg(bld_base, reg_bld, reg, write_mask ? write_mask : 0xf, indir_src, reg_storage, vals);

Completed in 9 milliseconds