Home
last modified time | relevance | path

Searched refs:loadFunctionInfo (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1760 LoadImageFunctionInfo loadFunctionInfo = mFormat.textureLoadFunctions
1771 ASSERT(loadFunctionInfo.loadFunction);
1780 loadFunctionInfo.loadFunction(mtlArea.size.width, mtlArea.size.height,
1819 if (loadFunctionInfo.loadFunction)
1821 loadFunctionInfo.loadFunction(mtlRow.size.width, 1, 1, psrc, pixelsRowPitch,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp796 LoadImageFunctionInfo loadFunctionInfo = d3d11Format.getLoadFunctions()(type); in setData() local
797 if (loadFunctionInfo.requiresConversion) in setData()
800 loadFunctionInfo.loadFunction(width, height, depth, pixelData + srcSkipBytes, srcRowPitch, in setData()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5425 LoadImageFunctionInfo loadFunctionInfo = vkFormat.textureLoadFunctions(type); in stageSubresourceUpdateImpl() local
5471 loadFunctionInfo.loadFunction = angle::LoadD32ToD32F; in stageSubresourceUpdateImpl()
5476 loadFunctionInfo.loadFunction = angle::LoadD32FS8X24ToD32F; in stageSubresourceUpdateImpl()
5480 loadFunctionInfo.loadFunction = angle::LoadD24S8ToD32F; in stageSubresourceUpdateImpl()
5524 loadFunctionInfo.loadFunction(glExtents.width, glExtents.height, glExtents.depth, source, in stageSubresourceUpdateImpl()