Home
last modified time | relevance | path

Searched refs:layoutIndex (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp302 for (size_t layoutIndex = 0; layoutIndex < numOutputs; ++layoutIndex) in generatePixelShaderForOutputSignature() local
304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex]; in generatePixelShaderForOutputSignature()
310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature()
324 << static_cast<int>(layoutIndex) << ";\n"; in generatePixelShaderForOutputSignature()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp770 for (int layoutIndex = 0; layoutIndex < AliasTest::LayoutCount; layoutIndex++) in AddAliasTests() local
772 const AliasTest::LayoutFlags layout = AliasTest::LayoutFlags(1 << layoutIndex); in AddAliasTests()
/third_party/glslang/glslang/Include/
DTypes.h806 layoutIndex = layoutIndexEnd; in clearInterstageLayout()
857 unsigned int layoutIndex : 8; variable
973 return layoutIndex != layoutIndexEnd; in hasIndex()
975 unsigned getIndex() const { return layoutIndex; } in getIndex()
2026 appendUint(qualifier.layoutIndex); in getCompleteString()
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp627 symbol.getQualifier().layoutIndex != unitSymbol.getQualifier().layoutIndex || in mergeErrorCheck()
Diomapper.cpp144 base->getWritableType().getQualifier().layoutIndex = at->second.newIndex; in visitSymbol()
DParseHelper.cpp5492 publicType.qualifier.layoutIndex = value; in setLayoutQualifier()
5630 dst.layoutIndex = src.layoutIndex; in mergeObjectLayoutQualifiers()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp7312 qualifier.layoutIndex = value; in setLayoutQualifier()
7414 dst.layoutIndex = src.layoutIndex; in mergeObjectLayoutQualifiers()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp8151 builder.addDecoration(id, spv::DecorationIndex, symbol->getQualifier().layoutIndex); in getSymbolId()