/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorGLSL.cpp | 43 int targetGLSLVersion = ShaderOutputTypeToGLSLVersion(getOutputType()); in initBuiltInFunctionEmulator() 69 !sh::RemoveInvariant(getShaderType(), getShaderVersion(), getOutputType(), compileOptions)) in translate() 136 const bool declareGLFragmentOutputs = IsGLSL130OrNewer(getOutputType()); in translate() 223 return IsGLSL130OrNewer(getOutputType()); in shouldFlattenPragmaStdglInvariantAll() 234 TVersionGLSL versionGLSL(getShaderType(), getPragma(), getOutputType()); in writeVersion() 260 if (getOutputType() == SH_GLSL_COMPATIBILITY_OUTPUT) in writeExtensionBehavior() 298 getOutputType() < SH_GLSL_330_CORE_OUTPUT) in writeExtensionBehavior() 320 if (getShaderVersion() >= 300 && getOutputType() < SH_GLSL_330_CORE_OUTPUT && in writeExtensionBehavior() 327 if (getOutputType() != SH_ESSL_OUTPUT && getOutputType() < SH_GLSL_400_CORE_OUTPUT && in writeExtensionBehavior() 340 if (getOutputType() >= SH_GLSL_COMPATIBILITY_OUTPUT && in writeExtensionBehavior() [all …]
|
D | TranslatorHLSL.cpp | 131 if (getOutputType() == SH_HLSL_3_0_OUTPUT && getShaderType() == GL_VERTEX_SHADER) in translate() 213 getExtensionBehavior(), getSourcePath(), getOutputType(), in translate()
|
D | Compiler.cpp | 447 getResources(), getOutputType()); in compileTreeImpl() 716 !IsOutputHLSL(getOutputType()); in checkAndSimplifyAST() 734 bool forceDeferGlobalInitializers = getOutputType() == SH_MSL_METAL_OUTPUT; in checkAndSimplifyAST()
|
D | Compiler.h | 141 ShShaderOutput getOutputType() const { return mOutputType; } in getOutputType() function
|
D | ShaderLang.cpp | 429 return compiler->getOutputType(); in GetShaderOutputType()
|
D | ParseContext.h | 499 ShShaderOutput getOutputType() const { return mOutputType; } in getOutputType() function
|
D | OutputGLSLBase.cpp | 94 mOutput(compiler->getOutputType()), in TOutputGLSLBase()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorGLSL.cpp | 43 int targetGLSLVersion = ShaderOutputTypeToGLSLVersion(getOutputType()); in initBuiltInFunctionEmulator() 69 !sh::RemoveInvariant(getShaderType(), getShaderVersion(), getOutputType(), compileOptions)) in translate() 114 emulatePrecision.writeEmulationHelpers(sink, getShaderVersion(), getOutputType()); in translate() 136 const bool declareGLFragmentOutputs = IsGLSL130OrNewer(getOutputType()); in translate() 211 &getSymbolTable(), getShaderType(), getShaderVersion(), getOutputType(), in translate() 221 return IsGLSL130OrNewer(getOutputType()); in shouldFlattenPragmaStdglInvariantAll() 232 TVersionGLSL versionGLSL(getShaderType(), getPragma(), getOutputType()); in writeVersion() 255 if (getOutputType() == SH_GLSL_COMPATIBILITY_OUTPUT) in writeExtensionBehavior() 287 getOutputType() < SH_GLSL_330_CORE_OUTPUT) in writeExtensionBehavior() 295 if (getShaderVersion() >= 300 && getOutputType() < SH_GLSL_330_CORE_OUTPUT && in writeExtensionBehavior() [all …]
|
D | TranslatorHLSL.cpp | 87 if (getOutputType() == SH_HLSL_3_0_OUTPUT && getShaderType() == GL_VERTEX_SHADER) in translate() 113 getOutputType()); in translate() 141 getExtensionBehavior(), getSourcePath(), getOutputType(), in translate()
|
D | Compiler.h | 125 ShShaderOutput getOutputType() const { return mOutputType; } in getOutputType() function
|
D | ShaderLang.cpp | 379 return compiler->getOutputType(); in GetShaderOutputType()
|
D | TranslatorVulkan.cpp | 644 getShaderVersion(), getOutputType(), compileOptions); in translate()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 57 OutputType getOutputType(); in getOutputType() method 80 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.OutputStreamCoder 105 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.ArrayCoder 143 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioHeapCoder 186 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioDirectCoder 642 assertEqualBytes(coder.getOutputType(), new byte[] {3, 'a', 'b', 'c'}, coder.toByteArray());
|
D | DescriptorsTest.java | 318 assertEquals(UnittestProto.FooResponse.getDescriptor(), fooMethod.getOutputType()); in testServiceDescriptor() 324 assertEquals(UnittestProto.BarResponse.getDescriptor(), barMethod.getOutputType()); in testServiceDescriptor()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MethodDescriptorProto.php | 149 public function getOutputType() function in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1267 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomVertex() 1301 …olderTessEvalGeom())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessControl() 1302 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessControl() 1341 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessEval() 1377 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomGeometry() 3117 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType()… in runAndVerifyDefaultPipeline() 3281 …const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().ge… in runAndVerifyDefaultPipeline() 3299 imageParams.format = instance.interfaces.getOutputType().getVkFormat(); in runAndVerifyDefaultPipeline() 3340 instance.interfaces.getOutputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline() 4153 instance.interfaces.getOutputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline() [all …]
|
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 175 const IFDataType& getOutputType (void) const in getOutputType() function in vkt::SpirVAssembly::GraphicsInterfaces
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1267 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomVertex() 1301 …olderTessEvalGeom())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessControl() 1302 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessControl() 1341 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessEval() 1377 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomGeometry() 3117 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType()… in runAndVerifyDefaultPipeline() 3281 …const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().ge… in runAndVerifyDefaultPipeline() 3299 imageParams.format = instance.interfaces.getOutputType().getVkFormat(); in runAndVerifyDefaultPipeline() 3340 instance.interfaces.getOutputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline() 4153 instance.interfaces.getOutputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline() [all …]
|
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 175 const IFDataType& getOutputType (void) const in getOutputType() function in vkt::SpirVAssembly::GraphicsInterfaces
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrShaders.hpp | 186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in rr::GeometryShader
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.cpp | 710 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram() 711 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram() 853 …<< "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << "… in genVertexSource() 870 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource() 921 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource() 1065 …bute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
|
D | glsVertexArrayTests.hpp | 161 virtual OutputType getOutputType (void) const = 0; 184 virtual Array::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::ContextArray
|
D | glsDrawTest.cpp | 924 DrawTestSpec::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::__anon08e0c12e0111::AttributeArray 1168 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram() 1170 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram() 1287 …<< "${VTX_IN} highp " << outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrayNd… in genVertexSource() 1306 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource() 1345 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource() 1516 …bute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 335 fooMethod.getOutputType()); in testServiceDescriptor() 343 barMethod.getOutputType()); in testServiceDescriptor()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 2086 public Descriptor getOutputType() { in getOutputType() method in Descriptors.MethodDescriptor 2143 proto.getOutputType(), this, DescriptorPool.SearchFilter.TYPES_ONLY); in crossLink() 2146 this, '\"' + proto.getOutputType() + "\" is not a message type."); in crossLink()
|