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/
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::… 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.order == tcu::TextureFormat:… in iterate()
257 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
258 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
394 tcu::TextureLevel results(m_texFormat, width, HEIGHT); in iterate()
488 tcu::TextureFormat m_texFormat; member in glcts::SampleShadingRenderFormatTests
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp92 const tcu::TextureFormat m_texFormat; member in glcts::__anonedc780b90111::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) < 4) in verifyResults()
[all …]
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::… 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.order == tcu::TextureFormat:… in iterate()
264 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
265 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
299 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
300m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || m_texFormat.type == tcu::TextureFormat::F… in iterate()
[all …]
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::… 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.order == tcu::TextureFormat:… in iterate()
313 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
314 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
477 tcu::TextureLevel results(m_texFormat, width, HEIGHT); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
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 …4 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), glu::TYPE_FLOAT_VEC4); in verifyTexture()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
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::… 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.order == tcu::TextureFormat:… in iterate()
262 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
263 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
297 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
298m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || m_texFormat.type == tcu::TextureFormat::F… in iterate()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
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, … 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, slicePitc… in createTexture()
524 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
525 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
[all …]
Des31fTextureBorderClampTests.cpp591 const deUint32 m_texFormat; member in deqp::gles31::Functional::__anonec341bb20111::TextureBorderClampTest
627 , m_texFormat (texFormat) in TextureBorderClampTest()
658 if (glu::isCompressedFormat(m_texFormat) && in init()
660 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) && in init()
666 …if (m_texFormat == GL_BGRA && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_for… in init()
677 …::Texture2D>(m_context.getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_t… in init()
680 << "Created texture with format " << glu::getTextureFormatName(m_texFormat) in init()
1249 << m_texFormat in getIterationSeed()
1271 if (!isDepthFormat(m_texFormat, m_sampleMode)) in genSamplerParams()
1514 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode); in init()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp365 const tcu::TextureFormat m_texFormat; member in deqp::gles2::Functional::TextureSpecCase
397 , m_texFormat (format) in TextureSpecCase()
509 …ec4 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_no_buildgn/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp238 const tcu::TextureFormat m_texFormat; member in vkt::image::__anonba0fd8830111::ut::StorageImage2D
255 , m_texFormat (mapVkFormat(m_vkFormat)) in StorageImage2D()
256 , m_buffer (m_context, m_texFormat, m_width, m_height) in StorageImage2D()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp238 const tcu::TextureFormat m_texFormat; member in vkt::image::__anon3b351a030111::ut::StorageImage2D
255 , m_texFormat (mapVkFormat(m_vkFormat)) in StorageImage2D()
256 , m_buffer (m_context, m_texFormat, m_width, m_height) in StorageImage2D()