Searched defs:mip (Results 1 - 17 of 17) sorted by last modified time

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp4552 "Cannot submit cmd buffer using image (0x%" PRIx64 ") [sub-resource: aspectMask 0x%X array layer %u, mip level %u], "
8046 const uint32_t mip = subresource->mipLevel; local
8048 extent.width = std::max(1U, extent.width >> mip);
8049 extent.height = std::max(1U, extent.height >> mip);
8050 extent.depth = std::max(1U, extent.depth >> mip);
9481 // 4. fb attachments only have a single mip level
9525 // Verify that view only has a single mip level
9529 "vkCreateFramebuffer(): VkFramebufferCreateInfo attachment #%u has mip levelCount of %u "
9530 "but only a single mip level (levelCount == 1) is allowed when creating a Framebuffer.",
9541 "vkCreateFramebuffer(): VkFramebufferCreateInfo attachment #%u mip leve
[all...]
/external/syslinux/com32/sysdump/
H A Dvesa.c11 struct vesa_mode_info *mip, mi; local
20 mip = &vip->mi;
43 memset(mip, 0, sizeof *mip);
47 rm.edi.w[0] = OFFS(mip);
48 rm.es = SEG(mip);
55 memcpy(&mi, mip, sizeof mi);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h230 EAS_U8 mip; /* SPMIDI MIP setting */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c675 pSynth->channels[i].mip = 0;
686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) argument
690 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMSetMIPEntry: channel=%d, priority=%d, MIP=%d\n", channel, priority, mip); */ }
697 pSynth->channels[channel].mip = mip;
732 if ((pSynth->channels[i].mip != 0) && (pSynth->channels[i].mip <= maxPolyphony))
838 if (pChannel->mip == currentMIP && currentPool != -1)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/openssh/
H A Dmatch.c192 int mhost, mip; local
195 if ((mip = addr_match_list(ipaddr, patterns)) == -2)
197 else if (mip == -1) /* negative ip address match */
204 if (mhost == 0 && mip == 0)
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h263 static INLINE uint32_t r300_translate_tex_filters(int min, int mag, int mip, argument
294 switch (mip) {
305 fprintf(stderr, "r300: Unknown texture filter %d\n", mip);
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h120 MODE_INFO *mip; /* Base of allocated array */ member in struct:VP8Common
123 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c887 MODE_INFO **mip = mi; local
917 assert(mip[0] != NULL);
919 switch (mip[0]->sb_type) {
920 case BLOCK_64X64: build_masks(lfi_n, mip[0], 0, 0, lfm); break;
922 build_masks(lfi_n, mip[0], 0, 0, lfm);
923 mip2 = mip + mode_info_stride * 4;
928 build_masks(lfi_n, mip[0], 0, 0, lfm);
929 mip2 = mip + 4;
934 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
941 switch (mip[
[all...]
H A Dvp9_onyxc_int.h195 MODE_INFO *mip; /* Base of allocated array */ member in struct:VP9Common
200 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/blktrace/
H A Dblktrace.c580 static void init_mmap_info(struct mmap_info *mip) argument
582 mip->buf_size = buf_size;
583 mip->buf_nr = buf_nr;
584 mip->pagesize = pagesize;
732 static int setup_mmap(int fd, unsigned int maxlen, struct mmap_info *mip) argument
734 if (mip->fs_off + maxlen > mip->fs_buf_len) {
735 unsigned long nr = max(16, mip->buf_nr);
737 if (mip->fs_buf) {
738 munlock(mip
1554 struct mmap_info *mip = &iop->mmap_info; local
1664 struct mmap_info *mip; local
2369 struct mmap_info *mip = &iop->mmap_info; local
[all...]

Completed in 1228 milliseconds