Searched defs:loadResult (Results 1 – 4 of 4) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1137 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local 1168 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() local 1177 … Variable actualLoadChain(localcounter), actualStoreChain(localcounter), loadResult(localcounter); in MakeShader() local 1202 (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
|
| /external/llvm-project/mlir/lib/Conversion/SCFToSPIRV/ |
| D | SCFToSPIRV.cpp | 112 Value loadResult = rewriter.create<spirv::LoadOp>(loc, alloc); in replaceSCFOutputValue() local
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | UtilsVk.cpp | 847 spirv::IdRef loadResult(kIdColor0Load + colorIndex * 2); in InsertColorUnresolveLoadStore() local 882 spirv::IdRef loadResult(kIdDepthLoad); in InsertDepthStencilUnresolveLoadStore() local 901 spirv::IdRef loadResult(kIdStencilLoad); in InsertDepthStencilUnresolveLoadStore() local
|
| /external/angle/src/compiler/translator/ |
| D | OutputSPIRV.cpp | 780 spirv::IdRef loadResult = data->baseId; in accessChainLoad() local 898 const spirv::IdRef loadResult = mBuilder.getNewId({}); in accessChainStore() local
|