Home
last modified time | relevance | path

Searched refs:m_textureSize (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureCompatibilityTests.cpp137 glw::GLsizei m_textureSize; member in glcts::__anon0380201d0111::SubImageFormatTest
146 , m_textureSize (textureSize) in SubImageFormatTest()
190 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, m_textureSize, m_textureSize); in iterate()
203 gl.viewport(0, 0, m_textureSize, m_textureSize); in iterate()
217 tcu::Texture2D refTexture (refTexFormat, m_textureSize, m_textureSize, 1); in iterate()
224 tcu::Texture2D refSubTexture (refTexFormatSub, m_textureSize / 2, m_textureSize / 2, 1); in iterate()
225 tcu::Surface refSurface (m_textureSize, m_textureSize); in iterate()
231 …gl.texImage2D(GL_TEXTURE_2D, 0, m_testParams.internalFormat, m_textureSize, m_textureSize, 0, refT… in iterate()
236 …gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_textureSize / 2, m_textureSize / 2, refTransferFormat.f… in iterate()
244 << m_textureSize << " x " << m_textureSize << ")" << tcu::TestLog::EndMessage; in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1894 const IVec2 m_textureSize; member in vkt::sr::__anonbbd0d68e0111::TextureGather2DInstance
1905 , m_textureSize (textureSize) in TextureGather2DInstance()
1930 …::Texture2D>(new tcu::Texture2D(m_baseParams.textureFormat, m_textureSize.x(), m_textureSize.y())); in createTexture()
1991 const IVec2 m_textureSize; member in vkt::sr::__anonbbd0d68e0111::TextureGather2DCase
2013 , m_textureSize (textureSize) in TextureGather2DCase()
2038 return new TextureGather2DInstance(context, m_baseParams, m_textureSize, iterations); in createInstance()
2116 const IVec3 m_textureSize; member in vkt::sr::__anonbbd0d68e0111::TextureGather2DArrayInstance
2127 , m_textureSize (textureSize) in TextureGather2DArrayInstance()
2152 …ew tcu::Texture2DArray(m_baseParams.textureFormat, m_textureSize.x(), m_textureSize.y(), m_texture… in createTexture()
2170 for (int layerNdx = 0; layerNdx < m_textureSize.z(); layerNdx++) in createTexture()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1894 const IVec2 m_textureSize; member in vkt::sr::__anone795f80e0111::TextureGather2DInstance
1905 , m_textureSize (textureSize) in TextureGather2DInstance()
1930 …::Texture2D>(new tcu::Texture2D(m_baseParams.textureFormat, m_textureSize.x(), m_textureSize.y())); in createTexture()
1991 const IVec2 m_textureSize; member in vkt::sr::__anone795f80e0111::TextureGather2DCase
2013 , m_textureSize (textureSize) in TextureGather2DCase()
2038 return new TextureGather2DInstance(context, m_baseParams, m_textureSize, iterations); in createInstance()
2116 const IVec3 m_textureSize; member in vkt::sr::__anone795f80e0111::TextureGather2DArrayInstance
2127 , m_textureSize (textureSize) in TextureGather2DArrayInstance()
2152 …ew tcu::Texture2DArray(m_baseParams.textureFormat, m_textureSize.x(), m_textureSize.y(), m_texture… in createTexture()
2170 for (int layerNdx = 0; layerNdx < m_textureSize.z(); layerNdx++) in createTexture()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp1660 , m_textureSize (textureSize) in TextureGather2DCase()
1674 const IVec2 m_textureSize; member in deqp::gles31::Functional::__anonaf1bc5220111::TextureGather2DCase
1700 …xture2D(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSize.x(), m_textureSize.y())); in createAndUploadTexture()
1750 , m_textureSize (textureSize) in TextureGather2DArrayCase()
1770 const IVec3 m_textureSize; member in deqp::gles31::Functional::__anonaf1bc5220111::TextureGather2DArrayCase
1791 for (int layerNdx = -1; layerNdx < m_textureSize.z()+1; layerNdx++) in generateIterations()
1827 …enderCtx, glu::getInternalFormat(m_textureFormat), m_textureSize.x(), m_textureSize.y(), m_texture… in createAndUploadTexture()
1842 for (int layerNdx = 0; layerNdx < m_textureSize.z(); layerNdx++) in createAndUploadTexture()
1882 , m_textureSize (textureSize) in TextureGatherCubeCase()
1902 const int m_textureSize; member in deqp::gles31::Functional::__anonaf1bc5220111::TextureGatherCubeCase
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp1075 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorImageGraphicsTestInstance
1115 , m_textureSize (32, 32) in PushDescriptorImageGraphicsTestInstance()
1188 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init()
1939 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorImageComputeTestInstance
1973 , m_textureSize (32, 32) in PushDescriptorImageComputeTestInstance()
1999 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init()
3596 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorInputAttachmentGraphicsTestInstance
3634 , m_textureSize (32, 32) in PushDescriptorInputAttachmentGraphicsTestInstance()
3702 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp1075 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorImageGraphicsTestInstance
1115 , m_textureSize (32, 32) in PushDescriptorImageGraphicsTestInstance()
1188 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init()
1939 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorImageComputeTestInstance
1973 , m_textureSize (32, 32) in PushDescriptorImageComputeTestInstance()
1999 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init()
3596 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorInputAttachmentGraphicsTestInstance
3634 , m_textureSize (32, 32) in PushDescriptorInputAttachmentGraphicsTestInstance()
3702 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init()