Searched defs:ShaderInfo (Results 1 – 6 of 6) sorted by relevance
45 struct ShaderInfo { struct47 ShaderFormat format;49 ShaderType type;53 std::string shader_name;55 std::string shader_source;57 std::vector<std::string> optimizations;59 std::string target_env;61 std::vector<uint32_t> shader_data;
69 struct ShaderInfo { struct70 VkShaderModule shader;72 specialization_entries;73 std::unique_ptr<std::vector<uint32_t>> specialization_data;74 std::unique_ptr<VkSpecializationInfo> specialization_info;75 uint32_t required_subgroup_size;76 VkPipelineShaderStageCreateFlags create_flags;
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) : type(SHADERTYPE_LAST), compileOk(false), compileTimeUs(0) {} in ShaderInfo() function78 std::vector<glu::ShaderInfo> shaders;
10 "ShaderInfo" : { object
51 Pipeline::ShaderInfo::ShaderInfo(Shader* shader, ShaderType type) in ShaderInfo() function in amber::Pipeline::ShaderInfo
127 ShaderInfo::ShaderInfo() {} in ShaderInfo() function in rx::ShaderInfo