Searched refs:ShaderCompiler (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/amber/src/ |
D | shader_compiler.cc | 48 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::CompileGlsl(const Shader*, in CompileGlsl() 264 Result ShaderCompiler::CompileHlsl(const Shader* shader, in CompileHlsl() 284 Result ShaderCompiler::CompileHlsl(const Shader*, in CompileHlsl() 292 Result ShaderCompiler::CompileOpenCLC(Pipeline::ShaderInfo* shader_info, in CompileOpenCLC()
|
D | shader_compiler.h | 34 class ShaderCompiler { 36 ShaderCompiler(); 37 ShaderCompiler(const std::string& env, 40 ~ShaderCompiler();
|
D | shader_compiler_test.cc | 107 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 sc; in TEST_F() [all …]
|
D | executor.cc | 42 ShaderCompiler sc(target_env, options->disable_spirv_validation, in CompileShaders()
|