Searched refs:GatherArgs (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 807 struct GatherArgs struct 812 GatherArgs (void) in GatherArgs() argument 818 GatherArgs (int comp, in GatherArgs() function 832 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gath… in makePixelOffsetsFunctor() 918 vector<GatherArgs> generateBasic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& … in generateBasic2DCaseIterations() 921 vector<GatherArgs> result; in generateBasic2DCaseIterations() 930 result.push_back(GatherArgs(componentNdx)); in generateBasic2DCaseIterations() 940 result.push_back(GatherArgs(componentNdx, IVec2(min, max))); in generateBasic2DCaseIterations() 944 result.push_back(GatherArgs(componentNdx, IVec2(min, min))); in generateBasic2DCaseIterations() 945 result.push_back(GatherArgs(componentNdx, IVec2(max, min))); in generateBasic2DCaseIterations() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 805 struct GatherArgs struct 810 GatherArgs (void) in GatherArgs() function 816 GatherArgs (int comp, in GatherArgs() function 830 static MovePtr<PixelOffsets> makePixelOffsetsFunctor (GatherType gatherType, const GatherArgs& gath… in makePixelOffsetsFunctor() 988 const GatherArgs& gatherArgs) const; 993 virtual GatherArgs getGatherArgs (int iterationNdx) const = 0; 1020 …string genGatherFuncCall (GatherType, const tcu::TextureFormat&, const GatherArgs&, const… 1021 …amSources (GatherType, TextureType, const tcu::TextureFormat&, const GatherArgs&, const string& … 1162 …(GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, con… in genGatherFuncCall() 1234 const GatherArgs& gatherArgs, in genProgramSources() [all …]
|