Home
last modified time | relevance | path

Searched defs:outputType (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp231 ShShaderOutput outputType) in GetHLSLCoordCount()
280 const ShShaderOutput outputType) in OutputTextureFunctionArgumentList()
460 const ShShaderOutput outputType, in GetTextureReference()
605 const ShShaderOutput outputType, in OutputIntegerTextureSampleFunctionComputations()
933 ShShaderOutput outputType, in OutputTextureGatherFunctionBody()
1000 const ShShaderOutput outputType, in OutputTextureSampleFunctionReturnStatement()
1511 const ShShaderOutput outputType, in textureFunctionHeader()
DblocklayoutHLSL.cpp119 ShShaderOutput outputType) in GetStrategyFor()
158 unsigned int HLSLVariableRegisterCount(const ShaderVariable &variable, ShShaderOutput outputType) in HLSLVariableRegisterCount()
DResourcesHLSL.cpp167 ShShaderOutput outputType, in ResourcesHLSL()
479 ShShaderOutput outputType, in uniformsHeader()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp231 ShShaderOutput outputType) in GetHLSLCoordCount()
279 const ShShaderOutput outputType) in OutputTextureFunctionArgumentList()
456 const ShShaderOutput outputType, in GetTextureReference()
601 const ShShaderOutput outputType, in OutputIntegerTextureSampleFunctionComputations()
929 ShShaderOutput outputType, in OutputTextureGatherFunctionBody()
996 const ShShaderOutput outputType, in OutputTextureSampleFunctionReturnStatement()
1500 const ShShaderOutput outputType, in textureFunctionHeader()
DblocklayoutHLSL.cpp119 ShShaderOutput outputType) in GetStrategyFor()
158 unsigned int HLSLVariableRegisterCount(const Uniform &variable, ShShaderOutput outputType) in HLSLVariableRegisterCount()
DResourcesHLSL.cpp100 ShShaderOutput outputType, in ResourcesHLSL()
394 ShShaderOutput outputType, in uniformsHeader()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboTestUtil.cpp77 FlatColorShader::FlatColorShader (glu::DataType outputType) in FlatColorShader()
151 GradientShader::GradientShader (glu::DataType outputType) in GradientShader()
234 …c string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType) in genTexFragmentShader()
273 …ProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType) in genTexture2DShaderDecl()
307 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Ve… in Texture2DShader()
422 TextureCubeShader::TextureCubeShader (glu::DataType samplerType, glu::DataType outputType) in TextureCubeShader()
560 Texture2DArrayShader::Texture2DArrayShader (glu::DataType samplerType, glu::DataType outputType) in Texture2DArrayShader()
668 Texture3DShader::Texture3DShader (glu::DataType samplerType, glu::DataType outputType) in Texture3DShader()
776 DepthGradientShader::DepthGradientShader (glu::DataType outputType) in DepthGradientShader()
/third_party/skia/modules/canvaskit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
76 function _report(data, outputType, testname) { argument
/third_party/flutter/skia/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
76 function _report(data, outputType, testname) { argument
/third_party/skia/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
76 function _report(data, outputType, testname) { argument
/third_party/vk-gl-cts/framework/referencerenderer/
DrrShaders.cpp30 …ze_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, si… in GeometryShader()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestUtil.cpp77 …c string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType) in genTexFragmentShader()
116 …ProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType) in genTexture2DShaderDecl()
150 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Ve… in Texture2DShader()
265 TextureCubeArrayShader::TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType in TextureCubeArrayShader()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp68 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcGLSLVectorConstructorTests.cpp158 string outputType; member
169 for(const auto& outputType : test.outputTypes) in generateTestParams() local
340 string generateTestCode(const string& outputType, const vector<string>& inputTypes) in generateTestCode()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs46 private MessageDescriptor outputType; field in Google.Protobuf.Reflection.MethodDescriptor
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp112 ShShaderOutput outputType) in MatchOutputCodeTest()
119 void MatchOutputCodeTest::addOutputType(const ShShaderOutput outputType) in addOutputType()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp113 ShShaderOutput outputType) in MatchOutputCodeTest()
121 void MatchOutputCodeTest::addOutputType(const ShShaderOutput outputType) in addOutputType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DEmulateFragColorData.cpp72 TType *outputType = new TType(type); in visitSymbol() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp239 ShShaderOutput outputType, in ShCompilerInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp342 ShShaderOutput outputType, in ShCompilerInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp51 vk::VkPrimitiveTopology outputType; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryTestsUtil.hpp51 vk::VkPrimitiveTopology outputType; member
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.h101 int8_t conversionType, outputType; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.hpp140 std::string outputType; member
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.h101 int8_t conversionType, outputType; member

1234