Home
last modified time | relevance | path

Searched refs:ShaderCompiler (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler.cc48 ShaderCompiler::ShaderCompiler() = default;
50 ShaderCompiler::ShaderCompiler(const std::string& env, in ShaderCompiler() function in amber::ShaderCompiler
61 ShaderCompiler::~ShaderCompiler() = default;
63 std::pair<Result, std::vector<uint32_t>> ShaderCompiler::Compile( in Compile()
188 Result ShaderCompiler::ParseHex(const std::string& data, in ParseHex()
215 Result ShaderCompiler::CompileGlsl(const Shader* shader, in CompileGlsl()
257 Result ShaderCompiler
[all...]
H A Dshader_compiler.h34 class ShaderCompiler { class
36 ShaderCompiler();
37 ShaderCompiler(const std::string& env,
40 ~ShaderCompiler();
H A Dshader_compiler_test.cc107 ShaderCompiler sc; in TEST_F()
126 ShaderCompiler sc; in TEST_F()
146 ShaderCompiler sc; in TEST_F()
163 ShaderCompiler sc; in TEST_F()
216 ShaderCompiler sc; in TEST_F()
236 ShaderCompiler sc; in TEST_F()
255 ShaderCompiler sc; in TEST_F()
281 ShaderCompiler sc; in TEST_F()
307 ShaderCompiler sc; in TEST_F()
334 ShaderCompiler s in TEST_F()
[all...]
H A Dexecutor.cc42 ShaderCompiler sc(target_env, options->disable_spirv_validation, in CompileShaders()

Completed in 2 milliseconds