Home
last modified time | relevance | path

Searched refs:m_texFormatInfo (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp259 tcu::TextureFormatInfo m_texFormatInfo; member in deqp::gles3::Functional::Texture2DSpecCase
268 , m_texFormatInfo (tcu::getTextureFormatInfo(format)) in Texture2DSpecCase()
285 shader.setTexScaleBias(0, m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture()
344 tcu::TextureFormatInfo m_texFormatInfo; member in deqp::gles3::Functional::TextureCubeSpecCase
352 , m_texFormatInfo (tcu::getTextureFormatInfo(format)) in TextureCubeSpecCase()
368 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture()
441 tcu::TextureFormatInfo m_texFormatInfo; member in deqp::gles3::Functional::Texture2DArraySpecCase
451 , m_texFormatInfo (tcu::getTextureFormatInfo(format)) in Texture2DArraySpecCase()
469 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture()
541 tcu::TextureFormatInfo m_texFormatInfo; member in deqp::gles3::Functional::Texture3DSpecCase
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp217 tcu::TextureFormatInfo m_texFormatInfo; member in deqp::gles31::Functional::TextureCubeArraySpecCase
226 , m_texFormatInfo (tcu::getTextureFormatInfo(format)) in TextureCubeArraySpecCase()
248 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture()
340 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture()
341 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture()
380 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture()
381 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture()
442 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture()
443 Vec4 cBias = m_texFormatInfo.valueMin; in createTexture()
537 …size, m_size, m_depth, rowPitch, slicePitch, &data[0]), m_texFormatInfo.valueMin, m_texFormatInfo.… in createTexture()
[all …]