/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ToposortStructs.cpp | 225 const TType &type = var.getType(); in GetAsDeclaredStructure() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | UtilsHLSL.cpp | 48 const char *SamplerString(const TBasicType type) in SamplerString() argument 60 const char *SamplerString(HLSLTextureGroup type) in SamplerString() argument 72 HLSLTextureGroup TextureGroup(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureGroup() argument 352 const char *TextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureString() argument 357 TextureGroupSuffix(const HLSLTextureGroup type) TextureGroupSuffix() argument 422 TextureGroupSuffix(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) TextureGroupSuffix() argument 428 TextureTypeSuffix(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) TextureTypeSuffix() argument 499 RWTextureGroup(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) RWTextureGroup() argument 709 RWTextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) RWTextureString() argument 714 RWTextureGroupSuffix(const HLSLRWTextureGroup type) RWTextureGroupSuffix() argument 755 RWTextureGroupSuffix(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) RWTextureGroupSuffix() argument 761 RWTextureTypeSuffix(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) RWTextureTypeSuffix() argument 893 TypeString(const TType &type) TypeString() argument [all...] |
H A D | VariablePacker.cpp | 339 int GetTypePackingComponentsPerRow(sh::GLenum type) in GetTypePackingComponentsPerRow() argument 373 GetTypePackingRows(sh::GLenum type) GetTypePackingRows() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 39 const TType &type = arg0->getType(); in AppendScalarFromNonScalarArguments() local 58 void AppendVectorFromScalarArgument(const TType &type, in AppendVectorFromScalarArgument() argument 121 void AppendMatrixFromScalarArgument(const TType &type, in AppendMatrixFromScalarArgument() argument 148 void AppendMatrixFromMatrixArgument(const TType &type, in AppendMatrixFromMatrixArgument() argument 192 const TType &type = node.getType(); global() variable [all...] |
H A D | InitializeVariables.cpp | 62 const TType &type = initializedNode->getType(); in AddZeroInitSequence() local
|
H A D | RewriteAtomicCounters.cpp | 201 const TType &type = variable->getType(); variable
|
H A D | RemoveUnreferencedVariables.cpp | 53 void CollectVariableRefCountsTraverser::incrementStructTypeRefCount(const TType &type) in incrementStructTypeRefCount() argument 157 decrementStructTypeRefCount(const TType &type) decrementStructTypeRefCount() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RecordUniformBlocksWithLargeArrayMember.cpp | 72 static bool IsSupportedTypeForStructuredBuffer(const TType &type) in IsSupportedTypeForStructuredBuffer() argument 127 const TType *type = field.type(); in FieldIsOrHasLargeArrayField() local [all...] |
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo.cpp | 209 ParseMacMachineModel(const std::string &identifier, std::string *type, int32_t *major, int32_t *minor) ParseMacMachineModel() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | IOSurfaceSurfaceCGL.cpp | 40 GLenum type; member 63 int FindIOSurfaceFormatIndex(GLenum internalFormat, GLenum type) in FindIOSurfaceFormatIndex() argument 101 EGLAttrib type = attribs.get(EGL_TEXTURE_TYPE_ANGLE); in IOSurfaceSurfaceCGL() local 243 EGLAttrib type = attribs.get(EGL_TEXTURE_TYPE_ANGLE); in validateAttributes() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.h | 158 GLenum type; global() member 175 UniformTypeInfo(GLenum type, GLenum componentType, GLenum textureType, GLenum transposedMatrixType, GLenum boolVectorType, SamplerFormat samplerFormat, int rowCount, int columnCount, int componentCount, size_t componentSize, size_t internalSize, size_t externalSize, bool isSampler, bool isMatrixType, bool isImageType) UniformTypeInfo() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | RewriteR32fImages.cpp | 23 bool IsR32fImage(const TType &type) in IsR32fImage() argument 272 const TType &type = declVariable->getType(); variable [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | QueryGL.cpp | 21 GLuint64 MergeQueryResults(gl::QueryType type, GLuint64 currentResult, GLuint64 newResult) in MergeQueryResults() argument 55 QueryGL::QueryGL(gl::QueryType type) : QueryImpl(type) {} in QueryGL() argument 59 StandardQueryGL::StandardQueryGL(gl::QueryType type, in StandardQueryGL() argument 322 SyncQueryGL(gl::QueryType type, const FunctionsGL *functions) SyncQueryGL() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLPlatform.cpp | 21 bool IsDeviceTypeMatch(DeviceType select, DeviceType type) in IsDeviceTypeMatch() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | TextureImpl.cpp | 19 copyTexture(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copyTexture() argument 90 copy3DTexture(const gl::Context *context, gl::TextureTarget target, GLenum internalFormat, GLenum type, GLint sourceLevel, GLint destLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copy3DTexture() argument 120 setImageExternal(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type) setImageExternal() argument 165 getTexImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, gl::TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels) getTexImage() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.cpp | 200 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
|
H A D | DynamicHLSL.h | 78 GLenum type = GL_NONE; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp | 64 glw::GLenum type; member
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5FmaPrecision.cpp | 463 std::string type; in generateVertexShaderCode() local 517 << "layout(location = 1) precise out " << type << " resultStd;\\n" generateVertexShaderCode() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferActiveUniformValidation.cpp | 339 glw::GLint type = -1; iterate() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayETC2Support.cpp | 142 glw::GLenum const type; in prepareProgram() member in glcts::Shader::glw
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderIntegerMixTests.cpp | 290 const char* type; member in deqp::ShaderIntegerMixRenderCase
|
H A D | glcSpirvUtils.cpp | 58 EShLanguage getGlslangStage(glu::ShaderType type) in getGlslangStage() argument 215 bool compileGlslToSpirV(tcu::TestLog& log, std::string source, glu::ShaderType type, ShaderBinaryDataType* dst, SpirvVersion version) in compileGlslToSpirV() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cConditionalRenderInvertedTests.cpp | 368 glw::GLenum const type; in createProgram() member in Shader::glw
|
H A D | gl4cContextFlushControlTests.cpp | 553 glw::GLenum const type; in createProgram() member in Shader::glw
|