Home
last modified time | relevance | path

Searched refs:NEW_SHADERS (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2168 NEW_SHADERS = TC|TE|GS|CS, in init() enumerator
2172 addFunctionCases<AbsCase> (this, "abs", true, true, false, NEW_SHADERS); in init()
2173 addFunctionCases<SignCase> (this, "sign", true, true, false, NEW_SHADERS); in init()
2174 addFunctionCases<FloorCase> (this, "floor", true, false, false, NEW_SHADERS); in init()
2175 addFunctionCases<TruncCase> (this, "trunc", true, false, false, NEW_SHADERS); in init()
2176 addFunctionCases<RoundCase> (this, "round", true, false, false, NEW_SHADERS); in init()
2177 addFunctionCases<RoundEvenCase> (this, "roundeven", true, false, false, NEW_SHADERS); in init()
2178 addFunctionCases<CeilCase> (this, "ceil", true, false, false, NEW_SHADERS); in init()
2179 addFunctionCases<FractCase> (this, "fract", true, false, false, NEW_SHADERS); in init()
2181 addFunctionCases<ModfCase> (this, "modf", true, false, false, NEW_SHADERS); in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp2414 NEW_SHADERS = TC|TE|GS|CS, in init() enumerator
2445 const deUint32 shaderBits = NEW_SHADERS; in init()