Home
last modified time | relevance | path

Searched refs:needsAllocation (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLBlitHelper.cpp614 bool needsAllocation) in BindAndUploadYUVTexture() argument
634 MOZ_ASSERT(needsAllocation); in BindAndUploadYUVTexture()
641 if (!needsAllocation) { in BindAndUploadYUVTexture()
749 bool needsAllocation = false; in BlitPlanarYCbCrImage() local
753 needsAllocation = true; in BlitPlanarYCbCrImage()
761 …Texture(Channel_Y, yuvData->mYStride, yuvData->mYSize.height, yuvData->mYChannel, needsAllocation); in BlitPlanarYCbCrImage()
762 …Channel_Cb, yuvData->mCbCrStride, yuvData->mCbCrSize.height, yuvData->mCbChannel, needsAllocation); in BlitPlanarYCbCrImage()
763 …Channel_Cr, yuvData->mCbCrStride, yuvData->mCbCrSize.height, yuvData->mCrChannel, needsAllocation); in BlitPlanarYCbCrImage()
765 if (needsAllocation) { in BlitPlanarYCbCrImage()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/
H A DKernelArgs.cpp92 if (!needsAllocation()) return 0; in calcAllocateSize()
100 if (!needsAllocation()) return 0; in calcAlignment()
115 if (!needsAllocation()) return 0; in calcElemAllocateSize()
430 bool KernelArg::needsAllocation() const in needsAllocation() function in KernelArg
1213 if (arg->needsAllocation() && !arg->isConstantBuf()) in checkForZeroPerThreadData()
H A DKernelArgs.hpp211 bool needsAllocation() const;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DOpenCLKernelCodeGen.cpp695 if (kernelArg->needsAllocation()) { in CreateZEPayloadArguments()
729 if (kernelArg->needsAllocation()) { in CreateZEPayloadArguments()
1197 imageInput->IsBindlessAccess = kernelArg->needsAllocation(); in CreateAnnotations()
1269 samplerArg->IsBindlessAccess = kernelArg->needsAllocation(); in CreateAnnotations()
1728 if (arg.needsAllocation()) in AllocatePayload()
1790 if (arg.needsAllocation()) in AllocatePayload()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp1097 bool needsAllocation) { in check_image_info() argument
1102 if (VK_NULL_HANDLE == info.fAlloc.fMemory && needsAllocation) { in check_image_info()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp1097 bool needsAllocation) { in check_image_info() argument
1102 if (VK_NULL_HANDLE == info.fAlloc.fMemory && needsAllocation) { in check_image_info()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1160 bool needsAllocation) { in check_image_info() argument
1165 if (VK_NULL_HANDLE == info.fAlloc.fMemory && needsAllocation) { in check_image_info()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp1097 bool needsAllocation) { in check_image_info() argument
1102 if (VK_NULL_HANDLE == info.fAlloc.fMemory && needsAllocation) { in check_image_info()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp1097 bool needsAllocation) { in check_image_info() argument
1102 if (VK_NULL_HANDLE == info.fAlloc.fMemory && needsAllocation) { in check_image_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1207 bool needsAllocation, in check_image_info() argument
1213 if (VK_NULL_HANDLE == info.fAlloc.fMemory && needsAllocation) { in check_image_info()