Searched refs:loadFunctionInfo (Results 1 – 2 of 2) sorted by relevance
3290 LoadImageFunctionInfo loadFunctionInfo = vkFormat.textureLoadFunctions(type); in stageSubresourceUpdateImpl() local3342 loadFunctionInfo.loadFunction = angle::LoadD32ToD32F; in stageSubresourceUpdateImpl()3347 loadFunctionInfo.loadFunction = angle::LoadD32FS8X24ToD32F; in stageSubresourceUpdateImpl()3351 loadFunctionInfo.loadFunction = angle::LoadD24S8ToD32F; in stageSubresourceUpdateImpl()3390 loadFunctionInfo.loadFunction(glExtents.width, glExtents.height, glExtents.depth, source, in stageSubresourceUpdateImpl()
795 LoadImageFunctionInfo loadFunctionInfo = d3d11Format.getLoadFunctions()(type); in setData() local796 if (loadFunctionInfo.requiresConversion) in setData()799 loadFunctionInfo.loadFunction(width, height, depth, pixelData + srcSkipBytes, srcRowPitch, in setData()