Searched refs:m_textureSize (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 1677 const IVec2 m_textureSize; member in vkt::sr::__anonf1da81390111::TextureGather2DInstance 1688 , m_textureSize (textureSize) in TextureGather2DInstance() 1710 …::Texture2D>(new tcu::Texture2D(m_baseParams.textureFormat, m_textureSize.x(), m_textureSize.y())); in createTexture() 1768 const IVec2 m_textureSize; member in vkt::sr::__anonf1da81390111::TextureGather2DCase 1789 , m_textureSize (textureSize) in TextureGather2DCase() 1812 return new TextureGather2DInstance(context, m_baseParams, m_textureSize, iterations); in createInstance() 1883 const IVec3 m_textureSize; member in vkt::sr::__anonf1da81390111::TextureGather2DArrayInstance 1894 , m_textureSize (textureSize) in TextureGather2DArrayInstance() 1916 …ew tcu::Texture2DArray(m_baseParams.textureFormat, m_textureSize.x(), m_textureSize.y(), m_texture… in createTexture() 1933 for (int layerNdx = 0; layerNdx < m_textureSize.z(); layerNdx++) in createTexture() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1655 , m_textureSize (textureSize) in TextureGather2DCase() 1669 const IVec2 m_textureSize; member in deqp::gles31::Functional::__anonb02207ad0111::TextureGather2DCase 1695 …xture2D(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSize.x(), m_textureSize.y())); in createAndUploadTexture() 1745 , m_textureSize (textureSize) in TextureGather2DArrayCase() 1765 const IVec3 m_textureSize; member in deqp::gles31::Functional::__anonb02207ad0111::TextureGather2DArrayCase 1786 for (int layerNdx = -1; layerNdx < m_textureSize.z()+1; layerNdx++) in generateIterations() 1822 …enderCtx, glu::getInternalFormat(m_textureFormat), m_textureSize.x(), m_textureSize.y(), m_texture… in createAndUploadTexture() 1837 for (int layerNdx = 0; layerNdx < m_textureSize.z(); layerNdx++) in createAndUploadTexture() 1877 , m_textureSize (textureSize) in TextureGatherCubeCase() 1897 const int m_textureSize; member in deqp::gles31::Functional::__anonb02207ad0111::TextureGatherCubeCase [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 1034 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorImageGraphicsTestInstance 1073 , m_textureSize (32, 32) in PushDescriptorImageGraphicsTestInstance() 1145 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init() 1884 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorImageComputeTestInstance 1916 , m_textureSize (32, 32) in PushDescriptorImageComputeTestInstance() 1942 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init() 3495 const tcu::UVec2 m_textureSize; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorInputAttachmentGraphicsTestInstance 3532 , m_textureSize (32, 32) in PushDescriptorInputAttachmentGraphicsTestInstance() 3600 { m_textureSize.x(), m_textureSize.y(), 1u }, // VkExtent3D extent; in init()
|