Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1953 class TextureGather2DArrayCase : public TestCase class
1956 TextureGather2DArrayCase (tcu::TestContext& testCtx,
1972 virtual ~TextureGather2DArrayCase (void);
1982 TextureGather2DArrayCase::TextureGather2DArrayCase (tcu::TestContext& testCtx, in TextureGather2DArrayCase() function in vkt::sr::__anone664276f0111::TextureGather2DArrayCase
2004 TextureGather2DArrayCase::~TextureGather2DArrayCase (void) in ~TextureGather2DArrayCase()
2008 void TextureGather2DArrayCase::initPrograms (vk::SourceCollections& dst) const in initPrograms()
2018 TestInstance* TextureGather2DArrayCase::createInstance (Context& context) const in createInstance()
2288 …return new TextureGather2DArrayCase(testCtx, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1706 class TextureGather2DArrayCase : public TextureGatherCase class
1709 TextureGather2DArrayCase (Context& context, in TextureGather2DArrayCase() function in deqp::gles31::Functional::__anoneefa1ca30111::TextureGather2DArrayCase
1752 vector<float> TextureGather2DArrayCase::computeQuadTexCoord (int iterationNdx) const in computeQuadTexCoord()
1759 void TextureGather2DArrayCase::generateIterations (void) in generateIterations()
1795 void TextureGather2DArrayCase::createAndUploadTexture (void) in createAndUploadTexture()
1832 bool TextureGather2DArrayCase::verify (int iterationNdx, const ConstPixelBufferAccess& rendered) co… in verify()
2004 …return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()