/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 296 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()
|
D | TextureStorage11.cpp | 936 loadFunctionInfo.loadFunction(mRenderer->getDisplay()->getImageLoadContext(), width, height, in setData()
|
/external/lua/src/ |
D | lundump.c | 152 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/ |
D | renderer_utils.h | 179 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/ |
D | formatutils9.h | 53 LoadImageFunction loadFunction; member
|
D | formatutils9.cpp | 73 loadFunction(UnreachableLoad) in TextureFormat() 80 LoadImageFunction loadFunction) in InsertD3D9FormatInfo() argument 93 info.loadFunction = loadFunction; in InsertD3D9FormatInfo()
|
D | Image9.cpp | 499 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/ |
D | NeuralNetworksShim.h | 34 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/ |
D | wgpu_helpers.cpp | 256 loadFunctionInfo.loadFunction(contextWgpu->getImageLoadContext(), glExtents.width, in stageTextureUpload()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 8963 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/ |
D | TextureMtl.mm | 2444 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/ |
D | vktSpvAsmInstructionTests.cpp | 12474 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()
|