Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h124 LoadImageFunctionInfo() : loadFunction(nullptr), requiresConversion(false) {} in LoadImageFunctionInfo()
125 LoadImageFunctionInfo(LoadImageFunction loadFunction, bool requiresConversion) in LoadImageFunctionInfo()
126 : loadFunction(loadFunction), requiresConversion(requiresConversion) in LoadImageFunctionInfo()
129 LoadImageFunction loadFunction; member
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp293 LoadImageFunction loadFunction = d3dFormatInfo.getLoadFunctions()(type).loadFunction; in loadData() local
301 loadFunction(area.width, area.height, area.depth, in loadData()
334 LoadImageFunction loadFunction = in loadCompressedData() local
335 d3dFormatInfo.getLoadFunctions()(GL_UNSIGNED_BYTE).loadFunction; in loadCompressedData()
345 loadFunction(area.width, area.height, area.depth, static_cast<const uint8_t *>(input), in loadCompressedData()
414 auto loadFunction = destD3D11Format.getLoadFunctions()(destFormatInfo.type); in copyFromFramebuffer() local
416 if (loadFunction.requiresConversion) in copyFromFramebuffer()
431 loadFunction.loadFunction(sourceArea.width, sourceArea.height, 1, memoryBuffer->data(), in copyFromFramebuffer()
DTextureStorage11.cpp799 loadFunctionInfo.loadFunction(width, height, depth, pixelData + srcSkipBytes, srcRowPitch, in setData()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.h87 LoadImageFunction loadFunction; member
Dformatutils9.cpp256 loadFunction(UnreachableLoad) in TextureFormat()
263 LoadImageFunction loadFunction) in InsertD3D9FormatInfo() argument
276 info.loadFunction = loadFunction; in InsertD3D9FormatInfo()
DImage9.cpp496 ASSERT(d3dFormatInfo.loadFunction != nullptr); in loadData()
503 d3dFormatInfo.loadFunction(area.width, area.height, area.depth, in loadData()
535 ASSERT(d3d9FormatInfo.loadFunction != nullptr); in loadCompressedData()
542 d3d9FormatInfo.loadFunction(area.width, area.height, area.depth, in loadCompressedData()
/external/tensorflow/tensorflow/lite/nnapi/
DNeuralNetworksShim.h34 static name##_fn fn = reinterpret_cast<name##_fn>(loadFunction(#name));
71 inline void* loadFunction(const char* name) { in loadFunction() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2708 loadFunctionInfo.loadFunction = angle::LoadD32ToD32F; in stageSubresourceUpdateImpl()
2713 loadFunctionInfo.loadFunction = angle::LoadD32FS8X24ToD32F; in stageSubresourceUpdateImpl()
2717 loadFunctionInfo.loadFunction = angle::LoadD24S8ToD32F; in stageSubresourceUpdateImpl()
2756 loadFunctionInfo.loadFunction(glExtents.width, glExtents.height, glExtents.depth, source, in stageSubresourceUpdateImpl()
3001 LoadImageFunctionInfo loadFunction = vkFormat.textureLoadFunctions(formatInfo.type); in stageSubresourceUpdateFromFramebuffer() local
3024 if (loadFunction.requiresConversion) in stageSubresourceUpdateFromFramebuffer()
3039 loadFunction.loadFunction(clippedRectangle.width, clippedRectangle.height, 1, in stageSubresourceUpdateFromFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11518 const string loadFunction; in createFloat16VectorExtractSet() member
11692 fragments["testfun"] += StringTemplate(testType.loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16VectorExtractSet()
11780 const string loadFunction; in createFloat16VectorInsertSet() member
11949 fragments["testfun"] += StringTemplate(testType.loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16VectorInsertSet()
12103 const string loadFunction; in createFloat16VectorShuffleSet() member
12328 … fragments["testfun"] += StringTemplate(src0Type.loadFunction).specialize({{"var", "ssbo_src0"}}); in createFloat16VectorShuffleSet()
12329 … fragments["testfun"] += StringTemplate(src1Type.loadFunction).specialize({{"var", "ssbo_src1"}}); in createFloat16VectorShuffleSet()
13679 const string loadFunction; in createFloat16CompositeInsertExtractSet() member
13762 …fragments["testfun"] += StringTemplate(typeTestParameters[typeTestNdx].loadFunction).specialize({… in createFloat16CompositeInsertExtractSet()
13765 …fragments["testfun"] += StringTemplate(typeTestParameters[typeTestNdx].loadFunction).specialize({… in createFloat16CompositeInsertExtractSet()