Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2177 class TextureGather2DArrayCase : public TestCase class
2180 TextureGather2DArrayCase (tcu::TestContext& testCtx,
2196 virtual ~TextureGather2DArrayCase (void);
2207 TextureGather2DArrayCase::TextureGather2DArrayCase (tcu::TestContext& testCtx, in TextureGather2DArrayCase() function in vkt::sr::__anon56872fb10111::TextureGather2DArrayCase
2229 TextureGather2DArrayCase::~TextureGather2DArrayCase (void) in ~TextureGather2DArrayCase()
2233 void TextureGather2DArrayCase::initPrograms (vk::SourceCollections& dst) const in initPrograms()
2244 TestInstance* TextureGather2DArrayCase::createInstance (Context& context) const in createInstance()
2255 void TextureGather2DArrayCase::checkSupport(Context& context) const in checkSupport()
2531 …return new TextureGather2DArrayCase(testCtx, name, gatherType, offsetSize, textureFormat, shadowCo… in makeTextureGatherCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2191 class TextureGather2DArrayCase : public TestCase class
2194 TextureGather2DArrayCase (tcu::TestContext& testCtx,
2211 virtual ~TextureGather2DArrayCase (void);
2222 TextureGather2DArrayCase::TextureGather2DArrayCase (tcu::TestContext& testCtx, in TextureGather2DArrayCase() function in vkt::sr::__anonc62622510111::TextureGather2DArrayCase
2245 TextureGather2DArrayCase::~TextureGather2DArrayCase (void) in ~TextureGather2DArrayCase()
2249 void TextureGather2DArrayCase::initPrograms (vk::SourceCollections& dst) const in initPrograms()
2260 TestInstance* TextureGather2DArrayCase::createInstance (Context& context) const in createInstance()
2271 void TextureGather2DArrayCase::checkSupport(Context& context) const in checkSupport()
2550 …return new TextureGather2DArrayCase(testCtx, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp1731 class TextureGather2DArrayCase : public TextureGatherCase class
1734 TextureGather2DArrayCase (Context& context, in TextureGather2DArrayCase() function in deqp::gles31::Functional::__anon3d0ca5250111::TextureGather2DArrayCase
1777 vector<float> TextureGather2DArrayCase::computeQuadTexCoord (int iterationNdx) const in computeQuadTexCoord()
1784 void TextureGather2DArrayCase::generateIterations (void) in generateIterations()
1820 void TextureGather2DArrayCase::createAndUploadTexture (void) in createAndUploadTexture()
1857 bool TextureGather2DArrayCase::verify (int iterationNdx, const ConstPixelBufferAccess& rendered) co… in verify()
2029 …return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()