Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.hpp54 bool spirvValidate(glu::ShaderBinaryDataType& dst, bool throwOnError);
DglcSpirvUtils.cpp290 bool spirvValidate(ShaderBinaryDataType& dst, bool throwOnError) in spirvValidate() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp564 spirvUtils::spirvValidate(binary.binary, true); in iterate()
727 spirvUtils::spirvValidate(vertexBinary.binary, true); in iterate()
3454 if (spirvUtils::spirvValidate(binary.binary, false)) in iterate()