Lines Matching refs:baseParams
1119 const GatherCaseBaseParams& baseParams);
1156 const GatherCaseBaseParams& baseParams)
1157 : ShaderRenderCaseInstance (context, false, DE_NULL, DE_NULL, DE_NULL, baseParams.sparseCase)
1158 , m_baseParams (baseParams)
1160 isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureFormat.type))
1804 void genGatherPrograms (vk::SourceCollections& programCollection, const GatherCaseBaseParams& baseParams, const vector<GatherArgs>& iterations)
1808 const IVec2& offsetRange = baseParams.offsetSize != OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? getOffsetRange(baseParams.offsetSize) : IVec2(0);
1809 const bool usePixCoord = baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC;
1810 const bool useNormalizedCoord = usePixCoord || isDepthFormat(baseParams.textureFormat);
1811 const bool isDynamicOffset = baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC;
1812 const bool isShadow = isDepthFormat(baseParams.textureFormat);
1813 const glu::DataType samplerType = getSamplerType(baseParams.textureType, baseParams.textureFormat);
1814 const int numDims = getNumTextureSamplingDimensions(baseParams.textureType);
1815 glu::VertexSource vert = genVertexShaderSource(requireGpuShader5(baseParams.gatherType, baseParams.offsetSize), numDims, isDynamicOffset || isShadow);
1818 if (baseParams.levelMode != LevelMode::NORMAL)
1830 if (baseParams.gatherType == GATHERTYPE_BASIC)
1855 const string funcCall = genGatherFuncCall(baseParams.gatherType, baseParams.textureFormat, gatherArgs, baseParams.levelMode, baseParams.baseLevel, refZExpr, offsetRange, 1, baseParams.offsetSize, baseParams.sparseCase);
1856 glu::FragmentSource frag = genFragmentShaderSource(requireGpuShader5(baseParams.gatherType, baseParams.offsetSize), numDims, samplerType, funcCall, useNormalizedCoord, usePixCoord, baseParams.offsetSize, baseParams.sparseCase, baseParams.levelMode);
1868 const GatherCaseBaseParams& baseParams,
1889 const GatherCaseBaseParams& baseParams,
1892 : TextureGatherInstance (context, baseParams)
2088 const GatherCaseBaseParams& baseParams,
2109 const GatherCaseBaseParams& baseParams,
2112 : TextureGatherInstance (context, baseParams)
2313 const GatherCaseBaseParams& baseParams,
2334 const GatherCaseBaseParams& baseParams,
2337 : TextureGatherInstance (context, baseParams)