Searched defs:ShaderInfo (Results 1 – 7 of 7) 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;58 std::string target_env;60 std::vector<uint32_t> shader_data;
71 struct ShaderInfo { struct72 VkShaderModule shader;74 specialization_entries;75 std::unique_ptr<std::vector<uint32_t>> specialization_data;76 std::unique_ptr<VkSpecializationInfo> specialization_info;77 uint32_t required_subgroup_size;78 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;
210 class ShaderInfo; variable
297 ProgramVk::ShaderInfo::ShaderInfo() {} in ShaderInfo() function in rx::ProgramVk::ShaderInfo
51 Pipeline::ShaderInfo::ShaderInfo(Shader* shader, ShaderType type) in ShaderInfo() function in amber::Pipeline::ShaderInfo
127 ShaderInfo::ShaderInfo() {} in ShaderInfo() function in rx::ShaderInfo