Home
last modified time | relevance | path

Searched refs:m_dataType (Results 1 – 23 of 23) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp189 const glu::DataType m_dataType; member in deqp::gles2::Functional::__anon14b8fde10111::AttributeCase
208 , m_dataType(dataType) in AttributeCase()
245 << "Attribute type: " << glu::getDataTypeName(m_dataType) << "\n" in init()
326 …int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
327 … (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : in genVertexSource()
330 … (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : in genVertexSource()
331 … (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : in genVertexSource()
333 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_data… in genVertexSource()
334 … (glu::getDataTypeScalarSize(m_dataType)); in genVertexSource()
339 << glu::getDataTypeName(m_dataType) in genVertexSource()
[all …]
Des2fTextureSpecificationTests.cpp645 , m_dataType(dataType) in BasicTexImage2DCase()
658 if (m_dataType == GL_HALF_FLOAT_OES && !m_half_float_oes) in createTexture()
675 glTexImage2D(GL_TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, in createTexture()
681 uint32_t m_dataType; member in deqp::gles2::Functional::BasicTexImage2DCase
693 , m_dataType(dataType) in BasicTexImageCubeCase()
708 if (m_dataType == GL_HALF_FLOAT_OES && !m_half_float_oes) in createTexture()
729 … glTexImage2D(s_cubeMapFaces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, in createTexture()
736 uint32_t m_dataType; member in deqp::gles2::Functional::BasicTexImageCubeCase
748 , m_dataType(dataType) in RandomOrderTexImage2DCase()
761 if (m_dataType == GL_HALF_FLOAT_OES && !m_half_float_oes) in createTexture()
[all …]
Des2fTextureSizeTests.cpp69 uint32_t m_dataType; member in deqp::gles2::Functional::Texture2DSizeCase
84 , m_dataType(dataType) in Texture2DSizeCase()
101 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
129 …IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in iterate()
199 uint32_t m_dataType; member in deqp::gles2::Functional::TextureCubeSizeCase
217 , m_dataType(dataType) in TextureCubeSizeCase()
237 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width); in init()
284 …IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in testFace()
Des2fTextureFormatTests.cpp86 const uint32_t m_dataType; member in deqp::gles2::Functional::Texture2DFormatCase
100 , m_dataType(dataType) in Texture2DFormatCase()
116 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); in init()
120 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init()
125 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
229 const uint32_t m_dataType; member in deqp::gles2::Functional::TextureCubeFormatCase
246 , m_dataType(dataType) in TextureCubeFormatCase()
264 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); in init()
268 if (m_dataType) in init()
269 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init()
[all …]
Des2fTextureMipmapTests.cpp98 uint32_t m_dataType; member in deqp::gles2::Functional::Texture2DMipmapCase
118 , m_dataType(dataType) in Texture2DMipmapCase()
143 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
438 uint32_t m_dataType; member in deqp::gles2::Functional::TextureCubeMipmapCase
457 , m_dataType(dataType) in TextureCubeMipmapCase()
481 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_size); in init()
754 uint32_t m_dataType; member in deqp::gles2::Functional::Texture2DGenMipmapCase
769 , m_dataType(dataType) in Texture2DGenMipmapCase()
786 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
856 …c4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in iterate()
[all …]
Des2fTextureWrapTests.cpp81 uint32_t m_dataType; member in deqp::gles2::Functional::TextureWrapCase
105 , m_dataType(dataType) in TextureWrapCase()
126 , m_dataType(GL_NONE) in TextureWrapCase()
149 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE); in init()
158 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
Des2fTextureFilteringTests.cpp89 const uint32_t m_dataType; member in deqp::gles2::Functional::Texture2DFilteringCase
133 , m_dataType(dataType) in Texture2DFilteringCase()
153 , m_dataType(GL_NONE) in Texture2DFilteringCase()
182 … m_textures.push_back(new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height)); in init()
366 const uint32_t m_dataType; member in deqp::gles2::Functional::TextureCubeFilteringCase
411 , m_dataType(dataType) in TextureCubeFilteringCase()
431 , m_dataType(GL_NONE) in TextureCubeFilteringCase()
460 … m_textures.push_back(new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_width)); in init()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp265 const glu::DataType m_dataType; member in deqp::gles3::Functional::__anonf77d2bc30111::AttributeCase
284 , m_dataType(dataType) in AttributeCase()
321 << "Attribute type: " << glu::getDataTypeName(m_dataType) << "\n" in init()
402 …int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
403 … (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : in genVertexSource()
406 … (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : in genVertexSource()
407 … (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : in genVertexSource()
409 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_data… in genVertexSource()
410 … (glu::getDataTypeScalarSize(m_dataType)); in genVertexSource()
416 << glu::getDataTypeName(m_dataType) in genVertexSource()
[all …]
Des3fShaderDerivateTests.cpp651 glu::DataType m_dataType; member in deqp::gles3::Functional::TriangleDerivateCase
673 , m_dataType(glu::TYPE_LAST) in TriangleDerivateCase()
825 switch (m_dataType) in iterate()
994 m_dataType = type; in ConstantDerivateCase()
996 m_coordDataType = m_dataType; in ConstantDerivateCase()
1013 fragmentParams["DATATYPE"] = glu::getDataTypeName(m_dataType); in init()
1015 …fragmentParams["VALUE"] = m_dataType == glu::TYPE_FLOAT_VEC4 ? "vec4(1.0, 7.2, -1e5, 0.0)… in init()
1016 m_dataType == glu::TYPE_FLOAT_VEC3 ? "vec3(1e2, 8.0, 0.01)" : in init()
1017 m_dataType == glu::TYPE_FLOAT_VEC2 ? "vec2(-0.0, 2.7)" : in init()
1019 fragmentParams["CAST_TO_OUTPUT"] = m_dataType == glu::TYPE_FLOAT_VEC4 ? "res" : in init()
[all …]
Des3fTextureSpecificationTests.cpp670 , m_dataType(dataType) in BasicTexImage2DCase()
681 , m_dataType(GL_NONE) in BasicTexImage2DCase()
685 m_dataType = fmt.dataType; in BasicTexImage2DCase()
692 tcu::TextureLevel levelData(glu::mapGLTransferFormat(m_format, m_dataType)); in createTexture()
709 … glTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, in createTexture()
716 uint32_t m_dataType; member in deqp::gles3::Functional::BasicTexImage2DCase
730 , m_dataType(dataType) in BasicTexImageCubeCase()
740 , m_dataType(GL_NONE) in BasicTexImageCubeCase()
744 m_dataType = fmt.dataType; in BasicTexImageCubeCase()
751 tcu::TextureLevel levelData(glu::mapGLTransferFormat(m_format, m_dataType)); in createTexture()
[all …]
Des3fTextureSizeTests.cpp69 uint32_t m_dataType; member in deqp::gles3::Functional::Texture2DSizeCase
84 , m_dataType(dataType) in Texture2DSizeCase()
101 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
129 …IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in iterate()
199 uint32_t m_dataType; member in deqp::gles3::Functional::TextureCubeSizeCase
217 , m_dataType(dataType) in TextureCubeSizeCase()
237 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width); in init()
284 …IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in testFace()
Des3fTextureFormatTests.cpp106 uint32_t m_dataType; member in deqp::gles3::Functional::Texture2DFormatCase
121 , m_dataType(dataType) in Texture2DFormatCase()
135 , m_dataType(GL_NONE) in Texture2DFormatCase()
154m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m_format); in init()
158 if (m_dataType) in init()
159 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
167 m_dataType != GL_NONE ? in init()
168 …new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height) // Implicit internal form… in init()
278 uint32_t m_dataType; member in deqp::gles3::Functional::TextureCubeFormatCase
296 , m_dataType(dataType) in TextureCubeFormatCase()
[all …]
Des3fTextureWrapTests.cpp123 const uint32_t m_dataType; member in deqp::gles3::Functional::TextureWrapCase
151 , m_dataType(dataType) in TextureWrapCase()
174 , m_dataType(GL_NONE) in TextureWrapCase()
198 , m_dataType(GL_NONE) in TextureWrapCase()
226 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE); in init()
237 DE_ASSERT(m_format == GL_NONE && m_dataType == GL_NONE); in init()
308 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
Des3fTextureSwizzleTests.cpp101 uint32_t m_dataType; member in deqp::gles3::Functional::Texture2DSwizzleCase
117 , m_dataType(dataType) in Texture2DSwizzleCase()
139 … new glu::Texture2D(m_context.getRenderContext(), m_format, m_dataType, width, height) : in init()
Des3fTextureMipmapTests.cpp112 uint32_t m_dataType; member in deqp::gles3::Functional::Texture2DMipmapCase
132 , m_dataType(dataType) in Texture2DMipmapCase()
150 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
445 uint32_t m_dataType; member in deqp::gles3::Functional::TextureCubeMipmapCase
464 , m_dataType(dataType) in TextureCubeMipmapCase()
481 m_texture = new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_size); in init()
751 uint32_t m_dataType; member in deqp::gles3::Functional::Texture2DGenMipmapCase
766 , m_dataType(dataType) in Texture2DGenMipmapCase()
783 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
851 …c4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp885 const DataType m_dataType; member in vkt::shaderexecutor::__anonc9d8e1400111::AtomicOperationCaseInstance
895 , m_dataType(dataType) in AtomicOperationCaseInstance()
902 de::UniquePtr<BufferInterface> testBuffer(createTestBuffer(m_dataType, m_atomicOp)); in iterate()
1034 const DataType m_dataType; member in vkt::shaderexecutor::__anonc9d8e1400111::AtomicOperationCase
1042 , m_dataType(dataType) in AtomicOperationCase()
1055 return new AtomicOperationCaseInstance(ctx, m_shaderSpec, m_shaderType, m_dataType, m_atomicOp); in createInstance()
1060 if ((m_dataType == DATA_TYPE_INT64) || (m_dataType == DATA_TYPE_UINT64)) in checkSupport()
1079 if (m_dataType == DATA_TYPE_FLOAT16) in checkSupport()
1146 if (m_dataType == DATA_TYPE_FLOAT16X2 || m_dataType == DATA_TYPE_FLOAT16X4) in checkSupport()
1156 if (m_dataType == DATA_TYPE_FLOAT32) in checkSupport()
[all …]
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp59 , m_dataType(dataType) in Texture2DRenderCase()
112 …Message << "Format: " << glu::getTextureFormatName(m_format) << " " << glu::getTypeName(m_dataType) in init()
159 … glu::Texture2D *texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, width, height); in init()
Des2pTextureCases.hpp55 uint32_t m_dataType; member in deqp::gles2::Performance::Texture2DRenderCase
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp93 uint32_t m_dataType; member in deqp::gles3::Accuracy::Texture2DMipmapCase
113 , m_dataType(dataType) in Texture2DMipmapCase()
128 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
368 uint32_t m_dataType; member in deqp::gles3::Accuracy::TextureCubeMipmapCase
387 , m_dataType(dataType) in TextureCubeMipmapCase()
401 m_texture = new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_size); in init()
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp98 uint32_t m_dataType; member in deqp::gles2::Accuracy::Texture2DMipmapCase
118 , m_dataType(dataType) in Texture2DMipmapCase()
140 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
379 uint32_t m_dataType; member in deqp::gles2::Accuracy::TextureCubeMipmapCase
398 , m_dataType(dataType) in TextureCubeMipmapCase()
419 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_size); in init()
Des2aTextureFilteringTests.cpp83 uint32_t m_dataType; member in deqp::gles2::Accuracy::Texture2DFilteringCase
105 , m_dataType(dataType) in Texture2DFilteringCase()
124 , m_dataType(GL_NONE) in Texture2DFilteringCase()
152 … m_textures.push_back(new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height)); in init()
361 uint32_t m_dataType; member in deqp::gles2::Accuracy::TextureCubeFilteringCase
384 , m_dataType(dataType) in TextureCubeFilteringCase()
403 , m_dataType(GL_NONE) in TextureCubeFilteringCase()
431 … m_textures.push_back(new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_width)); in init()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp127 const uint32_t m_dataType; member in deqp::gles31::Functional::TextureCubeArrayFormatCase
145 , m_dataType(dataType) in TextureCubeArrayFormatCase()
162 , m_dataType(GL_NONE) in TextureCubeArrayFormatCase()
184 m_texture = m_dataType != GL_NONE ? in init()
185 new glu::TextureCubeArray(m_renderCtx, m_format, m_dataType, m_size, in init()
Des31fProgramInterfaceQueryTests.cpp327 …haredPtr &enclosing, glu::DataType dataType) : Node(TYPE_VARIABLE, enclosing), m_dataType(dataType) in Variable()
335 const glu::DataType m_dataType; member in deqp::gles31::Functional::__anonf006266d0111::ResourceDefinition::Variable
549 … glu::DataType basicType = static_cast<const ResourceDefinition::Variable *>(resource)->m_dataType; in generateProgramDefinitionFromResource()
1393 return convertGLTypeNameToTestName(glu::getDataTypeName(variable->m_dataType)); in genTestCaseName()
1437 …buf << "Querying properties of " << glu::getDataTypeName(varDef->m_dataType) << uniformType << " v… in genMultilineDescription()
1439 << "\t" << glu::getDataTypeName(varDef->m_dataType) << structureDescriptor.str(); in genMultilineDescription()