Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1865 class TextureGather2DArrayInstance : public TextureGatherInstance class
1868 TextureGather2DArrayInstance (Context& context,
1872 virtual ~TextureGather2DArrayInstance (void);
1889 TextureGather2DArrayInstance::TextureGather2DArrayInstance (Context& context, in TextureGather2DArrayInstance() function in vkt::sr::__anonf1da81390111::TextureGather2DArrayInstance
1901 TextureGather2DArrayInstance::~TextureGather2DArrayInstance (void) in ~TextureGather2DArrayInstance()
1905 vector<float> TextureGather2DArrayInstance::computeQuadTexCoord (int iterationNdx) const in computeQuadTexCoord()
1912 TextureBindingSp TextureGather2DArrayInstance::createTexture (void) in createTexture()
1947 bool TextureGather2DArrayInstance::verify (int iterationNdx, const ConstPixelBufferAccess& rendered… in verify()
2026 return new TextureGather2DArrayInstance(context, m_baseParams, m_textureSize, iterations); in createInstance()