Searched refs:baseParams (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 1098 const GatherCaseBaseParams& baseParams); 1135 const GatherCaseBaseParams& baseParams) in TextureGatherInstance() argument 1136 : ShaderRenderCaseInstance (context, false, DE_NULL, DE_NULL, DE_NULL, baseParams.sparseCase) in TextureGatherInstance() 1137 , m_baseParams (baseParams) in TextureGatherInstance() 1139 …isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureForma… in TextureGatherInstance() 1632 …(vk::SourceCollections& programCollection, const GatherCaseBaseParams& baseParams, const vector<Ga… in genGatherPrograms() argument 1636 …const IVec2& offsetRange = baseParams.offsetSize != OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? getOf… in genGatherPrograms() 1637 const bool usePixCoord = baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC; in genGatherPrograms() 1638 const bool useNormalizedCoord = usePixCoord || isDepthFormat(baseParams.textureFormat); in genGatherPrograms() 1639 const bool isDynamicOffset = baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC; in genGatherPrograms() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomShaderTests.cpp | 38 …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/ |
D | es3fRandomShaderTests.cpp | 39 …ntext& context, const char* description, const rsg::ProgramParameters& baseParams, deUint32 seed, … in createRandomShaderCase() argument 41 rsg::ProgramParameters params = baseParams; in createRandomShaderCase()
|