Searched defs:loadResult (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
|
/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
|