Searched refs:SetEntryPointName (Results 1 – 4 of 4) sorted by relevance
68 void SetEntryPointName(VkShaderStageFlagBits stage, in SetEntryPointName() function
203 info.vk_pipeline->SetEntryPointName(stage, name); in CreatePipeline()644 info.vk_pipeline->SetEntryPointName(stage, command->GetEntryPointName()); in DoEntryPoint()
691 void SetEntryPointName(const std::string& name) { entry_point_name_ = name; } in SetEntryPointName() function
891 cmd->SetEntryPointName(token->AsString()); in ProcessEntryPoint()