Searched refs:spirvUtils (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.cpp | 170 spirvUtils::checkGlSpirvSupported(m_context); in init() 341 binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 342 binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), in iterate() 344 binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), in iterate() 346 …binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), GeometrySource(m_geometry)); in iterate() 347 …binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), FragmentSource(m_fragment)); in iterate() 441 spirvUtils::checkGlSpirvSupported(m_context); in init() 563 spirvUtils::spirvAssemble(binary.binary, m_spirv); in iterate() 564 spirvUtils::spirvValidate(binary.binary, true); in iterate() 665 spirvUtils::checkGlSpirvSupported(m_context); in init() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcSpirvUtils.hpp | 35 namespace spirvUtils namespace
|
D | glcSpirvUtils.cpp | 46 namespace spirvUtils namespace 311 …if (!spirvUtils::compileGlslToSpirV(log, source.source, source.shaderType, &binary.binary, version… in makeSpirV()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 269 …binaries << spirvUtils::makeSpirV(log, glu::VertexSource(vertSource), spirvUtils::SPIRV_VERSION_1_… in makeGraphicsPipeline() 271 …binaries << spirvUtils::makeSpirV(log, glu::TessellationControlSource(tescSource), spirvUtils::SPI… in makeGraphicsPipeline() 273 …binaries << spirvUtils::makeSpirV(log, glu::TessellationEvaluationSource(teseSource), spirvUtils::… in makeGraphicsPipeline() 275 …binaries << spirvUtils::makeSpirV(log, glu::GeometrySource(geomSource), spirvUtils::SPIRV_VERSION_… in makeGraphicsPipeline() 277 …binaries << spirvUtils::makeSpirV(log, glu::FragmentSource(fragSource), spirvUtils::SPIRV_VERSION_… in makeGraphicsPipeline() 341 binaries << spirvUtils::makeSpirV(log, cshader, spirvUtils::SPIRV_VERSION_1_3); in makeComputePipeline()
|
D | glcSubgroupsTestsUtils.hpp | 242 spirvUtils::checkGlSpirvSupported(m_glcContext.getDeqpContext()); in iterate()
|