Home
last modified time | relevance | path

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

/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-deps/glslang/glslang/Include/
DTypes.h745 layoutIndex = layoutIndexEnd; in clearInterstageLayout()
794 unsigned int layoutIndex : 8; variable
884 return layoutIndex != layoutIndexEnd; in hasIndex()
1754 appendUint(qualifier.layoutIndex); in getCompleteString()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp572 symbol.getQualifier().layoutIndex != unitSymbol.getQualifier().layoutIndex || in mergeErrorCheck()
1084 …ationRange, componentRange, type.getBasicType(), qualifier.hasIndex() ? qualifier.layoutIndex : 0); in addUsedLocation()
Diomapper.cpp195 base->getWritableType().getQualifier().layoutIndex = at->newIndex; in visitSymbol()
DParseHelper.cpp5122 publicType.qualifier.layoutIndex = value; in setLayoutQualifier()
5242 dst.layoutIndex = src.layoutIndex; in mergeObjectLayoutQualifiers()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp7148 qualifier.layoutIndex = value; in setLayoutQualifier()
7250 dst.layoutIndex = src.layoutIndex; in mergeObjectLayoutQualifiers()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1132 … PIPELINE_LAYOUT_NODE const *pipeline_layout, const uint32_t layoutIndex, in VerifySetLayoutCompatibility() argument
1135 if (layoutIndex >= num_sets) { in VerifySetLayoutCompatibility()
1139 << layoutIndex; in VerifySetLayoutCompatibility()
1144 auto layout_node = pipeline_layout->set_layouts[layoutIndex]; in VerifySetLayoutCompatibility()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp7255 builder.addDecoration(id, spv::DecorationIndex, symbol->getQualifier().layoutIndex);