Searched refs:TextureGather2DArrayCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 1954 class TextureGather2DArrayCase : public TestCase class 1957 TextureGather2DArrayCase (tcu::TestContext& testCtx, 1973 virtual ~TextureGather2DArrayCase (void); 1983 TextureGather2DArrayCase::TextureGather2DArrayCase (tcu::TestContext& testCtx, in TextureGather2DArrayCase() function in vkt::sr::__anonf1da81390111::TextureGather2DArrayCase 2005 TextureGather2DArrayCase::~TextureGather2DArrayCase (void) in ~TextureGather2DArrayCase() 2009 void TextureGather2DArrayCase::initPrograms (vk::SourceCollections& dst) const in initPrograms() 2019 TestInstance* TextureGather2DArrayCase::createInstance (Context& context) const in createInstance() 2289 …return new TextureGather2DArrayCase(testCtx, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1726 class TextureGather2DArrayCase : public TextureGatherCase class 1729 TextureGather2DArrayCase (Context& context, in TextureGather2DArrayCase() function in deqp::gles31::Functional::__anonb02207ad0111::TextureGather2DArrayCase 1772 vector<float> TextureGather2DArrayCase::computeQuadTexCoord (int iterationNdx) const in computeQuadTexCoord() 1779 void TextureGather2DArrayCase::generateIterations (void) in generateIterations() 1815 void TextureGather2DArrayCase::createAndUploadTexture (void) in createAndUploadTexture() 1852 bool TextureGather2DArrayCase::verify (int iterationNdx, const ConstPixelBufferAccess& rendered) co… in verify() 2024 …return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()
|