Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_data.json9 "componentType": "unorm", string
20 "componentType": "unorm", string
29 "componentType": "typeless", string
38 "componentType": "typeless", string
47 "componentType": "unorm", string
57 "componentType": "float", string
67 "componentType": "float", string
76 "componentType": "unorm", string
85 "componentType": "unorm", string
94 "componentType": "typeless", string
[all …]
DPixelTransfer11.cpp261 GLenum componentType = gl::GetSizedInternalFormatInfo(internalFormat).componentType; in findBufferToTexturePS() local
DBlit11.cpp803 GLenum componentType = d3d11::GetComponentType(sourceSRVDesc.Format); in swizzleTexture() local
933 GLenum componentType = d3d11::GetComponentType(sourceSRVDesc.Format); in copyTexture() local
DTextureStorage11.cpp2582 const GLenum componentType = d3d11::GetComponentType(format); in createSRVForSampler() local
/device/generic/vulkan-cereal/third-party/angle/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
443 GLenum componentType = gl::VariableComponentType(transposedType); in generateVaryingLinkHLSL() local
DProgramD3D.cpp59 GLenum componentType = gl::VariableComponentType(transposedType); in GetDefaultInputLayoutFromShader() local
639 GLenum componentType = renderer->getVertexComponentType(vertexFormatID); in getSignature() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dutilities.h148 GLenum componentType; member
166 GLenum componentType, in UniformTypeInfo()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DFormat.h86 GLenum componentType; member
132 GLenum componentType, in Format()
Dangle_format_data.json14 "componentType": "float", string
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DVertexArray.cpp408 ComponentType componentType = GetVertexAttributeComponentType(pureInteger, type); in setVertexAttribFormat() local
449 ComponentType componentType, in setVertexAttribPointerImpl()
530 ComponentType componentType = GetVertexAttributeComponentType(true, type); in setVertexAttribIPointer() local
Dformatutils.cpp607 GLenum componentType, in AddRGBAFormat()
648 GLenum componentType, in AddLUMAFormat()
685 GLenum componentType, in AddDepthStencilFormat()
Dformatutils.h222 GLenum componentType; member
Dangletypes.h647 constexpr ComponentType GLenumToComponentType(GLenum componentType) in GLenumToComponentType()
DFramebuffer.cpp1049 GLenum componentType = attachment->getFormat().info->componentType; in getDrawbufferWriteType() local
DProgram.cpp3944 ComponentType componentType = in linkAttributes() local
4650 ComponentType componentType = in linkOutputVariables() local
DvalidationES.cpp5156 GLenum componentType = attachment->getFormat().info->componentType; in ValidateWebGLFramebufferAttachmentClearType() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.h74 GLenum componentType; member
/device/generic/vulkan-cereal/third-party/angle/util/
DEGLWindow.h48 EGLenum componentType; member
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLPrintEGLinfoTest.cpp367 const char *componentType = (GetAttrib(mDisplay, config, EGL_COLOR_COMPONENT_TYPE_EXT) == in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DANGLETest.cpp1139 void ANGLETestBase::setConfigComponentType(EGLenum componentType) in setConfigComponentType()