Searched defs:m_format (Results 1 - 25 of 73) sorted by relevance

123

/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.hpp57 deUint32 m_format; member in class:deqp::gles2::Performance::Texture2DRenderCase
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.hpp68 const tcu::CompressedTexFormat m_format; member in class:deqp::gles3::Functional::ASTCBlockCase2D
101 const tcu::CompressedTexFormat m_format; member in class:deqp::gles3::Functional::ASTCBlockSizeRemainderCase2D
H A Des3fFboStencilbufferTests.cpp54 , m_format (format)
63 checkFormatSupport(m_format);
87 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_size.x(), m_size.y());
136 deUint32 m_format; member in class:deqp::gles3::Functional::BasicFboStencilCase
H A Des3fFboDepthbufferTests.cpp54 , m_format (format)
63 checkFormatSupport(m_format);
92 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height);
136 deUint32 m_format; member in class:deqp::gles3::Functional::BasicFboDepthCase
146 , m_format (format)
155 checkFormatSupport(m_format);
164 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(m_format));
182 glTexImage2D(GL_TEXTURE_2D, 0, m_format, m_width, m_height, 0, transferFmt.format, transferFmt.dataType, DE_NULL);
222 const deUint32 m_format; member in class:deqp::gles3::Functional::DepthWriteClampCase
232 , m_format (forma
302 const deUint32 m_format; member in class:deqp::gles3::Functional::DepthTestClampCase
[all...]
H A Des3fReadPixelsTests.cpp82 GLint m_format; member in class:deqp::gles3::Functional::__anon5109::ReadPixelsTest
101 , m_format (format)
208 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &m_format));
211 if (m_format != GL_RGBA && m_format != GL_BGRA && m_format != GL_RGB)
212 TCU_THROW(NotSupportedError, ("Unsupported IMPLEMENTATION_COLOR_READ_FORMAT: " + de::toString(glu::getTextureFormatStr(m_format))).c_str());
217 format = glu::mapGLTransferFormat(m_format, m_type);
249 else if (m_format == GL_RGBA || m_format
[all...]
H A Des3fTextureSizeTests.cpp68 deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DSizeCase
81 , m_format (format)
99 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
126 const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
190 deUint32 m_format; member in class:deqp::gles3::Functional::TextureCubeSizeCase
206 , m_format (format)
227 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width);
274 const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
H A Des3fTextureSwizzleTests.cpp92 deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DSwizzleCase
106 , m_format (format)
127 m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_format, m_dataType, width, height)
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.hpp227 const vk::VkFormat& getFormat (void) const { return m_format; }
247 vk::VkFormat m_format; member in class:vkt::Draw::Image
/external/deqp/modules/internal/
H A DditAstcTests.cpp50 const CompressedTexFormat m_format; member in class:dit::__anon5539::AstcCase
64 , m_format (format)
110 if (astc::isBlockTestTypeHDROnly(blockTestType) && isAstcSRGBFormat(m_format))
114 astc::generateBlockCaseTestData(generatedData, m_format, blockTestType);
116 testDecompress(m_format, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]);
124 verifyBlocksValid(m_format, TexDecompressionParams::ASTCMODE_LDR, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]);
126 if (!isAstcSRGBFormat(m_format))
127 verifyBlocksValid(m_format, TexDecompressionParams::ASTCMODE_HDR, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]);
138 testDecompress(m_format, numBlocks, &generatedData[0]);
140 verifyBlocksValid(m_format, TexDecompressionParam
[all...]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.hpp61 vk::VkFormat getFormat (void) const { return m_format; }
75 const vk::VkFormat m_format; member in class:vkt::ycbcr::MultiPlaneImageData
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.hpp86 const deUint32 m_format; member in class:deqp::gls::TextureBufferCase
/external/deqp/framework/opengl/
H A DgluTexture.hpp61 deUint32 m_format; //!< Internal format. member in class:glu::Texture1D
91 deUint32 m_format; //!< Internal format. member in class:glu::Texture2D
148 deUint32 m_format; //!< Internal format. member in class:glu::TextureCube
182 deUint32 m_format; //!< Internal format. member in class:glu::Texture2DArray
211 deUint32 m_format; //!< Internal format. member in class:glu::Texture1DArray
244 deUint32 m_format; //!< Internal format. member in class:glu::Texture3D
275 deUint32 m_format; //!< Internal format. member in class:glu::TextureCubeArray
315 deUint32 m_format; //!< Internal format. member in class:glu::TextureBuffer
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.hpp58 glw::GLenum m_format; member in struct:gl4cts::TextureFilterMinmaxUtils::SupportedTextureDataType
63 : m_format(format), m_type(type), m_testFlags(testFlags)
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp52 ProgramFormat getFormat (void) const { return m_format; }
57 const ProgramFormat m_format; member in class:vk::ProgramBinary
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp72 const tcu::TextureFormat m_format; member in class:vkt::sparse::__anon4541::ImageSparseBindingCase
87 , m_format (format)
106 const tcu::TextureFormat m_format; member in class:vkt::sparse::__anon4541::ImageSparseBindingInstance
119 , m_format (format)
162 imageSparseInfo.format = mapTextureFormat(m_format); //VkFormat format;
266 bufferOffset += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipmapNdx, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
273 const deUint32 imageSizeInBytes = getImageSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
372 const deUint32 mipLevelSizeInBytes = getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipmapNdx);
385 return new ImageSparseBindingInstance(context, m_imageType, m_imageSize, m_format, m_useDeviceGroups);
H A DvktSparseResourcesShaderIntrinsicsBase.hpp113 , m_format(format)
121 const tcu::TextureFormat m_format; member in class:vkt::sparse::SparseShaderIntrinsicsCaseBase
136 , m_format(format)
157 const tcu::TextureFormat m_format; member in class:vkt::sparse::SparseShaderIntrinsicsInstanceBase
H A DvktSparseResourcesMipmapSparseResidency.cpp84 const tcu::TextureFormat m_format; member in class:vkt::sparse::__anon4543::MipmapSparseResidencyCase
98 , m_format (format)
118 const tcu::TextureFormat m_format; member in class:vkt::sparse::__anon4543::MipmapSparseResidencyInstance
130 , m_format (format)
172 imageSparseInfo.format = mapTextureFormat(m_format);
383 bufferOffset += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipmapNdx, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
390 const deUint32 imageSizeInBytes = getImageSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
491 const deUint32 mipLevelSizeInBytes = getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipmapNdx);
503 return new MipmapSparseResidencyInstance(context, m_imageType, m_imageSize, m_format, m_useDeviceGroups);
/external/deqp/framework/common/
H A DtcuCompressedTexture.hpp123 CompressedTexFormat getFormat (void) const { return m_format; }
131 CompressedTexFormat m_format; member in class:tcu::CompressedTexture
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp92 int32_t m_format; member in class:tcu::Android::NativeWindow
115 , m_format (format)
136 m_format);
/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp67 deUint32 m_format; member in class:deqp::gles2::Functional::Texture2DSizeCase
80 , m_format (format)
98 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
125 const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
189 deUint32 m_format; member in class:deqp::gles2::Functional::TextureCubeSizeCase
205 , m_format (format)
226 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width);
273 const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
H A Des2fTextureWrapTests.cpp75 deUint32 m_format; member in class:deqp::gles2::Functional::TextureWrapCase
94 , m_format (format)
111 , m_format (GL_NONE)
134 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
142 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp97 , m_format (format)
103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD));
111 const deUint32 m_format; member in class:deqp::gles31::Functional::FboColorbufferCase
130 checkFormatSupport(m_format);
137 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format);
156 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format);
174 glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_format, size.x(), size.y(), size.z(), 0, transferFmt.format, transferFmt.dataType, DE_NULL);
/external/eigen/Eigen/src/Core/
H A DIO.h99 : m_matrix(matrix), m_format(format)
104 return internal::print_matrix(s, wf.m_matrix.eval(), wf.m_format);
109 IOFormat m_format; member in class:Eigen::WithFormat
/external/emma/core/java12/com/vladium/emma/report/
H A DIItemAttribute.java150 m_format.format (1.0F, appendTo, m_fieldPosition);
152 m_format.format (n_scaled / d, appendTo, m_fieldPosition);
204 m_format = (DecimalFormat) NumberFormat.getPercentInstance (); // TODO: locale
208 //m_format.setMinimumFractionDigits (1);
209 m_format.setMaximumFractionDigits (0);
210 //m_format.setDecimalSeparatorAlwaysShown (false);
223 private final DecimalFormat m_format, m_nFormat; field in class:IItemAttribute.Factory.FractionAttribute
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageSizeTests.cpp172 const VkFormat m_format; member in class:vkt::image::__anon4353::SizeTest
185 , m_format (format)
195 const std::string formatQualifierStr = getShaderImageFormatQualifier(mapVkFormat(m_format));
196 const std::string imageTypeStr = getShaderImageType(mapVkFormat(m_format), m_texture.type());
260 const VkFormat m_format; member in class:vkt::image::__anon4353::SizeTestInstance
268 , m_format (format)
365 m_image = de::MovePtr<Image>(new Image(vk, device, allocator, makeImageCreateInfo(m_texture, m_format), MemoryRequirement::Any));
368 m_imageView = makeImageView(vk, device, m_image->get(), mapImageViewType(m_texture.type()), m_format, subresourceRange);
441 const VkDeviceSize imageSizeBytes = getImageSizeBytes(m_texture.size(), m_format);
445 m_bufferView = makeBufferView(vk, device, m_imageBuffer->get(), m_format,
[all...]

Completed in 399 milliseconds

123