Home
last modified time | relevance | path

Searched defs:componentType (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_data.json9 "componentType": "unorm", string
20 "componentType": "unorm", string
34 "componentType": "typeless", string
48 "componentType": "typeless", string
62 "componentType": "unorm", string
77 "componentType": "float", string
92 "componentType": "float", string
106 "componentType": "unorm", string
120 "componentType": "unorm", string
134 "componentType": "typeless", string
[all …]
DPixelTransfer11.cpp261 GLenum componentType = gl::GetSizedInternalFormatInfo(internalFormat).componentType; in findBufferToTexturePS() local
/third_party/skia/src/sksl/ir/
DSkSLType.cpp29 ArrayType(skstd::string_view name, const char* abbrev, const Type& componentType, int count) in ArrayType()
53 const Type& componentType() const override { in componentType() function in SkSL::ArrayType
211 MatrixType(skstd::string_view name, const char* abbrev, const Type& componentType, in MatrixType()
221 const ScalarType& componentType() const override { in componentType() function in SkSL::MatrixType
384 VectorType(skstd::string_view name, const char* abbrev, const Type& componentType, in VectorType()
392 const ScalarType& componentType() const override { in componentType() function in SkSL::VectorType
432 std::unique_ptr<Type> Type::MakeArrayType(skstd::string_view name, const Type& componentType, in MakeArrayType()
448 const Type& componentType, int columns, int8_t rows) { in MakeMatrixType()
481 const Type& componentType, int columns) { in MakeVectorType()
DSkSLConstructor.h48 const Type& componentType() const { in componentType() function
DSkSLSwizzle.cpp114 const Type& componentType = exprType.componentType(); in optimize_constructor_swizzle() local
DSkSLType.h345 virtual const Type& componentType() const { in componentType() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DGLFormat.cpp25 GLenum format, GLenum type, Type componentType) { in BuildGLFormatTable()
DGLFormat.h34 ComponentType componentType; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.h40 GLenum componentType; member
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h159 GLenum componentType; member
176 GLenum componentType, in UniformTypeInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp31 const char *HLSLComponentTypeString(GLenum componentType) in HLSLComponentTypeString()
49 void HLSLComponentTypeString(std::ostringstream &ostream, GLenum componentType, int componentCount) in HLSLComponentTypeString()
206 GLenum componentType = mRenderer->getVertexComponentType(vertexFormatID); in generateVertexShaderForInputLayout() local
446 GLenum componentType = gl::VariableComponentType(transposedType); in generateVaryingLinkHLSL() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h89 GLenum componentType; member
137 GLenum componentType, in Format()
Dglslang_wrapper_utils.h93 GLenum componentType = GL_FLOAT; member
Dangle_format_data.json18 "componentType": "float", string
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp797 GLenum componentType, in AddRGBAXFormat()
842 GLenum componentType, in AddRGBAFormat()
862 GLenum componentType, in AddLUMAFormat()
899 GLenum componentType, in AddDepthStencilFormat()
975 GLenum componentType, in AddYUVFormat()
1437 GLenum componentType = GL_NONE; in GetConfigColorBufferFormat() local
1474 GLenum componentType = GL_UNSIGNED_NORMALIZED; in GetConfigDepthStencilBufferFormat() local
DVertexArray.cpp477 ComponentType componentType = GetVertexAttributeComponentType(pureInteger, type); in setVertexAttribFormat() local
520 ComponentType componentType, in setVertexAttribPointerImpl()
601 ComponentType componentType = GetVertexAttributeComponentType(true, type); in setVertexAttribIPointer() local
Dformatutils.h238 GLenum componentType; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp146 const std::string& componentType, in getOpTypeImageSparse()
253 const std::string& componentType, in getOpTypeImageSparse()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp146 const std::string& componentType, in getOpTypeImageSparse()
253 const std::string& componentType, in getOpTypeImageSparse()
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.h49 EGLenum componentType; member
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLPrintEGLinfoTest.cpp411 const char *componentType = (GetAttrib(mDisplay, config, EGL_COLOR_COMPONENT_TYPE_EXT) == in TEST_P() local
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.hpp114 VertexComponentType componentType; //!< Component type. member
DgluDrawUtil.cpp44 VertexComponentType componentType; member
/third_party/skia/src/sksl/
DSkSLConstantFolder.cpp111 const Type& componentType = type.componentType(); in simplify_vector() local
DSkSLRehydrator.cpp144 const Type* componentType = this->type(); in symbol() local

123