Home
last modified time | relevance | path

Searched defs:gatherType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp822 static inline bool requireGpuShader5(GatherType gatherType) in requireGpuShader5()
849 static MovePtr<PixelOffsets> makePixelOffsetsFunctor(GatherType gatherType, const GatherArgs &gathe… in makePixelOffsetsFunctor()
1069 …context, const char *name, const char *description, TextureType textureType, GatherType gatherType, in TextureGatherCase()
1186 string TextureGatherCase::genGatherFuncCall(GatherType gatherType, const tcu::TextureFormat &textur… in genGatherFuncCall()
1255 glu::ProgramSources TextureGatherCase::genProgramSources(GatherType gatherType, TextureType texture… in genProgramSources()
1601 vector<GatherArgs> generateBasic2DCaseIterations(GatherType gatherType, const tcu::TextureFormat &t… in generateBasic2DCaseIterations()
1676 …ureGather2DCase(Context &context, const char *name, const char *description, GatherType gatherType, in TextureGather2DCase()
1772 …ther2DArrayCase(Context &context, const char *name, const char *description, GatherType gatherType, in TextureGather2DArrayCase()
2059 …pe textureType, Context &context, const char *name, const char *description, GatherType gatherType, in makeTextureGatherCase()
2154 const GatherType gatherType = (GatherType)gatherTypeI; in init() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp860 static inline bool requireGpuShader5(GatherType gatherType, OffsetSize offsetSize) in requireGpuShader5()
889 static MovePtr<PixelOffsets> makePixelOffsetsFunctor(GatherType gatherType, const GatherArgs &gathe… in makePixelOffsetsFunctor()
996 vector<GatherArgs> generateBasic2DCaseIterations(GatherType gatherType, OffsetSize offsetSize, Leve… in generateBasic2DCaseIterations()
1085 GatherType gatherType; member
1740 string genGatherFuncCall(GatherType gatherType, const tcu::TextureFormat &textureFormat, const Gath… in genGatherFuncCall()
2090 …tcu::TestContext &testCtx, const string &name, const GatherType gatherType, const OffsetSize offse… in TextureGather2DCase()
2151 vector<Gather2DArrayArgs> generate2DArrayCaseIterations(GatherType gatherType, OffsetSize offsetSiz… in generate2DArrayCaseIterations()
2313 …tcu::TestContext &testCtx, const string &name, const GatherType gatherType, const OffsetSize offse… in TextureGather2DArrayCase()
2376 vector<GatherCubeArgs> generateCubeCaseIterations(GatherType gatherType, OffsetSize offsetSize, Lev… in generateCubeCaseIterations()
2607 TextureType textureType, tcu::TestContext &testCtx, const string &name, GatherType gatherType, in makeTextureGatherCase()
[all …]