Searched defs:loadResult (Results 1 – 4 of 4) sorted by relevance
| /external/angle/src/tests/gl_tests/ |
| D | ShaderBinaryTest.cpp | 464 GLint loadResult; in TEST_P() local 592 GLint loadResult; in TEST_P() local
|
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1168 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local 1199 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() local 1208 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local 1233 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() local 1239 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local 1264 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() local
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | UtilsVk.cpp | 942 spirv::IdRef loadResult(kIdColor0Load + colorIndex * 2); in InsertColorUnresolveLoadStore() local 977 spirv::IdRef loadResult(kIdDepthLoad); in InsertDepthStencilUnresolveLoadStore() local 996 spirv::IdRef loadResult(kIdStencilLoad); in InsertDepthStencilUnresolveLoadStore() local
|
| /external/angle/src/compiler/translator/spirv/ |
| D | OutputSPIRV.cpp | 959 spirv::IdRef loadResult = data->baseId; in accessChainLoad() local 1077 const spirv::IdRef loadResult = mBuilder.getNewId({}); in accessChainStore() local
|