Home
last modified time | relevance | path

Searched refs:computeSource (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDerivativeTests.cpp64 std::ostringstream computeSource; in initComputeDerivativePrograms() local
67 computeSource << in initComputeDerivativePrograms()
74 sources.glslSources.add("comp") << glu::ComputeSource(computeSource.str()); in initComputeDerivativePrograms()
/external/syzkaller/vendor/golang.org/x/oauth2/google/
Dgoogle.go166 return oauth2.ReuseTokenSource(nil, computeSource{account: account})
169 type computeSource struct { struct
173 func (cs computeSource) Token() (*oauth2.Token, error) { argument
/external/deqp/modules/gles31/functional/
Des31fNegativeComputeTests.cpp828 …const glu::ComputeSource computeSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_CO… in invalid_write_built_in_constants() local
835 …am (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << computeSource); in invalid_write_built_in_constants()
Des31fProgramInterfaceQueryTests.cpp1441 static const char* const computeSource = "${GLSL_VERSION_DECL}\n" in iterate() local
1451 …ontext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, computeSource))); in iterate()
1567 static const char* const computeSource = "${GLSL_VERSION_DECL}\n" in iterate() local
1577 …ontext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, computeSource))); in iterate()
/external/deqp/modules/egl/
DteglRobustnessTests.cpp737 const char* const computeSource = in genComputeSource() local
748 return glu::ProgramSources() << glu::ComputeSource(computeSource); in genComputeSource()