Searched refs:GetEntryPointName (Results 1 – 14 of 14) sorted by relevance
51 shader_stage_info[0].pName = GetEntryPointName(VK_SHADER_STAGE_COMPUTE_BIT); in CreateVkComputePipeline()
102 const char* GetEntryPointName(VkShaderStageFlagBits stage) const;
568 const char* Pipeline::GetEntryPointName(VkShaderStageFlagBits stage) const { in GetEntryPointName() function in amber::vulkan::Pipeline
644 info.vk_pipeline->SetEntryPointName(stage, command->GetEntryPointName()); in DoEntryPoint()
632 info.pName = GetEntryPointName(info.stage); in CreateVkGraphicsPipeline()
285 "%s(" message ")", GetEntryPointName(angle::EntryPoint::entryPoint), \298 GetEntryPointName(angle::EntryPoint::entryPoint), \
153 mFunctionName = GetEntryPointName(mEntryPoint); in begin()
169 return angle::GetEntryPointName(entryPoint); in name()
1749 const char *GetEntryPointName(EntryPoint ep);
17 const char *GetEntryPointName(EntryPoint ep) in GetEntryPointName() function
174 messageStream << GetEntryPointName(entryPoint) << ": "; in insertMessage()
692 std::string GetEntryPointName() const { return entry_point_name_; } in GetEntryPointName() function
7897 << "): Not capturing invalid call to " << GetEntryPointName(inCall.entryPoint); in captureCall()8590 << GetEntryPointName(entryPoint); in setDefaultResetCalls()9594 strstr << GetEntryPointName(entryPoint) << "_" << paramName << "_" << counter; in GetVarName()
734 EXPECT_EQ("main", cmd->GetEntryPointName()); in TEST_F()