Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DRewriteInterpolateAtOffset.cpp33 SpecConst *specConst,
40 SpecConst *specConst,
54 SpecConst *specConst, in Traverser() argument
59 mRotationSpecConst(specConst), in Traverser()
70 SpecConst *specConst, in Apply() argument
74 Traverser traverser(pSymbolTable, compileOptions, shaderVersion, specConst, driverUniforms); in Apply()
150 SpecConst *specConst, in RewriteInterpolateAtOffset() argument
159 return Traverser::Apply(compiler, compileOptions, root, symbolTable, shaderVersion, specConst, in RewriteInterpolateAtOffset()
DRewriteInterpolateAtOffset.h37 SpecConst *specConst,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp32 SpecConst *specConst,
38 SpecConst *specConst,
52 SpecConst *specConst, in Traverser() argument
55 mRotationSpecConst(specConst), in Traverser()
65 SpecConst *specConst, in Apply() argument
69 Traverser traverser(pSymbolTable, compileOptions, specConst, driverUniforms); in Apply()
223 SpecConst *specConst, in RewriteDfdy() argument
230 return Traverser::Apply(compiler, compileOptions, root, symbolTable, specConst, driverUniforms); in RewriteDfdy()
DRewriteDfdy.h38 SpecConst *specConst,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp332 SpecConst *specConst, in AddBresenhamEmulationVS() argument
395 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationVS()
620 SpecConst *specConst, in InsertFragCoordCorrection() argument
623 TIntermTyped *flipXY = specConst->getFlipXY(); in InsertFragCoordCorrection()
629 TIntermBinary *pivot = specConst->getHalfRenderArea(); in InsertFragCoordCorrection()
638 fragRotation = specConst->getFragRotationMatrix(); in InsertFragCoordCorrection()
687 SpecConst *specConst, in AddBresenhamEmulationFS() argument
778 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationFS()
791 symbolTable, specConst, driverUniforms)) in AddBresenhamEmulationFS()
809 SpecConst *specConst, in translateImpl() argument
[all …]
DTranslatorMetalDirect.cpp290 SpecConst *specConst, in InsertFragCoordCorrection() argument
293 TIntermTyped *flipXY = specConst->getFlipXY(); in InsertFragCoordCorrection()
299 TIntermBinary *pivot = specConst->getHalfRenderArea(); in InsertFragCoordCorrection()
308 fragRotation = specConst->getFragRotationMatrix(); in InsertFragCoordCorrection()
654 SpecConst *specConst, in translateImpl() argument
911 TIntermTyped *flipNegXY = specConst->getNegFlipXY(); in translateImpl()
930 &getSymbolTable(), specConst, driverUniforms)) in translateImpl()
940 specConst, driverUniforms)) in translateImpl()
1180 SpecConst specConst(&getSymbolTable(), compileOptions, getShaderType()); in translate() local
1182 if (!translateImpl(sink, root, compileOptions, perfDiagnostics, &specConst, &driverUniforms)) in translate()
DTranslatorVulkan.h41 SpecConst *specConst,
DTranslatorMetal.cpp122 SpecConstMetal specConst(&getSymbolTable(), compileOptions, getShaderType()); in translate() local
124 if (!TranslatorVulkan::translateImpl(sink, root, compileOptions, perfDiagnostics, &specConst, in translate()
DTranslatorMetalDirect.h183 SpecConst *specConst,
/third_party/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
/third_party/glslang/Test/
Dhlsl.layout.frag9 layout(constant_id=17) const int specConst = 10;
/third_party/glslang/SPIRV/
DSpvBuilder.h319 Id makeCompositeConstant(Id type, const std::vector<Id>& comps, bool specConst = false);
DGlslangToSpv.cpp8343 …bool specConst = (glslangIntermediate->getLocalSizeSpecId(dim) != glslang::TQualifier::layoutNotSe… in createSpvConstant() local
8344 … dimConstId.push_back(builder.makeUintConstant(glslangIntermediate->getLocalSize(dim), specConst)); in createSpvConstant()
8345 if (specConst) { in createSpvConstant()