Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1742 class TextureGather2DCase : public TestCase class
1745 TextureGather2DCase (tcu::TestContext& testCtx,
1761 virtual ~TextureGather2DCase (void);
1771 TextureGather2DCase::TextureGather2DCase (tcu::TestContext& testCtx, in TextureGather2DCase() function in vkt::sr::__anonf1da81390111::TextureGather2DCase
1793 TextureGather2DCase::~TextureGather2DCase (void) in ~TextureGather2DCase()
1797 void TextureGather2DCase::initPrograms (vk::SourceCollections& dst) const in initPrograms()
1806 TestInstance* TextureGather2DCase::createInstance (Context& context) const in createInstance()
2285 …return new TextureGather2DCase(testCtx, name, description, gatherType, offsetSize, textureFormat, … in makeTextureGatherCase()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1636 class TextureGather2DCase : public TextureGatherCase class
1639 TextureGather2DCase (Context& context, in TextureGather2DCase() function in deqp::gles31::Functional::__anonb02207ad0111::TextureGather2DCase
1676 vector<float> TextureGather2DCase::computeQuadTexCoord (int /* iterationNdx */) const in computeQuadTexCoord()
1683 void TextureGather2DCase::generateIterations (void) in generateIterations()
1689 void TextureGather2DCase::createAndUploadTexture (void) in createAndUploadTexture()
1719 bool TextureGather2DCase::verify (int iterationNdx, const ConstPixelBufferAccess& rendered) const in verify()
2020 …return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, … in makeTextureGatherCase()