Home
last modified time | relevance | path

Searched refs:specConst (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.layout.frag.out39 0:? 'specConst' ( specialization-constant const int)
85 0:? 'specConst' ( specialization-constant const int)
113 Name 43 "specConst"
127 Decorate 43(specConst) SpecId 17
149 43(specConst): 20(int) SpecConstant 10
Dspv.specConst.vert.out1 spv.specConst.vert
/external/deqp-deps/glslang/Test/
Dhlsl.layout.frag9 layout(constant_id=17) const int specConst = 10;
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h262 Id makeCompositeConstant(Id type, const std::vector<Id>& comps, bool specConst = false);
DGlslangToSpv.cpp7430 …bool specConst = (glslangIntermediate->getLocalSizeSpecId(dim) != glslang::TQualifier::layoutNotSe… local
7431 … dimConstId.push_back(builder.makeUintConstant(glslangIntermediate->getLocalSize(dim), specConst));
7432 if (specConst) {