Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1097 const GatherCaseBaseParams& baseParams);
1134 const GatherCaseBaseParams& baseParams) in TextureGatherInstance() argument
1135 : ShaderRenderCaseInstance (context, false, DE_NULL, DE_NULL, DE_NULL, baseParams.sparseCase) in TextureGatherInstance()
1136 , m_baseParams (baseParams) in TextureGatherInstance()
1138 …isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureForma… in TextureGatherInstance()
1631 …(vk::SourceCollections& programCollection, const GatherCaseBaseParams& baseParams, const vector<Ga… in genGatherPrograms() argument
1635 …const IVec2& offsetRange = baseParams.offsetSize != OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? getOf… in genGatherPrograms()
1636 const bool usePixCoord = baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC; in genGatherPrograms()
1637 const bool useNormalizedCoord = usePixCoord || isDepthFormat(baseParams.textureFormat); in genGatherPrograms()
1638 const bool isDynamicOffset = baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC; in genGatherPrograms()
[all …]
/external/deqp/modules/gles2/functional/
Des2fRandomShaderTests.cpp38 …ntext& context, const char* description, const rsg::ProgramParameters& baseParams, deUint32 seed, … in createRandomShaderCase() argument
40 rsg::ProgramParameters params = baseParams; in createRandomShaderCase()
/external/deqp/modules/gles3/functional/
Des3fRandomShaderTests.cpp39 …ntext& context, const char* description, const rsg::ProgramParameters& baseParams, deUint32 seed, … in createRandomShaderCase() argument
41 rsg::ProgramParameters params = baseParams; in createRandomShaderCase()