Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2291 class TextureGather2DArrayCase : public TestCase class
2294TextureGather2DArrayCase(tcu::TestContext &testCtx, const string &name, const GatherType gatherTyp…
2301 virtual ~TextureGather2DArrayCase(void);
2312 TextureGather2DArrayCase::TextureGather2DArrayCase( in TextureGather2DArrayCase() function in vkt::sr::__anoncdbd50660111::TextureGather2DArrayCase
2325 TextureGather2DArrayCase::~TextureGather2DArrayCase(void) in ~TextureGather2DArrayCase()
2329 void TextureGather2DArrayCase::initPrograms(vk::SourceCollections &dst) const in initPrograms()
2340 TestInstance *TextureGather2DArrayCase::createInstance(Context &context) const in createInstance()
2349 void TextureGather2DArrayCase::checkSupport(Context &context) const in checkSupport()
2622 …return new TextureGather2DArrayCase(testCtx, name, gatherType, offsetSize, textureFormat, shadowCo… in makeTextureGatherCase()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1769 class TextureGather2DArrayCase : public TextureGatherCase class
1772TextureGather2DArrayCase(Context &context, const char *name, const char *description, GatherType g… in TextureGather2DArrayCase() function in deqp::gles31::Functional::__anon1bb6c87a0111::TextureGather2DArrayCase
1814 vector<float> TextureGather2DArrayCase::computeQuadTexCoord(int iterationNdx) const in computeQuadTexCoord()
1822 void TextureGather2DArrayCase::generateIterations(void) in generateIterations()
1859 void TextureGather2DArrayCase::createAndUploadTexture(void) in createAndUploadTexture()
1900 bool TextureGather2DArrayCase::verify(int iterationNdx, const ConstPixelBufferAccess &rendered) con… in verify()
2073 …return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()