Searched refs:loadFunction (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.h | 124 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/ |
D | Image11.cpp | 293 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()
|
D | TextureStorage11.cpp | 799 loadFunctionInfo.loadFunction(width, height, depth, pixelData + srcSkipBytes, srcRowPitch, in setData()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.h | 87 LoadImageFunction loadFunction; member
|
D | formatutils9.cpp | 256 loadFunction(UnreachableLoad) in TextureFormat() 263 LoadImageFunction loadFunction) in InsertD3D9FormatInfo() argument 276 info.loadFunction = loadFunction; in InsertD3D9FormatInfo()
|
D | Image9.cpp | 496 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/ |
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/vulkan/ |
D | vk_helpers.cpp | 2708 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/ |
D | vktSpvAsmInstructionTests.cpp | 11518 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()
|