Lines Matching defs:false
119 std::string name = getShaderFlagStr(m_shaders, false);
656 bool useMissShaders = false)
1834 CacheTestParam(pipelineConstructionType, vertFragStages, false),
1835 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false),
1836 CacheTestParam(pipelineConstructionType, vertTesFragStages, false),
1837 CacheTestParam(pipelineConstructionType, vertFragStages, false, VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT),
1838 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false, VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT),
1839 CacheTestParam(pipelineConstructionType, vertTesFragStages, false, VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT),
1854 CacheTestParam(pipelineConstructionType, vertFragStages, false),
1855 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false),
1856 CacheTestParam(pipelineConstructionType, vertTesFragStages, false),
1871 CacheTestParam(pipelineConstructionType, vertFragStages, false),
1872 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false),
1873 CacheTestParam(pipelineConstructionType, vertTesFragStages, false),
1889 CacheTestParam(pipelineConstructionType, VK_SHADER_STAGE_COMPUTE_BIT, false),
1954 const CacheTestParam testParam(pipelineConstructionType, vertFragStages, false);