Home
last modified time | relevance | path

Searched defs:loadResult (Results 1 – 6 of 6) sorted by relevance

/external/executorch/extension/android_test/src/androidTest/java/org/pytorch/executorch/
DLlamaModuleInstrumentationTest.java81 int loadResult = mModule.load(); in testGenerate() local
/external/angle/src/tests/gl_tests/
DShaderBinaryTest.cpp464 GLint loadResult; in TEST_P() local
592 GLint loadResult; in TEST_P() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp1111 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local
1145 …shaderSource(loadResult, is, op::Load, var.copy_type, actualLoadChain)(op::Store, actualStoreChain, in MakeShader() local
1154 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local
1179 …shaderSource(loadResult, is, op::Load, var.copy_type, actualLoadChain)(op::Store, actualStoreChain, in MakeShader() local
1185 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local
1207 …shaderSource(loadResult, is, op::Load, var.copy_type, actualLoadChain)(op::Store, actualStoreChain, in MakeShader() local
/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
DMainActivity.java133 int loadResult = mModule.load(); in setLocalModel() local
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp1001 spirv::IdRef loadResult(kIdColor0Load + colorIndex * 2); in InsertColorUnresolveLoadStore() local
1036 spirv::IdRef loadResult(kIdDepthLoad); in InsertDepthStencilUnresolveLoadStore() local
1055 spirv::IdRef loadResult(kIdStencilLoad); in InsertDepthStencilUnresolveLoadStore() local
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp968 spirv::IdRef loadResult = data->baseId; in accessChainLoad() local
1083 const spirv::IdRef loadResult = mBuilder.getNewId({}); in accessChainStore() local