/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrShaders.cpp | 30 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 D | MethodDescriptor.cs | 46 private MessageDescriptor outputType; field in Google.Protobuf.Reflection.MethodDescriptor
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | EmulateFragColorData.cpp | 72 TType *outputType = new TType(type); variable
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | blocklayoutHLSL.cpp | 158 unsigned int HLSLVariableRegisterCount(const ShaderVariable &variable, ShShaderOutput outputType) in HLSLVariableRegisterCount() argument 118 GetStrategyFor( ShShaderOutput outputType) GetStrategyFor() argument
|
H A D | TextureFunctionHLSL.cpp | 230 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 D | Compiler.cpp | 341 ShCompilerInstance(ShHandle handle, ShShaderOutput outputType, ShaderType shaderType) ShCompilerInstance() argument
|
H A D | Shader.cpp | 428 const ShShaderOutput outputType = mCompilingState->shCompilerInstance.getShaderOutputType(); in resolveCompile() local
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucm.h | 101 int8_t conversionType, outputType; member
|
H A D | pkgitems.cpp | 465 uint8_t outputType; in ucnv_enumDependencies() local
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucm.h | 101 int8_t conversionType, outputType; member
|
H A D | pkgitems.cpp | 465 uint8_t outputType; in ucnv_enumDependencies() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.hpp | 51 vk::VkPrimitiveTopology outputType; member
|
H A D | vktGeometryTestsUtil.cpp | 331 std::string outputTypeToGLString (const VkPrimitiveTopology& outputType) in outputTypeToGLString() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.hpp | 51 vk::VkPrimitiveTopology outputType; member
|
H A D | vktGeometryTestsUtil.cpp | 331 std::string outputTypeToGLString (const VkPrimitiveTopology& outputType) in outputTypeToGLString() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTexture2Tests.hpp | 140 std::string outputType; member
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucm.h | 101 int8_t conversionType, outputType; member
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | compiler_test.cpp | 121 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 D | CodedOutputStreamTest.java | 692 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 D | gluShaderLibrary.hpp | 172 OutputType outputType; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | copyvertex.inc.h | 191 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 D | esextcTextureBorderClampSamplingTexture.cpp | 64 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 D | sglrShaderProgram.hpp | 139 rr::GeometryShaderOutputType outputType; member
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvmbcs.h | 387 uint8_t outputType, unicodeMask; member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvmbcs.h | 387 uint8_t outputType, unicodeMask; member
|