Home
last modified time | relevance | path

Searched refs:GetEntryPointName (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dcompute_pipeline.cc51 shader_stage_info[0].pName = GetEntryPointName(VK_SHADER_STAGE_COMPUTE_BIT); in CreateVkComputePipeline()
Dpipeline.h96 const char* GetEntryPointName(VkShaderStageFlagBits stage) const;
Dpipeline.cc500 const char* Pipeline::GetEntryPointName(VkShaderStageFlagBits stage) const { in GetEntryPointName() function in amber::vulkan::Pipeline
Dengine_vulkan.cc639 info.vk_pipeline->SetEntryPointName(stage, command->GetEntryPointName()); in DoEntryPoint()
Dgraphics_pipeline.cc595 info.pName = GetEntryPointName(info.stage); in CreateVkGraphicsPipeline()
/external/angle/src/common/
Ddebug.h267 "%s(" message ")", GetEntryPointName(angle::EntryPoint::entryPoint), \
280 GetEntryPointName(angle::EntryPoint::entryPoint), \
Ddebug.cpp147 mFunctionName = GetEntryPointName(mEntryPoint); in begin()
Dentry_points_enum_autogen.h1693 const char *GetEntryPointName(EntryPoint ep);
Dentry_points_enum_autogen.cpp17 const char *GetEntryPointName(EntryPoint ep) in GetEntryPointName() function
/external/deqp-deps/amber/src/
Dcommand.h680 std::string GetEntryPointName() const { return entry_point_name_; } in GetEntryPointName() function
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3856 return angle::GetEntryPointName(entryPoint); in name()
4779 << GetEntryPointName(call.entryPoint); in captureCall()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc734 EXPECT_EQ("main", cmd->GetEntryPointName()); in TEST_F()