Searched defs:BaseParams (Results 1 – 2 of 2) sorted by relevance
527 struct BaseParams struct529 const PipelineType pipelineType;530 GraphicsShaderVec graphicsShaders;531 RTShaderVec rtShaders;532 const uint8_t pipelineCount;533 const tcu::Maybe<uint8_t> pipelineToRun;534 const bool useSpecializationConstants;535 const bool useCache;536 const bool useMaintenance5;538 BaseParams (PipelineType pipelineType_, in BaseParams() argument[all …]
524 struct BaseParams struct526 const PipelineType pipelineType;527 GraphicsShaderVec graphicsShaders;528 RTShaderVec rtShaders;529 const uint8_t pipelineCount;530 const tcu::Maybe<uint8_t> pipelineToRun;531 const bool useSpecializationConstants;532 const bool useCache;534 BaseParams (PipelineType pipelineType_, in BaseParams() function562 virtual ~BaseParams () {} in ~BaseParams()[all …]