Home
last modified time | relevance | path

Searched refs:m_texFormat (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp181 tcu::TextureFormat m_texFormat; member in glcts::SampleShadingRenderCase
209 , m_texFormat(texFormat) in SampleShadingRenderCase()
245 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) || in iterate()
246 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) || in iterate()
247 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) || in iterate()
248 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat in iterate()
488 tcu::TextureFormat m_texFormat; global() member in glcts::SampleShadingRenderFormatTests
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp92 const tcu::TextureFormat m_texFormat; member in glcts::__anon27567::NearestEdgeTestCase
174 , m_texFormat {toTextureFormat(context, m_format)}
175 , m_texFormatInfo {tcu::getTextureFormatInfo(m_texFormat)}
176 , m_transFormat {glu::getTransferFormat(m_texFormat)}
268 m_texData.resize(m_width * m_height * tcu::getPixelSize(m_texFormat)); in fillTexture()
269 tcu::PixelBufferAccess texAccess{m_texFormat, m_width, m_height, 1, m_texData.data()}; in fillTexture()
290 const auto internalFormat = glu::getInternalFormat(m_texFormat); in fillTexture()
291 if (tcu::getPixelSize(m_texFormat) < 4) in fillTexture()
357 std::vector<deUint8> fbData(m_width * m_height * tcu::getPixelSize(m_texFormat)); in verifyResults()
358 if (tcu::getPixelSize(m_texFormat) < in verifyResults()
[all...]
H A DglcSampleVariablesTests.cpp191 tcu::TextureFormat m_texFormat; member in deqp::SampleShadingMaskCase
212 , m_texFormat(texFormat) in SampleShadingMaskCase()
251 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) || in iterate()
252 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) || in iterate()
253 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) || in iterate()
254 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat in iterate()
[all...]
H A DglcShaderMultisampleInterpolationTests.cpp231 tcu::TextureFormat m_texFormat; member in deqp::ShaderMultisampleInterpolationBaseCase
260 , m_texFormat(texFormat) in ShaderMultisampleInterpolationBaseCase()
300 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) || in iterate()
301 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) || in iterate()
302 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) || in iterate()
303 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat in iterate()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp198 tcu::TextureFormat m_texFormat; member in gl4cts::es31compatibility::SampleShadingMaskCase
219 , m_texFormat(texFormat) in SampleShadingMaskCase()
249 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) || in iterate()
250 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) || in iterate()
251 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) || in iterate()
252 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat in iterate()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp258 tcu::TextureFormat m_texFormat; member in deqp::gles3::Functional::Texture2DSpecCase
267 , m_texFormat (format) in Texture2DSpecCase()
281 Texture2DShader shader (DataTypes() << glu::getSampler2DType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
319 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); in verifyTexture()
343 tcu::TextureFormat m_texFormat; member in deqp::gles3::Functional::TextureCubeSpecCase
351 , m_texFormat (format) in TextureCubeSpecCase()
364 TextureCubeShader shader (glu::getSamplerCubeType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
440 tcu::TextureFormat m_texFormat; member in deqp::gles3::Functional::Texture2DArraySpecCase
450 , m_texFormat (format) in Texture2DArraySpecCase()
465 Texture2DArrayShader shader (glu::getSampler2DArrayType(m_texFormat), gl in verifyTexture()
540 tcu::TextureFormat m_texFormat; global() member in deqp::gles3::Functional::Texture3DSpecCase
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp216 tcu::TextureFormat m_texFormat; member in deqp::gles31::Functional::TextureCubeArraySpecCase
225 , m_texFormat (format) in TextureCubeArraySpecCase()
248 TextureCubeArrayShader shader (glu::getSamplerCubeArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4, glslVersion); in verifyTexture()
334 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
372 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
431 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
432 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
451 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB); in createTexture()
524 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
525 int pixelSize = m_texFormat in createTexture()
[all...]
H A Des31fTextureBorderClampTests.cpp591 const deUint32 m_texFormat;
627 , m_texFormat (texFormat)
658 if (glu::isCompressedFormat(m_texFormat) &&
660 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) &&
666 if (m_texFormat == GL_BGRA && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_format_BGRA8888"))
677 m_texture = genDefaultTexture<glu::Texture2D>(m_context.getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_texWidth, m_texHeight));
680 << "Created texture with format " << glu::getTextureFormatName(m_texFormat)
1249 << m_texFormat
1271 if (!isDepthFormat(m_texFormat, m_sampleMode))
1514 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMod
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp365 const tcu::TextureFormat m_texFormat; member in deqp::gles2::Functional::TextureSpecCase
397 , m_texFormat (format) in TextureSpecCase()
509 tcu::UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); in verifyTex2D()
630 tcu::TextureFormat fmt = m_texFormat; in createTexture()
675 tcu::TextureFormat fmt = m_texFormat; in createTexture()
727 tcu::TextureFormat fmt = m_texFormat; in createTexture()
779 tcu::TextureFormat fmt = m_texFormat; in createTexture()
844 tcu::TextureFormat fmt = m_texFormat; in createTexture()
892 tcu::TextureFormat fmt = m_texFormat; in createTexture()
942 tcu::TextureFormat fmt = m_texFormat; in createTexture()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp235 const tcu::TextureFormat m_texFormat; member in vkt::image::__anon28022::ut::StorageImage2D
252 , m_texFormat (mapVkFormat(m_vkFormat)) in StorageImage2D()
253 , m_buffer (m_context, m_texFormat, m_width, m_height) in StorageImage2D()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp238 const tcu::TextureFormat m_texFormat; member in vkt::image::__anon29253::ut::StorageImage2D
255 , m_texFormat (mapVkFormat(m_vkFormat)) in StorageImage2D()
256 , m_buffer (m_context, m_texFormat, m_width, m_height) in StorageImage2D()

Completed in 18 milliseconds