Searched defs:loadResult (Results 1 – 3 of 3) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1140 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local 1171 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() local 1180 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local 1205 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() local 1211 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local 1236 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | UtilsVk.cpp | 839 spirv::IdRef loadResult(kIdColor0Load + colorIndex * 2); in InsertColorUnresolveLoadStore() local 874 spirv::IdRef loadResult(kIdDepthLoad); in InsertDepthStencilUnresolveLoadStore() local 893 spirv::IdRef loadResult(kIdStencilLoad); in InsertDepthStencilUnresolveLoadStore() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | OutputSPIRV.cpp | 910 spirv::IdRef loadResult = data->baseId; in accessChainLoad() local 1028 const spirv::IdRef loadResult = mBuilder.getNewId({}); in accessChainStore() local
|