/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
D | DmaBufImageSiblingVkLinux.cpp | 258 AllocateInfo *infoOut) in GetAllocateInfo() argument 296 infoOut->allocateInfo[plane].sType = VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO; in GetAllocateInfo() 297 infoOut->allocateInfo[plane].pNext = &infoOut->importFdInfo[plane]; in GetAllocateInfo() 298 infoOut->allocateInfo[plane].image = image; in GetAllocateInfo() 300 infoOut->importFdInfo[plane].sType = VK_STRUCTURE_TYPE_IMPORT_MEMORY_FD_INFO_KHR; in GetAllocateInfo() 301 infoOut->importFdInfo[plane].handleType = VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT; in GetAllocateInfo() 302 infoOut->importFdInfo[plane].fd = attribs.getAsInt(kFds[plane]); in GetAllocateInfo() 304 infoOut->allocateInfoPtr[plane] = &infoOut->allocateInfo[plane]; in GetAllocateInfo()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 554 sh::BlockMemberInfo *infoOut); 639 sh::BlockMemberInfo *infoOut) in getBlockMemberInfo() argument 644 *infoOut = sh::kDefaultBlockMemberInfo; in getBlockMemberInfo() 648 *infoOut = infoIter->second; in getBlockMemberInfo() 1269 sh::BlockMemberInfo *infoOut) { in linkResources() argument 1270 return uniformBlockInfo.getBlockMemberInfo(name, mappedName, infoOut); in linkResources() 1294 sh::BlockMemberInfo *infoOut) { in linkResources() argument 1295 return shaderStorageBlockInfo.getBlockMemberInfo(name, mappedName, infoOut); in linkResources()
|
D | ProgramLinkedResources.h | 92 bool(const std::string &name, const std::string &mappedName, sh::BlockMemberInfo *infoOut)>;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 579 sh::BlockMemberInfo *infoOut); 664 sh::BlockMemberInfo *infoOut) in getBlockMemberInfo() argument 669 *infoOut = sh::kDefaultBlockMemberInfo; in getBlockMemberInfo() 673 *infoOut = infoIter->second; in getBlockMemberInfo() 1474 sh::BlockMemberInfo *infoOut) { in linkResources() argument 1475 return uniformBlockInfo.getBlockMemberInfo(name, mappedName, infoOut); in linkResources() 1499 sh::BlockMemberInfo *infoOut) { in linkResources() argument 1500 return shaderStorageBlockInfo.getBlockMemberInfo(name, mappedName, infoOut); in linkResources()
|
D | ProgramLinkedResources.h | 98 bool(const std::string &name, const std::string &mappedName, sh::BlockMemberInfo *infoOut)>;
|
/third_party/mesa3d/src/amd/addrlib/src/gfx11/ |
D | gfx11addrlib.cpp | 1965 ADDR2_COMPUTE_SURFACE_INFO_OUTPUT infoOut = {}; in HwlComputeNonBlockCompressedView() local 1966 infoOut.pMipInfo = mipInfo; in HwlComputeNonBlockCompressedView() 1972 returnCode = HwlComputeSurfaceInfoTiled(&infoIn, &infoOut); in HwlComputeNonBlockCompressedView() 1976 returnCode = HwlComputeSurfaceInfoLinear(&infoIn, &infoOut); in HwlComputeNonBlockCompressedView() 1985 subOffIn.sliceSize = infoOut.sliceSize; in HwlComputeNonBlockCompressedView() 2008 … const BOOL_32 inTail = tiled && (pIn->mipId >= infoOut.firstMipIdInTail) ? TRUE : FALSE; in HwlComputeNonBlockCompressedView() 2019 pOut->mipId = pIn->mipId - infoOut.firstMipIdInTail; in HwlComputeNonBlockCompressedView() 2022 pOut->numMipLevels = Max(infoIn.numMipLevels - infoOut.firstMipIdInTail, 2u); in HwlComputeNonBlockCompressedView() 2025 pOut->unalignedWidth = Min(requestMipWidth << pOut->mipId, infoOut.blockWidth / 2); in HwlComputeNonBlockCompressedView() 2028 pOut->unalignedHeight = Min(requestMipHeight << pOut->mipId, infoOut.blockHeight); in HwlComputeNonBlockCompressedView() [all …]
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 2361 ADDR2_COMPUTE_SURFACE_INFO_OUTPUT infoOut = {}; in HwlComputeNonBlockCompressedView() local 2362 infoOut.pMipInfo = mipInfo; in HwlComputeNonBlockCompressedView() 2368 returnCode = HwlComputeSurfaceInfoTiled(&infoIn, &infoOut); in HwlComputeNonBlockCompressedView() 2372 returnCode = HwlComputeSurfaceInfoLinear(&infoIn, &infoOut); in HwlComputeNonBlockCompressedView() 2381 subOffIn.sliceSize = infoOut.sliceSize; in HwlComputeNonBlockCompressedView() 2404 … const BOOL_32 inTail = tiled && (pIn->mipId >= infoOut.firstMipIdInTail) ? TRUE : FALSE; in HwlComputeNonBlockCompressedView() 2415 pOut->mipId = pIn->mipId - infoOut.firstMipIdInTail; in HwlComputeNonBlockCompressedView() 2418 pOut->numMipLevels = Max(infoIn.numMipLevels - infoOut.firstMipIdInTail, 2u); in HwlComputeNonBlockCompressedView() 2421 pOut->unalignedWidth = Min(requestMipWidth << pOut->mipId, infoOut.blockWidth / 2); in HwlComputeNonBlockCompressedView() 2424 pOut->unalignedHeight = Min(requestMipHeight << pOut->mipId, infoOut.blockHeight); in HwlComputeNonBlockCompressedView() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 1189 sh::BlockMemberInfo *infoOut) { in linkResources() argument 1190 return this->getUniformBlockMemberInfo(name, mappedName, infoOut); in linkResources() 1202 sh::BlockMemberInfo *infoOut) { in linkResources() argument 1203 return this->getShaderStorageBlockMemberInfo(name, mappedName, infoOut); in linkResources()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 1131 sh::BlockMemberInfo *infoOut) { in linkResources() argument 1132 return this->getUniformBlockMemberInfo(name, mappedName, infoOut); in linkResources() 1144 sh::BlockMemberInfo *infoOut) { in linkResources() argument 1145 return this->getShaderStorageBlockMemberInfo(name, mappedName, infoOut); in linkResources()
|