HomeSort by relevance Sort by last modified time
    Searched defs:temp_ptr (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_clip_line.c 180 struct brw_indirect temp_ptr = brw_indirect(7, 0); local
181 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx0), c->reg.clipdistance_offset);
182 brw_MOV(p, c->reg.dp0, deref_1f(temp_ptr, 0));
183 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx1), c->reg.clipdistance_offset);
184 brw_MOV(p, c->reg.dp1, deref_1f(temp_ptr, 0));
brw_clip_tri.c 238 struct brw_indirect temp_ptr = brw_indirect(7, 0); local
239 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx), c->reg.clipdistance_offset);
240 brw_MOV(p, vec1(dst), deref_1f(temp_ptr, 0));
  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_resources.h 180 char* temp_ptr = data_; local
182 other.data_ = temp_ptr;
  /external/webrtc/webrtc/modules/video_processing/
video_processing_impl.cc 101 uint8_t* temp_ptr = frame->buffer(kYPlane); local
103 *temp_ptr = static_cast<uint8_t>(look_up[*temp_ptr]);
104 temp_ptr++;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; local
209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, "");
lp_bld_tgsi_soa.c 1578 LLVMValueRef temp_ptr; local
1848 LLVMValueRef temp_ptr; local
    [all...]
  /external/u-boot/fs/ext4/
ext4_write.c 847 char *temp_ptr = NULL; local
927 temp_ptr = zalloc(fs->blksz);
928 if (!temp_ptr)
938 temp_ptr);
939 if (ext4fs_log_journal(temp_ptr, itable_blkno))
942 memcpy(temp_ptr + blkoff, inode_buffer, fs->inodesz);
943 if (ext4fs_put_metadata(temp_ptr, itable_blkno))
959 memset(temp_ptr, '\0', fs->blksz);
961 0, fs->blksz, temp_ptr);
962 if (ext4fs_log_journal(temp_ptr, parent_itable_blkno)
    [all...]
ext4_common.c 198 unsigned char *temp_ptr = NULL; local
220 temp_ptr = sec_buf;
221 memcpy((temp_ptr + remainder), (unsigned char *)buf, size);
229 temp_ptr = sec_buf;
230 memcpy(temp_ptr, buf, size);
    [all...]
  /external/libhevc/common/x86/
ihevc_32x32_itrans_recon_sse42_intr.c 126 WORD16 *temp_ptr; local
240 temp_ptr = (pi2_tmp + 1024);
    [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c 134 WORD16 *temp_ptr; local
248 temp_ptr = (pi2_tmp + 1024);
    [all...]
  /external/libxaac/decoder/
ixheaacd_block.c 1342 WORD32 *temp_ptr = &p_spectrum[0]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 454 LLVMValueRef temp_ptr; local
462 temp_ptr = ctx->outputs[i + range.First][chan_index];
468 temp_ptr = ctx->temps[(i + range.First) * TGSI_NUM_CHANNELS + chan_index];
476 LLVMBuildStore(builder, value, temp_ptr);
824 LLVMValueRef temp_ptr, temp_ptr2 = NULL; local
857 temp_ptr = ctx->addrs[reg->Register.Index][chan_index];
858 LLVMBuildStore(builder, value, temp_ptr);
873 temp_ptr = ctx->outputs[reg->Register.Index][chan_index];
883 temp_ptr = ctx->temps[ TGSI_NUM_CHANNELS * reg->Register.Index + chan_index];
893 LLVMBuildStore(builder, value, temp_ptr);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1691 LLVMValueRef vb_buffer_offset, buffer_size, temp_ptr; local
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 320 int temp_ptr = 0, num_temps; local
328 while (inout_ptr < num_inouts && temp_ptr < num_temps) {
330 struct etna_reg_desc *temp = temps_order[temp_ptr].ptr;
346 temp_ptr++;
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 3297 LLVMValueRef temp_ptr, value; local
    [all...]

Completed in 805 milliseconds