/external/webrtc/webrtc/modules/video_processing/ |
D | video_processing_impl.cc | 101 uint8_t* temp_ptr = frame->buffer(kYPlane); in Brighten() local 103 *temp_ptr = static_cast<uint8_t>(look_up[*temp_ptr]); in Brighten() 104 temp_ptr++; in Brighten()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_line.c | 187 struct brw_indirect temp_ptr = brw_indirect(7, 0); in clip_and_emit_line() local 188 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx0), c->reg.clipdistance_offset); in clip_and_emit_line() 189 brw_MOV(p, c->reg.dp0, deref_1f(temp_ptr, 0)); in clip_and_emit_line() 190 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx1), c->reg.clipdistance_offset); in clip_and_emit_line() 191 brw_MOV(p, c->reg.dp1, deref_1f(temp_ptr, 0)); in clip_and_emit_line()
|
D | brw_clip_tri.c | 243 struct brw_indirect temp_ptr = brw_indirect(7, 0); in load_clip_distance() local 244 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx), c->reg.clipdistance_offset); in load_clip_distance() 245 brw_MOV(p, vec1(dst), deref_1f(temp_ptr, 0)); in load_clip_distance()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 132 static void fdct8x32_1d_column_odd_store(int16_t *input, int16_t *temp_ptr) { in fdct8x32_1d_column_odd_store() argument 189 ST_SH(vec5, temp_ptr); in fdct8x32_1d_column_odd_store() 190 ST_SH(vec4, temp_ptr + 960); in fdct8x32_1d_column_odd_store() 195 ST_SH(vec5, temp_ptr + 448); in fdct8x32_1d_column_odd_store() 196 ST_SH(vec4, temp_ptr + 512); in fdct8x32_1d_column_odd_store() 203 ST_SH(vec4, temp_ptr + 704); in fdct8x32_1d_column_odd_store() 204 ST_SH(vec5, temp_ptr + 256); in fdct8x32_1d_column_odd_store() 209 ST_SH(vec4, temp_ptr + 192); in fdct8x32_1d_column_odd_store() 210 ST_SH(vec5, temp_ptr + 768); in fdct8x32_1d_column_odd_store() 223 ST_SH(vec5, temp_ptr + 832); in fdct8x32_1d_column_odd_store() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 621 LLVMValueRef temp_ptr; in store_value_to_array() local 629 temp_ptr = ctx->outputs[i + range.First][chan_index]; in store_value_to_array() 635 temp_ptr = ctx->temps[(i + range.First) * TGSI_NUM_CHANNELS + chan_index]; in store_value_to_array() 643 LLVMBuildStore(builder, value, temp_ptr); in store_value_to_array() 985 LLVMValueRef temp_ptr, temp_ptr2 = NULL; in si_llvm_emit_store() local 1015 temp_ptr = ctx->addrs[reg->Register.Index][chan_index]; in si_llvm_emit_store() 1016 LLVMBuildStore(builder, value, temp_ptr); in si_llvm_emit_store() 1031 temp_ptr = ctx->outputs[reg->Register.Index][chan_index]; in si_llvm_emit_store() 1041 temp_ptr = ctx->temps[ TGSI_NUM_CHANNELS * reg->Register.Index + chan_index]; in si_llvm_emit_store() 1051 LLVMBuildStore(builder, value, temp_ptr); in si_llvm_emit_store() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1689 LLVMValueRef vb_buffer_offset, buffer_size, temp_ptr; in draw_llvm_generate() local 1752 temp_ptr = lp_build_alloca_undef(gallivm, in draw_llvm_generate() 1757 LLVMBuildStore(builder, fake_buf_ptr, temp_ptr); in draw_llvm_generate() 1762 LLVMBuildStore(builder, map_ptr[j], temp_ptr); in draw_llvm_generate() 1765 map_ptr[j] = LLVMBuildLoad(builder, temp_ptr, "map_ptr"); in draw_llvm_generate()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; in emit_fetch_temporary() local 209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, ""); in emit_fetch_temporary()
|
D | lp_bld_tgsi_soa.c | 1621 LLVMValueRef temp_ptr; in emit_fetch_temporary() local 1622 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle); in emit_fetch_temporary() 1623 res = LLVMBuildLoad(builder, temp_ptr, ""); in emit_fetch_temporary() 1961 LLVMValueRef temp_ptr; in emit_store_chan() local 1962 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index); in emit_store_chan() 1968 emit_store_64bit_chan(bld_base, temp_ptr, temp_ptr2, in emit_store_chan() 1972 lp_exec_mask_store(&bld->exec_mask, float_bld, pred, value, temp_ptr); in emit_store_chan()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 316 int temp_ptr = 0, num_temps; in assign_inouts_to_temporaries() local 324 while (inout_ptr < num_inouts && temp_ptr < num_temps) { in assign_inouts_to_temporaries() 326 struct etna_reg_desc *temp = temps_order[temp_ptr].ptr; in assign_inouts_to_temporaries() 342 temp_ptr++; in assign_inouts_to_temporaries()
|
/external/libhevc/common/x86/ |
D | ihevc_itrans_recon_32x32_ssse3_intr.c | 134 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()
|
D | ihevc_32x32_itrans_recon_sse42_intr.c | 126 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/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 2113 LLVMValueRef temp_ptr, value; in visit_store_var() local 2154 temp_ptr = ctx->outputs[idx + chan + const_index * stride]; in visit_store_var() 2156 LLVMBuildStore(ctx->builder, value, temp_ptr); in visit_store_var() 2184 temp_ptr = ctx->locals[idx + chan + const_index * 4]; in visit_store_var() 2186 LLVMBuildStore(ctx->builder, value, temp_ptr); in visit_store_var()
|