Home
last modified time | relevance | path

Searched defs:ShaderInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/include/amber/
Dshader_info.h44 struct ShaderInfo { struct
46 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;
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan.h71 struct ShaderInfo { struct
72 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;
/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.hpp49 struct ShaderInfo struct
51 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() function
78 std::vector<glu::ShaderInfo> shaders;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h210 class ShaderInfo; variable
DProgramVk.cpp297 ProgramVk::ShaderInfo::ShaderInfo() {} in ShaderInfo() function in rx::ProgramVk::ShaderInfo
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline.cc51 Pipeline::ShaderInfo::ShaderInfo(Shader* shader, ShaderType type) in ShaderInfo() function in amber::Pipeline::ShaderInfo
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp127 ShaderInfo::ShaderInfo() {} in ShaderInfo() function in rx::ShaderInfo