/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A 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_OUTPU in writeExtensionBehavior() [all...] |
H A D | TranslatorHLSL.cpp | 131 if (getOutputType() == SH_HLSL_3_0_OUTPUT && getShaderType() == GL_VERTEX_SHADER) in translate() 213 getExtensionBehavior(), getSourcePath(), getOutputType(), in translate()
|
H A D | Compiler.h | 141 ShShaderOutput getOutputType() const { return mOutputType; } in getOutputType() function in sh::TCompiler
|
H A D | Compiler.cpp | 447 getResources(), getOutputType()); in compileTreeImpl() 716 !IsOutputHLSL(getOutputType()); in checkAndSimplifyAST() 734 bool forceDeferGlobalInitializers = getOutputType() == SH_MSL_METAL_OUTPUT; in checkAndSimplifyAST()
|
H A D | ShaderLang.cpp | 429 return compiler->getOutputType(); in GetShaderOutputType()
|
H A D | OutputGLSLBase.cpp | 94 mOutput(compiler->getOutputType()), in TOutputGLSLBase()
|
H A D | ParseContext.h | 499 ShShaderOutput getOutputType() const { return mOutputType; } in getOutputType() function in sh::TParseContext
|
H A D | ParseContext.cpp | 1079 if (IsOutputHLSL(getOutputType())) in checkIsValidArraySize()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A 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()); in testNioEncodersWithInitialOffsets()
|
H A 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/ |
H A D | MethodDescriptorProto.php | 149 public function getOutputType() function
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrShaders.hpp | 186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in rr::GeometryShader
|
H A D | rrRenderer.cpp | 1462 switch (program.geometryShader->getOutputType()) in drawWithGeometryShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1267 dst.spirvAsmSources.add("frag", spirVAsmBuildOptions) << StringTemplate(makeFragmentShaderAssembly(fillInterfacePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomVertex() 1301 dst.spirvAsmSources.add("tesse", spirVAsmBuildOptions) << StringTemplate(makeTessEvalShaderAssembly(fillInterfacePlaceholderTessEvalGeom())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessControl() 1302 dst.spirvAsmSources.add("frag", spirVAsmBuildOptions) << StringTemplate(makeFragmentShaderAssembly(fillInterfacePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessControl() 1341 dst.spirvAsmSources.add("frag", spirVAsmBuildOptions) << StringTemplate(makeFragmentShaderAssembly(fillInterfacePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessEval() 1377 dst.spirvAsmSources.add("frag", spirVAsmBuildOptions) << StringTemplate(makeFragmentShaderAssembly(fillInterfacePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomGeometry() 3120 vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType().getVkFormat(), &formatProperties); in runAndVerifyDefaultPipeline() 3284 const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.x() * renderSize.y()); in runAndVerifyDefaultPipeline() 3302 imageParams.format = instance.interfaces.getOutputType().getVkFormat(); in runAndVerifyDefaultPipeline() 3343 instance.interfaces.getOutputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline() 4156 instance.interfaces.getOutputType() in runAndVerifyDefaultPipeline() [all...] |
H A 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/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1267 dst.spirvAsmSources.add("frag", spirVAsmBuildOptions) << StringTemplate(makeFragmentShaderAssembly(fillInterfacePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomVertex() 1301 dst.spirvAsmSources.add("tesse", spirVAsmBuildOptions) << StringTemplate(makeTessEvalShaderAssembly(fillInterfacePlaceholderTessEvalGeom())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessControl() 1302 dst.spirvAsmSources.add("frag", spirVAsmBuildOptions) << StringTemplate(makeFragmentShaderAssembly(fillInterfacePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessControl() 1341 dst.spirvAsmSources.add("frag", spirVAsmBuildOptions) << StringTemplate(makeFragmentShaderAssembly(fillInterfacePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomTessEval() 1377 dst.spirvAsmSources.add("frag", spirVAsmBuildOptions) << StringTemplate(makeFragmentShaderAssembly(fillInterfacePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in addShaderCodeCustomGeometry() 3117 vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType().getVkFormat(), &formatProperties); in runAndVerifyDefaultPipeline() 3281 const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.x() * renderSize.y()); in runAndVerifyDefaultPipeline() 3299 imageParams.format = instance.interfaces.getOutputType().getVkFormat(); in runAndVerifyDefaultPipeline() 3340 instance.interfaces.getOutputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline() 4153 instance.interfaces.getOutputType() in runAndVerifyDefaultPipeline() [all...] |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 175 const IFDataType& getOutputType (void) const in getOutputType() function in vkt::SpirVAssembly::GraphicsInterfaces
|
/third_party/vk-gl-cts/modules/glshared/ |
H A 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
|
H A 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()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n"; in genVertexSource() 870 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource() 921 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource() 1065 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
|
H A D | glsDrawTest.cpp | 924 DrawTestSpec::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::__anon30985::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_" << arrayNdx << ";\n"; in genVertexSource() 1306 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource() 1345 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource() 1516 decl << sglr::pdec::VertexAttribute(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/ |
H A D | DescriptorsTest.java | 335 fooMethod.getOutputType()); in testServiceDescriptor() 343 barMethod.getOutputType()); in testServiceDescriptor()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A 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()
|