Home
last modified time | relevance | path

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

/external/angle/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()
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
DKlcParser.java108 int layoutIndex = klcContents.indexOf("\nLAYOUT"); in parseModifiers() local
109 String section = klcContents.substring(shiftStateIndex, layoutIndex); in parseModifiers()
212 int layoutIndex = klcContents.indexOf("\nLAYOUT"); in parseLayout() local
214 String section = klcContents.substring(layoutIndex, endIndex); in parseLayout()
/external/deqp/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()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h821 layoutIndex = layoutIndexEnd; in clearInterstageLayout()
872 unsigned int layoutIndex : 8; variable
988 return layoutIndex != layoutIndexEnd; in hasIndex()
990 unsigned getIndex() const { return layoutIndex; } in getIndex()
2043 appendUint(qualifier.layoutIndex); in getCompleteString()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp629 symbol.getQualifier().layoutIndex != unitSymbol.getQualifier().layoutIndex || in mergeErrorCheck()
Diomapper.cpp147 base->getWritableType().getQualifier().layoutIndex = at->second.newIndex; in visitSymbol()
DParseHelper.cpp5542 publicType.qualifier.layoutIndex = value; in setLayoutQualifier()
5680 dst.layoutIndex = src.layoutIndex; in mergeObjectLayoutQualifiers()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp7316 qualifier.layoutIndex = value; in setLayoutQualifier()
7418 dst.layoutIndex = src.layoutIndex; in mergeObjectLayoutQualifiers()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1147 … PIPELINE_LAYOUT_STATE const *pipeline_layout, const uint32_t layoutIndex, in VerifySetLayoutCompatibility() argument
1150 if (layoutIndex >= num_sets) { in VerifySetLayoutCompatibility()
1154 << layoutIndex; in VerifySetLayoutCompatibility()
1159 auto layout_node = pipeline_layout->set_layouts[layoutIndex]; in VerifySetLayoutCompatibility()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp8343 builder.addDecoration(id, spv::DecorationIndex, symbol->getQualifier().layoutIndex); in getSymbolId()