Home
last modified time | relevance | path

Searched refs:SetShaderType (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/amber/src/
Dpipeline.h102 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() function
269 Result SetShaderType(const Shader* shader, ShaderType type);
Dpipeline.cc259 Result Pipeline::SetShaderType(const Shader* shader, ShaderType type) { in SetShaderType() function in amber::Pipeline
265 info.SetShaderType(type); in SetShaderType()
Dcommand.h688 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() function
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc890 cmd->SetShaderType(ShaderNameToType(name)); in ProcessEntryPoint()