Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteInterpolateAtOffset.cpp34 SpecConst *specConst,
41 SpecConst *specConst,
55 SpecConst *specConst, in Traverser() argument
60 mRotationSpecConst(specConst), in Traverser()
71 SpecConst *specConst, in Apply() argument
75 Traverser traverser(pSymbolTable, compileOptions, shaderVersion, specConst, driverUniforms); in Apply()
146 SpecConst *specConst, in RewriteInterpolateAtOffset() argument
155 return Traverser::Apply(compiler, compileOptions, root, symbolTable, shaderVersion, specConst, in RewriteInterpolateAtOffset()
DRewriteInterpolateAtOffset.h37 SpecConst *specConst,
/external/angle/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp33 SpecConst *specConst,
39 SpecConst *specConst,
53 SpecConst *specConst, in Traverser() argument
56 mRotationSpecConst(specConst), in Traverser()
66 SpecConst *specConst, in Apply() argument
70 Traverser traverser(pSymbolTable, compileOptions, specConst, driverUniforms); in Apply()
224 SpecConst *specConst, in RewriteDfdy() argument
231 return Traverser::Apply(compiler, compileOptions, root, symbolTable, specConst, driverUniforms); in RewriteDfdy()
DRewriteDfdy.h38 SpecConst *specConst,
/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp302 SpecConst *specConst, in AddBresenhamEmulationVS() argument
363 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationVS()
588 SpecConst *specConst, in InsertFragCoordCorrection() argument
591 TIntermTyped *flipXY = specConst->getFlipXY(); in InsertFragCoordCorrection()
597 TIntermBinary *pivot = specConst->getHalfRenderArea(); in InsertFragCoordCorrection()
606 fragRotation = specConst->getFragRotationMatrix(); in InsertFragCoordCorrection()
654 SpecConst *specConst, in AddBresenhamEmulationFS() argument
744 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationFS()
757 symbolTable, specConst, driverUniforms)) in AddBresenhamEmulationFS()
775 SpecConst *specConst, in translateImpl() argument
[all …]
DTranslatorMetalDirect.cpp224 SpecConst *specConst, in AppendPreRotation() argument
227 TIntermTyped *preRotationRef = specConst->getPreRotationMatrix(); in AppendPreRotation()
320 SpecConst *specConst, in InsertFragCoordCorrection() argument
323 TIntermTyped *flipXY = specConst->getFlipXY(); in InsertFragCoordCorrection()
329 TIntermBinary *pivot = specConst->getHalfRenderArea(); in InsertFragCoordCorrection()
338 fragRotation = specConst->getFragRotationMatrix(); in InsertFragCoordCorrection()
713 SpecConst *specConst, in translateImpl() argument
946 TIntermTyped *flipNegXY = specConst->getNegFlipXY(); in translateImpl()
955 fragRotation = specConst->getFragRotationMatrix(); in translateImpl()
973 &getSymbolTable(), specConst, driverUniforms)) in translateImpl()
[all …]
DTranslatorVulkan.h41 SpecConst *specConst,
DTranslatorMetal.cpp184 SpecConstMetal specConst(&getSymbolTable(), compileOptions, getShaderType()); in translate() local
186 if (!TranslatorVulkan::translateImpl(sink, root, compileOptions, perfDiagnostics, &specConst, in translate()
DTranslatorMetalDirect.h172 SpecConst *specConst,
/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/OpenCL-CTS/test_conformance/api/
Dtest_api_consistency.cpp973 cl_uint specConst = 42; in test_consistency_il_programs() local
975 program, 0, sizeof(specConst), &specConst); in test_consistency_il_programs()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h320 Id makeCompositeConstant(Id type, const std::vector<Id>& comps, bool specConst = false);
DGlslangToSpv.cpp8533 …bool specConst = (glslangIntermediate->getLocalSizeSpecId(dim) != glslang::TQualifier::layoutNotSe… in createSpvConstant() local
8534 … dimConstId.push_back(builder.makeUintConstant(glslangIntermediate->getLocalSize(dim), specConst)); in createSpvConstant()
8535 if (specConst) { in createSpvConstant()