Home
last modified time | relevance | path

Searched refs:loadFunction (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h153 LoadImageFunctionInfo() : loadFunction(nullptr), requiresConversion(false) {} in LoadImageFunctionInfo()
154 LoadImageFunctionInfo(LoadImageFunction loadFunction, bool requiresConversion) in LoadImageFunctionInfo()
155 : loadFunction(loadFunction), requiresConversion(requiresConversion) in LoadImageFunctionInfo()
158 LoadImageFunction loadFunction; member
166 LoadTextureBorderFunctionInfo() : loadFunction(nullptr) {} in LoadTextureBorderFunctionInfo()
167 LoadTextureBorderFunctionInfo(LoadTextureBorderFunction loadFunction) in LoadTextureBorderFunctionInfo()
168 : loadFunction(loadFunction) in LoadTextureBorderFunctionInfo()
171 LoadTextureBorderFunction loadFunction; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp295 LoadImageFunction loadFunction = d3dFormatInfo.getLoadFunctions()(type).loadFunction; in loadData() local
303 loadFunction(area.width, area.height, area.depth, in loadData()
336 LoadImageFunction loadFunction = in loadCompressedData() local
337 d3dFormatInfo.getLoadFunctions()(GL_UNSIGNED_BYTE).loadFunction; in loadCompressedData()
347 loadFunction(area.width, area.height, area.depth, static_cast<const uint8_t *>(input), in loadCompressedData()
416 auto loadFunction = destD3D11Format.getLoadFunctions()(destFormatInfo.type); in copyFromFramebuffer() local
418 if (loadFunction.requiresConversion) in copyFromFramebuffer()
433 loadFunction.loadFunction(sourceArea.width, sourceArea.height, 1, memoryBuffer->data(), in copyFromFramebuffer()
DTextureStorage11.cpp800 loadFunctionInfo.loadFunction(width, height, depth, pixelData + srcSkipBytes, srcRowPitch, in setData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp72 loadFunction(UnreachableLoad) in TextureFormat()
79 LoadImageFunction loadFunction) in InsertD3D9FormatInfo() argument
92 info.loadFunction = loadFunction; in InsertD3D9FormatInfo()
Dformatutils9.h53 LoadImageFunction loadFunction; member
DImage9.cpp498 ASSERT(d3dFormatInfo.loadFunction != nullptr); in loadData()
505 d3dFormatInfo.loadFunction(area.width, area.height, area.depth, in loadData()
537 ASSERT(d3d9FormatInfo.loadFunction != nullptr); in loadCompressedData()
544 d3d9FormatInfo.loadFunction(area.width, area.height, area.depth, in loadCompressedData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DTextureMtl.mm1919 ASSERT(loadFunctionInfo.loadFunction);
1928 loadFunctionInfo.loadFunction(mtlArea.size.width, mtlArea.size.height,
1967 if (loadFunctionInfo.loadFunction)
1969 loadFunctionInfo.loadFunction(mtlRow.size.width, 1, 1, psrc, pixelsRowPitch,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5771 loadFunctionInfo.loadFunction = angle::LoadD32ToD32F; in stageSubresourceUpdateImpl()
5776 loadFunctionInfo.loadFunction = angle::LoadD32FS8X24ToD32F; in stageSubresourceUpdateImpl()
5780 loadFunctionInfo.loadFunction = angle::LoadD24S8ToD32F; in stageSubresourceUpdateImpl()
5824 loadFunctionInfo.loadFunction(glExtents.width, glExtents.height, glExtents.depth, source, in stageSubresourceUpdateImpl()
6252 LoadImageFunctionInfo loadFunction = vkFormat.getTextureLoadFunction(access, formatInfo.type); in stageSubresourceUpdateFromFramebuffer() local
6279 if (loadFunction.requiresConversion) in stageSubresourceUpdateFromFramebuffer()
6294 loadFunction.loadFunction(clippedRectangle.width, clippedRectangle.height, 1, in stageSubresourceUpdateFromFramebuffer()
Dvk_cache_utils.cpp3336 LoadTextureBorderFunctionInfo loadFunction = vkFormat.getTextureBorderLoadFunctions(); in update() local
3337 loadFunction.loadFunction(mBorderColor); in update()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11997 const string loadFunction; in createFloat16VectorExtractSet() member
12171 fragments["testfun"] += StringTemplate(testType.loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16VectorExtractSet()
12259 const string loadFunction; in createFloat16VectorInsertSet() member
12428 fragments["testfun"] += StringTemplate(testType.loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16VectorInsertSet()
12582 const string loadFunction; in createFloat16VectorShuffleSet() member
12807 … fragments["testfun"] += StringTemplate(src0Type.loadFunction).specialize({{"var", "ssbo_src0"}}); in createFloat16VectorShuffleSet()
12808 … fragments["testfun"] += StringTemplate(src1Type.loadFunction).specialize({{"var", "ssbo_src1"}}); in createFloat16VectorShuffleSet()
14158 const string loadFunction; in createFloat16CompositeInsertExtractSet() member
14241 …fragments["testfun"] += StringTemplate(typeTestParameters[typeTestNdx].loadFunction).specialize({… in createFloat16CompositeInsertExtractSet()
14244 …fragments["testfun"] += StringTemplate(typeTestParameters[typeTestNdx].loadFunction).specialize({… in createFloat16CompositeInsertExtractSet()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11997 const string loadFunction; in createFloat16VectorExtractSet() member
12171 fragments["testfun"] += StringTemplate(testType.loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16VectorExtractSet()
12259 const string loadFunction; in createFloat16VectorInsertSet() member
12428 fragments["testfun"] += StringTemplate(testType.loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16VectorInsertSet()
12582 const string loadFunction; in createFloat16VectorShuffleSet() member
12807 … fragments["testfun"] += StringTemplate(src0Type.loadFunction).specialize({{"var", "ssbo_src0"}}); in createFloat16VectorShuffleSet()
12808 … fragments["testfun"] += StringTemplate(src1Type.loadFunction).specialize({{"var", "ssbo_src1"}}); in createFloat16VectorShuffleSet()
14158 const string loadFunction; in createFloat16CompositeInsertExtractSet() member
14241 …fragments["testfun"] += StringTemplate(typeTestParameters[typeTestNdx].loadFunction).specialize({… in createFloat16CompositeInsertExtractSet()
14244 …fragments["testfun"] += StringTemplate(typeTestParameters[typeTestNdx].loadFunction).specialize({… in createFloat16CompositeInsertExtractSet()