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 | 1111 … 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/angle/src/libANGLE/renderer/vulkan/ |
| D | UtilsVk.cpp | 969 spirv::IdRef loadResult(kIdColor0Load + colorIndex * 2); in InsertColorUnresolveLoadStore() local 1004 spirv::IdRef loadResult(kIdDepthLoad); in InsertDepthStencilUnresolveLoadStore() local 1023 spirv::IdRef loadResult(kIdStencilLoad); in InsertDepthStencilUnresolveLoadStore() local
|
| /external/angle/src/compiler/translator/spirv/ |
| D | OutputSPIRV.cpp | 963 spirv::IdRef loadResult = data->baseId; in accessChainLoad() local 1081 const spirv::IdRef loadResult = mBuilder.getNewId({}); in accessChainStore() local
|