Searched refs:mai (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstPrinter.h | 69 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii, in MCInstPrinter() argument 70 const MCRegisterInfo &mri) : MAI(mai), MII(mii), MRI(mri) {} in MCInstPrinter()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 911 VkMemoryAllocateInfo mai; in resource_object_create() local 913 mai.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in resource_object_create() 914 mai.pNext = NULL; in resource_object_create() 915 mai.allocationSize = reqs.size; in resource_object_create() 917 mai.memoryTypeIndex = screen->heap_map[heap]; in resource_object_create() 918 if (unlikely(!(reqs.memoryTypeBits & BITFIELD_BIT(mai.memoryTypeIndex)))) { in resource_object_create() 930 mai.memoryTypeIndex = screen->heap_map[heap]; in resource_object_create() 931 assert(reqs.memoryTypeBits & BITFIELD_BIT(mai.memoryTypeIndex)); in resource_object_create() 936 .pNext = mai.pNext, in resource_object_create() 942 ded_alloc_info.pNext = mai in resource_object_create() [all...] |
H A D | zink_bo.c | 262 VkMemoryAllocateInfo mai; in bo_create_internal() local 263 mai.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in bo_create_internal() 264 mai.pNext = pNext; in bo_create_internal() 265 mai.allocationSize = size; in bo_create_internal() 266 mai.memoryTypeIndex = screen->heap_map[heap]; in bo_create_internal() 267 if (screen->info.mem_props.memoryTypes[mai.memoryTypeIndex].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) { in bo_create_internal() 269 mai.allocationSize = align64(mai.allocationSize, screen->info.props.limits.minMemoryMapAlignment); in bo_create_internal() 272 if (mai.allocationSize > screen->info.mem_props.memoryHeaps[heap_idx].size) { in bo_create_internal() 273 mesa_loge("zink: can't allocate %"PRIu64" bytes from heap that's only %"PRIu64" bytes!\n", mai in bo_create_internal() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 1792 LLVMValueRef ma, mai, signma, signmabit, imahalfpos; in lp_build_cube_lookup() local 1860 mai = LLVMBuildBitCast(builder, ma, cint_vec_type, ""); in lp_build_cube_lookup() 1861 signmabit = LLVMBuildAnd(builder, mai, signmask, ""); in lp_build_cube_lookup() 1975 signma = LLVMBuildLShr(builder, mai, signshift, ""); in lp_build_cube_lookup() 1989 mai = LLVMBuildBitCast(builder, ma, cint_vec_type, ""); in lp_build_cube_lookup() 1990 signmabit = LLVMBuildAnd(builder, mai, signmask, ""); in lp_build_cube_lookup() 2030 signma = LLVMBuildLShr(builder, mai, signshift, ""); in lp_build_cube_lookup()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorspace.c | 256 double mai[3][3], fac[3][3], tmp[3][3]; in fill_whitepoint_conv_table() local 259 ff_matrix_invert_3x3(ma, mai); in fill_whitepoint_conv_table() 271 ff_matrix_mul_3x3(out, tmp, mai); in fill_whitepoint_conv_table()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 60 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri, in MCContext() argument 63 : SrcMgr(mgr), InlineSrcMgr(nullptr), MAI(mai), MRI(mri), MOFI(mofi), in MCContext()
|
Completed in 11 milliseconds