/external/syslinux/com32/sysdump/ |
D | vesa.c | 11 struct vesa_mode_info *mip, mi; in dump_vesa_tables() local 20 mip = &vip->mi; in dump_vesa_tables() 43 memset(mip, 0, sizeof *mip); in dump_vesa_tables() 47 rm.edi.w[0] = OFFS(mip); in dump_vesa_tables() 48 rm.es = SEG(mip); in dump_vesa_tables() 55 memcpy(&mi, mip, sizeof mi); in dump_vesa_tables()
|
/external/blktrace/ |
D | blktrace.c | 580 static void init_mmap_info(struct mmap_info *mip) in init_mmap_info() argument 582 mip->buf_size = buf_size; in init_mmap_info() 583 mip->buf_nr = buf_nr; in init_mmap_info() 584 mip->pagesize = pagesize; in init_mmap_info() 732 static int setup_mmap(int fd, unsigned int maxlen, struct mmap_info *mip) in setup_mmap() argument 734 if (mip->fs_off + maxlen > mip->fs_buf_len) { in setup_mmap() 735 unsigned long nr = max(16, mip->buf_nr); in setup_mmap() 737 if (mip->fs_buf) { in setup_mmap() 738 munlock(mip->fs_buf, mip->fs_buf_len); in setup_mmap() 739 munmap(mip->fs_buf, mip->fs_buf_len); in setup_mmap() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | alloccommon.c | 41 vpx_free(oci->mip); in vp8_de_alloc_frame_buffers() 48 oci->mip = NULL; in vp8_de_alloc_frame_buffers() 89 oci->mip = in vp8_alloc_frame_buffers() 92 if (!oci->mip) goto allocation_fail; in vp8_alloc_frame_buffers() 94 oci->mi = oci->mip + oci->mode_info_stride + 1; in vp8_alloc_frame_buffers()
|
D | onyxc_int.h | 120 MODE_INFO *mip; /* Base of allocated array */ member
|
/external/openssh/ |
D | match.c | 192 int mhost, mip; in match_host_and_ip() local 195 if ((mip = addr_match_list(ipaddr, patterns)) == -2) in match_host_and_ip() 197 else if (mip == -1) /* negative ip address match */ in match_host_and_ip() 204 if (mhost == 0 && mip == 0) in match_host_and_ip()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 887 MODE_INFO **mip = mi; in vp9_setup_mask() local 917 assert(mip[0] != NULL); in vp9_setup_mask() 919 switch (mip[0]->sb_type) { in vp9_setup_mask() 920 case BLOCK_64X64: build_masks(lfi_n, mip[0], 0, 0, lfm); break; in vp9_setup_mask() 922 build_masks(lfi_n, mip[0], 0, 0, lfm); in vp9_setup_mask() 923 mip2 = mip + mode_info_stride * 4; in vp9_setup_mask() 928 build_masks(lfi_n, mip[0], 0, 0, lfm); in vp9_setup_mask() 929 mip2 = mip + 4; in vp9_setup_mask() 934 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) { in vp9_setup_mask() 941 switch (mip[0]->sb_type) { in vp9_setup_mask() [all …]
|
D | vp9_postproc.c | 287 cm->postproc_state.prev_mip = cm->mip; in swap_mi_and_prev_mi() 288 cm->mip = temp; in swap_mi_and_prev_mi() 291 cm->mi = cm->mip + cm->mi_stride + 1; in swap_mi_and_prev_mi() 318 ppstate->prev_mip = vpx_calloc(cm->mi_alloc_size, sizeof(*cm->mip)); in vp9_post_proc_frame()
|
D | vp9_onyxc_int.h | 195 MODE_INFO *mip; /* Base of allocated array */ member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 52 cm->mi = cm->mip + cm->mi_stride + 1; in vp9_dec_setup_mi() 59 cm->mip = vpx_calloc(mi_size, sizeof(*cm->mip)); in vp9_dec_alloc_mi() 60 if (!cm->mip) return 1; in vp9_dec_alloc_mi() 68 vpx_free(cm->mip); in vp9_dec_free_mi() 69 cm->mip = NULL; in vp9_dec_free_mi()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_inlines.h | 263 static INLINE uint32_t r300_translate_tex_filters(int min, int mag, int mip, in r300_translate_tex_filters() argument 294 switch (mip) { in r300_translate_tex_filters() 305 fprintf(stderr, "r300: Unknown texture filter %d\n", mip); in r300_translate_tex_filters()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.image.ll | 36 …%tex = call <4 x float> @llvm.amdgcn.image.load.mip.v4i32(<4 x i32> %c, <8 x i32> %rsrc, i32 15, i… 79 …call void @llvm.amdgcn.image.store.mip.v4i32(<4 x float> %data, <4 x i32> %coords, <8 x i32> %rsrc… 102 declare void @llvm.amdgcn.image.store.mip.v4i32(<4 x float>, <4 x i32>, <8 x i32>, i32, i1, i1, i1,… 107 declare <4 x float> @llvm.amdgcn.image.load.mip.v4i32(<4 x i32>, <8 x i32>, i32, i1, i1, i1, i1) #1
|
D | llvm.SI.image.ll | 21 …%r = call <4 x float> @llvm.SI.image.load.mip.v4i32(<4 x i32> undef, <8 x i32> undef, i32 15, i32 … 44 declare <4 x float> @llvm.SI.image.load.mip.v4i32(<4 x i32>, <8 x i32>, i32, i32, i32, i32, i32, i3…
|
/external/deqp/doc/testspecs/VK/ |
D | sparse_resources.txt | 13 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region 98 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region 101 …ceives a separate device memory binding. The mipmaps levels that end up in mip tail region receive… 133 both images. The mipmap levels that land in the mip tail region have separate memory regions for bo… 138 WRITE image should be overwritten by this operation, the mip tail region should be left intact. Nex… 141 …compute shader. On the other hand for each mipmap level that landed in the mip tail region, the da…
|
D | apitests.adoc | 222 ** Images: test with various formats, mip-levels etc. 501 ** Partial image (mip- or array slice) 513 ** Image mip- or array sub-range
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_voicemgt.c | 675 pSynth->channels[i].mip = 0; in VMInitMIPTable() 686 …MSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) in VMSetMIPEntry() argument 697 pSynth->channels[channel].mip = mip; in VMSetMIPEntry() 732 if ((pSynth->channels[i].mip != 0) && (pSynth->channels[i].mip <= maxPolyphony)) in VMMIPUpdateChannelMuting() 838 if (pChannel->mip == currentMIP && currentPool != -1) in VMUpdateMIPTable() 845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP); in VMUpdateMIPTable() 846 currentMIP = pChannel->mip; in VMUpdateMIPTable()
|
D | eas_synth.h | 230 EAS_U8 mip; /* SPMIDI MIP setting */ member
|
D | eas_vm_protos.h | 131 …SetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip);
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 375 **width0** the width of the base mip level of the texture or size of the buffer. 377 **height0** the height of the base mip level of the texture 380 **depth0** the depth of the base mip level of the texture 386 **last_level** the last mip map level present.
|
D | context.rst | 97 pipe_sampler_state (that is if min_lod is 2.0, and first_level 3, the first mip 144 attachments. To create one, specify the mip level, the range of layers, and
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mr_dissim.c | 79 MODE_INFO *tmp = cm->mip + cm->mode_info_stride; in vp8_cal_dissimilarity()
|
/external/eigen/cmake/ |
D | FindGSL.cmake | 23 # www.mip.informatik.uni-kiel.de
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 64 The texture mip filter modes are:
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 671 cm->mi = cm->mip + cm->mi_stride + 1; in vp9_enc_setup_mi() 672 memset(cm->mip, 0, cm->mi_stride * (cm->mi_rows + 1) * sizeof(*cm->mip)); in vp9_enc_setup_mi() 688 cm->mip = vpx_calloc(mi_size, sizeof(*cm->mip)); in vp9_enc_alloc_mi() 689 if (!cm->mip) return 1; in vp9_enc_alloc_mi() 704 vpx_free(cm->mip); in vp9_enc_free_mi() 705 cm->mip = NULL; in vp9_enc_free_mi() 718 cm->prev_mip = cm->mip; in vp9_swap_mi_and_prev_mi() 719 cm->mip = temp; in vp9_swap_mi_and_prev_mi() 722 cm->mi = cm->mip + cm->mi_stride + 1; in vp9_swap_mi_and_prev_mi()
|
D | vp9_temporal_filter.c | 763 cm->mi = cm->mip + cm->mi_stride + 1; in vp9_temporal_filter()
|
/external/mesa3d/docs/ |
D | RELNOTES-4.1 | 199 use that texture! If a texture object is incomplete (missing mip-
|