Searched defs:ShaderInfo (Results 1 – 6 of 6) sorted by relevance
44 struct ShaderInfo { struct46 ShaderFormat format;48 ShaderType type;52 std::string shader_name;54 std::string shader_source;56 std::vector<std::string> optimizations;
67 struct ShaderInfo { struct68 VkShaderModule shader;70 specialization_entries;71 std::unique_ptr<std::vector<uint32_t>> specialization_data;72 std::unique_ptr<VkSpecializationInfo> specialization_info;
49 struct ShaderInfo struct51 ShaderType type; //!< Shader type.52 std::string source; //!< Shader source.53 std::string infoLog; //!< Compile info log.54 bool compileOk; //!< Did compilation succeed?57 ShaderInfo (void) : compileOk(false), compileTimeUs(0) {} in ShaderInfo() function78 std::vector<glu::ShaderInfo> shaders;
281 Result ShaderCompiler::CompileOpenCLC(Pipeline::ShaderInfo*, in CompileOpenCLC()
35 Pipeline::ShaderInfo::ShaderInfo(Shader* shader, ShaderType type) in ShaderInfo() function in amber::Pipeline::ShaderInfo
29 ShaderInfo::ShaderInfo() {} in ShaderInfo() function in rx::ShaderInfo