Searched refs:shader_map (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/ |
D | executor.cc | 34 const ShaderMap& shader_map, in CompileShaders() argument 47 std::tie(r, data) = sc.Compile(pipeline.get(), &shader_info, shader_map); in CompileShaders() 59 const ShaderMap& shader_map, in Execute() argument 65 Result r = CompileShaders(script, shader_map, options); in Execute()
|
D | shader_compiler.cc | 66 const ShaderMap& shader_map) const { in Compile() 73 auto it = shader_map.find(key); in Compile() 74 if (it != shader_map.end()) { in Compile()
|
D | executor.h | 44 const ShaderMap& shader_map,
|
D | shader_compiler.h | 58 const ShaderMap& shader_map) const;
|
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/ |
D | amber_script.h | 33 amber::ShaderMap shader_map; member
|
D | main.cc | 56 r = am.ExecuteWithShaderData(&recipe, amber_options, info.shader_map); in amber_sample_main()
|
D | amber_script.cc | 92 info.shader_map[id] = shader_content; in LoadAllScriptsFromAsset()
|