Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp296 LoadImageFunction loadFunction = d3dFormatInfo.getLoadFunctions()(type).loadFunction; in loadData() local
304 loadFunction(context11->getImageLoadContext(), area.width, area.height, area.depth, in loadData()
337 LoadImageFunction loadFunction = in loadCompressedData() local
338 d3dFormatInfo.getLoadFunctions()(GL_UNSIGNED_BYTE).loadFunction; in loadCompressedData()
348 loadFunction(context11->getImageLoadContext(), area.width, area.height, area.depth, in loadCompressedData()
420 auto loadFunction = destD3D11Format.getLoadFunctions()(destFormatInfo.type); in copyFromFramebuffer() local
422 if (loadFunction.requiresConversion) in copyFromFramebuffer()
436 loadFunction.loadFunction(context11->getImageLoadContext(), sourceArea.width, in copyFromFramebuffer()
DTextureStorage11.cpp936 loadFunctionInfo.loadFunction(mRenderer->getDisplay()->getImageLoadContext(), width, height, in setData()
/external/lua/src/
Dlundump.c152 static void loadFunction(LoadState *S, Proto *f, TString *psource);
201 loadFunction(S, f->p[i], f->source); in loadProtos()
256 static void loadFunction (LoadState *S, Proto *f, TString *psource) { in loadFunction() function
328 loadFunction(&S, cl->p, NULL); in luaU_undump()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.h179 LoadImageFunctionInfo() : loadFunction(nullptr), requiresConversion(false) {} in LoadImageFunctionInfo()
180 LoadImageFunctionInfo(LoadImageFunction loadFunction, bool requiresConversion) in LoadImageFunctionInfo()
181 : loadFunction(loadFunction), requiresConversion(requiresConversion) in LoadImageFunctionInfo()
184 LoadImageFunction loadFunction; member
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.h53 LoadImageFunction loadFunction; member
Dformatutils9.cpp73 loadFunction(UnreachableLoad) in TextureFormat()
80 LoadImageFunction loadFunction) in InsertD3D9FormatInfo() argument
93 info.loadFunction = loadFunction; in InsertD3D9FormatInfo()
DImage9.cpp499 ASSERT(d3dFormatInfo.loadFunction != nullptr); in loadData()
506 d3dFormatInfo.loadFunction(context9->getImageLoadContext(), area.width, area.height, area.depth, in loadData()
538 ASSERT(d3d9FormatInfo.loadFunction != nullptr); in loadCompressedData()
545 d3d9FormatInfo.loadFunction(context9->getImageLoadContext(), area.width, area.height, 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/wgpu/
Dwgpu_helpers.cpp256 loadFunctionInfo.loadFunction(contextWgpu->getImageLoadContext(), glExtents.width, in stageTextureUpload()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp8963 loadFunctionInfo.loadFunction = angle::LoadD32ToD32F; in stageSubresourceUpdateImpl()
8967 loadFunctionInfo.loadFunction = angle::LoadD32FS8X24ToD32F; in stageSubresourceUpdateImpl()
8971 loadFunctionInfo.loadFunction = angle::LoadD24S8ToD32F; in stageSubresourceUpdateImpl()
8988 loadFunctionInfo.loadFunction = angle::LoadToNative<GLubyte, 1>; in stageSubresourceUpdateImpl()
9037 loadFunctionInfo.loadFunction( in stageSubresourceUpdateImpl()
9732 loadFunctionInfo.loadFunction = angle::LoadToNative<GLubyte, 1>; in stagePartialClear()
9735 loadFunctionInfo.loadFunction(contextVk->getImageLoadContext(), 1, 1, 1, intendedData, 1, 1, in stagePartialClear()
9881 LoadImageFunctionInfo loadFunction = vkFormat.getTextureLoadFunction(access, formatInfo.type); in stageSubresourceUpdateFromFramebuffer() local
9907 if (loadFunction.requiresConversion) in stageSubresourceUpdateFromFramebuffer()
9922 loadFunction.loadFunction(contextVk->getImageLoadContext(), clippedRectangle.width, in stageSubresourceUpdateFromFramebuffer()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm2444 ASSERT(loadFunctionInfo.loadFunction);
2453 loadFunctionInfo.loadFunction(contextMtl->getImageLoadContext(), mtlArea.size.width,
2492 if (loadFunctionInfo.loadFunction)
2494 loadFunctionInfo.loadFunction(contextMtl->getImageLoadContext(),
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp12474 const string loadFunction; in createFloat16VectorExtractSet() member
12620 … fragments["testfun"] += StringTemplate(testType.loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16VectorExtractSet()
12715 const string loadFunction; in createFloat16VectorInsertSet() member
12853 … fragments["testfun"] += StringTemplate(testType.loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16VectorInsertSet()
13054 const string loadFunction; in createFloat16VectorShuffleSet() member
13253 … fragments["testfun"] += StringTemplate(src0Type.loadFunction).specialize({{"var", "ssbo_src0"}}); in createFloat16VectorShuffleSet()
13254 … fragments["testfun"] += StringTemplate(src1Type.loadFunction).specialize({{"var", "ssbo_src1"}}); in createFloat16VectorShuffleSet()
14485 const string loadFunction; in createFloat16CompositeInsertExtractSet() member
14574 … StringTemplate(typeTestParameters[typeTestNdx].loadFunction).specialize({{"var", "ssbo_dst"}}); in createFloat16CompositeInsertExtractSet()
14581 … StringTemplate(typeTestParameters[typeTestNdx].loadFunction).specialize({{"var", "ssbo_src"}}); in createFloat16CompositeInsertExtractSet()