/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | RewriteInterpolateAtOffset.cpp | 33 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()
|
D | RewriteInterpolateAtOffset.h | 37 SpecConst *specConst,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteDfdy.cpp | 32 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()
|
D | RewriteDfdy.h | 38 SpecConst *specConst,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 332 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 …]
|
D | TranslatorMetalDirect.cpp | 290 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()
|
D | TranslatorVulkan.h | 41 SpecConst *specConst,
|
D | TranslatorMetal.cpp | 122 SpecConstMetal specConst(&getSymbolTable(), compileOptions, getShaderType()); in translate() local 124 if (!TranslatorVulkan::translateImpl(sink, root, compileOptions, perfDiagnostics, &specConst, in translate()
|
D | TranslatorMetalDirect.h | 183 SpecConst *specConst,
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.layout.frag.out | 39 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
|
D | spv.specConst.vert.out | 1 spv.specConst.vert
|
/third_party/glslang/Test/ |
D | hlsl.layout.frag | 9 layout(constant_id=17) const int specConst = 10;
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.h | 319 Id makeCompositeConstant(Id type, const std::vector<Id>& comps, bool specConst = false);
|
D | GlslangToSpv.cpp | 8343 …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()
|