Home
last modified time | relevance | path

Searched defs:outputType (Results 1 - 25 of 73) sorted by relevance

123

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrShaders.cpp30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations) in GeometryShader() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs46 private MessageDescriptor outputType; field in Google.Protobuf.Reflection.MethodDescriptor
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp72 TType *outputType = new TType(type); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DblocklayoutHLSL.cpp158 unsigned int HLSLVariableRegisterCount(const ShaderVariable &variable, ShShaderOutput outputType) in HLSLVariableRegisterCount() argument
118 GetStrategyFor( ShShaderOutput outputType) GetStrategyFor() argument
H A DTextureFunctionHLSL.cpp230 GetHLSLCoordCount(const TextureFunctionHLSL::TextureFunction &textureFunction, ShShaderOutput outputType) GetHLSLCoordCount() argument
278 OutputTextureFunctionArgumentList(TInfoSinkBase &out, const TextureFunctionHLSL::TextureFunction &textureFunction, const ShShaderOutput outputType) OutputTextureFunctionArgumentList() argument
458 GetTextureReference(TInfoSinkBase &out, const TextureFunctionHLSL::TextureFunction &textureFunction, const ShShaderOutput outputType, ImmutableString *textureReference, ImmutableString *samplerReference) GetTextureReference() argument
602 OutputIntegerTextureSampleFunctionComputations( TInfoSinkBase &out, const TextureFunctionHLSL::TextureFunction &textureFunction, const ShShaderOutput outputType, const ImmutableString &textureReference, ImmutableString *texCoordX, ImmutableString *texCoordY, ImmutableString *texCoordZ, bool getDimensionsIgnoresBaseLevel) OutputIntegerTextureSampleFunctionComputations() argument
931 OutputTextureGatherFunctionBody(TInfoSinkBase &out, const TextureFunctionHLSL::TextureFunction &textureFunction, ShShaderOutput outputType, const ImmutableString &textureReference, const ImmutableString &samplerReference, const ImmutableString &texCoordX, const ImmutableString &texCoordY, const ImmutableString &texCoordZ) OutputTextureGatherFunctionBody() argument
997 OutputTextureSampleFunctionReturnStatement( TInfoSinkBase &out, const TextureFunctionHLSL::TextureFunction &textureFunction, const ShShaderOutput outputType, const ImmutableString &textureReference, const ImmutableString &samplerReference, const ImmutableString &texCoordX, const ImmutableString &texCoordY, const ImmutableString &texCoordZ) OutputTextureSampleFunctionReturnStatement() argument
1510 textureFunctionHeader(TInfoSinkBase &out, const ShShaderOutput outputType, bool getDimensionsIgnoresBaseLevel) textureFunctionHeader() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.cpp341 ShCompilerInstance(ShHandle handle, ShShaderOutput outputType, ShaderType shaderType) ShCompilerInstance() argument
H A DShader.cpp428 const ShShaderOutput outputType = mCompilingState->shCompilerInstance.getShaderOutputType(); in resolveCompile() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducm.h101 int8_t conversionType, outputType; member
H A Dpkgitems.cpp465 uint8_t outputType; in ucnv_enumDependencies() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducm.h101 int8_t conversionType, outputType; member
H A Dpkgitems.cpp465 uint8_t outputType; in ucnv_enumDependencies() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp51 vk::VkPrimitiveTopology outputType; member
H A DvktGeometryTestsUtil.cpp331 std::string outputTypeToGLString (const VkPrimitiveTopology& outputType) in outputTypeToGLString() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp51 vk::VkPrimitiveTopology outputType; member
H A DvktGeometryTestsUtil.cpp331 std::string outputTypeToGLString (const VkPrimitiveTopology& outputType) in outputTypeToGLString() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.hpp140 std::string outputType; member
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.h101 int8_t conversionType, outputType; member
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dcompiler_test.cpp121 void MatchOutputCodeTest::addOutputType(const ShShaderOutput outputType) in addOutputType() argument
111 MatchOutputCodeTest(GLenum shaderType, ShCompileOptions defaultCompileOptions, ShShaderOutput outputType) MatchOutputCodeTest() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java692 testEncodingOfString(OutputType outputType, char c, int length) testEncodingOfString() argument
732 assertEqualBytes(OutputType outputType, byte[] a, byte[] b) assertEqualBytes() argument
789 assertVarintRoundTrip(OutputType outputType, long value) assertVarintRoundTrip() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.hpp172 OutputType outputType; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dcopyvertex.inc.h191 typedef typename std::conditional<toHalf, GLhalf, float>::type outputType; in CopyToFloatVertexData() typedef
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp64 TestConfiguration( glw::GLsizei nInComponents, glw::GLsizei nOutComponents, glw::GLenum target, glw::GLenum inputInternalFormat, glw::GLenum outputInternalFormat, glw::GLenum filtering, glw::GLenum inputFormat, glw::GLenum outputFormat, glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType) TestConfiguration() argument
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp139 rr::GeometryShaderOutputType outputType; member
/third_party/icu/icu4c/source/common/
H A Ducnvmbcs.h387 uint8_t outputType, unicodeMask; member
/third_party/node/deps/icu-small/source/common/
H A Ducnvmbcs.h387 uint8_t outputType, unicodeMask; member

Completed in 18 milliseconds

123