Searched refs:mai (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_bo.c246 VkMemoryAllocateInfo mai; local in function:bo_create_internal
247 mai.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
248 mai.pNext = pNext;
249 mai.allocationSize = size;
250 mai.memoryTypeIndex = screen->heap_map[heap];
251 if (screen->info.mem_props.memoryTypes[mai.memoryTypeIndex].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) {
253 mai.allocationSize = align64(mai.allocationSize, screen->info.props.limits.minMemoryMapAlignment);
256 if (mai.allocationSize > screen->info.mem_props.memoryHeaps[heap_idx].size) {
257 mesa_loge("zink: can't allocate %"PRIu64" bytes from heap that's only %"PRIu64" bytes!\n", mai
[all...]
H A Dzink_resource.c609 VkMemoryAllocateInfo mai; local in function:resource_object_create
611 mai.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
612 mai.pNext = NULL;
613 mai.allocationSize = reqs.size;
615 mai.memoryTypeIndex = screen->heap_map[heap];
616 if (unlikely(!(reqs.memoryTypeBits & BITFIELD_BIT(mai.memoryTypeIndex)))) {
628 mai.memoryTypeIndex = screen->heap_map[heap];
629 assert(reqs.memoryTypeBits & BITFIELD_BIT(mai.memoryTypeIndex));
632 VkMemoryType mem_type = screen->info.mem_props.memoryTypes[mai.memoryTypeIndex];
639 .pNext = mai
[all...]
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am255 mai.orth \
H A DMakefile.in641 mai.orth \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1653 LLVMValueRef ma, mai, signma, signmabit, imahalfpos; local in function:lp_build_cube_lookup
1721 mai = LLVMBuildBitCast(builder, ma, cint_vec_type, "");
1722 signmabit = LLVMBuildAnd(builder, mai, signmask, "");
1836 signma = LLVMBuildLShr(builder, mai, signshift, "");
1913 mai = LLVMBuildBitCast(builder, ma, cint_vec_type, "");
1914 signmabit = LLVMBuildAnd(builder, mai, signmask, "");
1954 signma = LLVMBuildLShr(builder, mai, signshift, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1790 LLVMValueRef ma, mai, signma, signmabit, imahalfpos; local in function:lp_build_cube_lookup
1858 mai = LLVMBuildBitCast(builder, ma, cint_vec_type, "");
1859 signmabit = LLVMBuildAnd(builder, mai, signmask, "");
1973 signma = LLVMBuildLShr(builder, mai, signshift, "");
1987 mai = LLVMBuildBitCast(builder, ma, cint_vec_type, "");
1988 signmabit = LLVMBuildAnd(builder, mai, signmask, "");
2028 signma = LLVMBuildLShr(builder, mai, signshift, "");
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf664 <!-- mai* -> mai -->
666 <test name="lang" compare="contains"><string>mai</string></test>
667 <edit name="lang" mode="assign" binding="same"><string>mai</string></edit>
H A D65-nonlatin.conf215 <family>Noto Sans Devanagari UI</family><!-- hi, mai, mr -->

Completed in 38 milliseconds