Home
last modified time | relevance | path

Searched refs:temp_ptr (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c178 LLVMValueRef temp_ptr; in emit_fetch_temporary() local
179 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle); in emit_fetch_temporary()
180 return bitcast(bld_base,type,LLVMBuildLoad(builder, temp_ptr, "")); in emit_fetch_temporary()
199 LLVMValueRef temp_ptr; in emit_fetch_output() local
200 temp_ptr = lp_get_output_ptr(bld, reg->Register.Index, swizzle); in emit_fetch_output()
201 return LLVMBuildLoad(builder, temp_ptr, ""); in emit_fetch_output()
281 LLVMValueRef temp_ptr; in emit_store() local
328 temp_ptr = bld->outputs[reg->Register.Index][chan_index]; in emit_store()
332 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index); in emit_store()
341 LLVMBuildStore(builder, value, temp_ptr); in emit_store()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c625 LLVMValueRef temp_ptr; in emit_fetch_constant() local
626 temp_ptr = LLVMBuildBitCast(builder, scalar_ptr, ivtype, ""); in emit_fetch_constant()
627 scalar = LLVMBuildLoad(builder, temp_ptr, ""); in emit_fetch_constant()
765 LLVMValueRef temp_ptr; in emit_fetch_temporary() local
770 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, itype, ""); in emit_fetch_temporary()
772 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle); in emit_fetch_temporary()
773 res = LLVMBuildLoad(builder, temp_ptr, ""); in emit_fetch_temporary()
1067 LLVMValueRef temp_ptr; in emit_store_chan() local
1078 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, ivtype, ""); in emit_store_chan()
1086 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, in emit_store_chan()
[all …]
Dlp_bld_tgsi_aos.c208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; in emit_fetch_temporary() local
209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, ""); in emit_fetch_temporary()
/external/libhevc/common/x86/
Dihevc_itrans_recon_32x32_ssse3_intr.c134 WORD16 *temp_ptr; in ihevc_itrans_recon_32x32_ssse3() local
248 temp_ptr = (pi2_tmp + 1024); in ihevc_itrans_recon_32x32_ssse3()
1815 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
2301 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
2852 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
3796 WORD16 *pi2_src_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
4098 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
4686 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
5507 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
6388 WORD16 *pi2_src_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
Dihevc_32x32_itrans_recon_sse42_intr.c126 WORD16 *temp_ptr; in ihevc_itrans_recon_32x32_sse42() local
240 temp_ptr = (pi2_tmp + 1024); in ihevc_itrans_recon_32x32_sse42()
1804 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
2291 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
2844 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
3789 WORD16 *pi2_src_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
4092 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
4680 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
5501 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
6381 WORD16 *pi2_src_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
/external/opencv/cv/src/
Dcvfilter.cpp2309 uchar* temp_ptr = temp->data.ptr; in icvIPPFilterNextStripe() local
2318 memcpy( temp_ptr + temp_step*i, temp_ptr + in icvIPPFilterNextStripe()
2321 temp_ptr += temp_ready*temp_step; in icvIPPFilterNextStripe()
2342 stripe_size, temp_ptr, temp_step, temp_size, in icvIPPFilterNextStripe()