Home
last modified time | relevance | path

Searched refs:GetEntryPointName (Results 1 – 14 of 14) 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.h102 const char* GetEntryPointName(VkShaderStageFlagBits stage) const;
Dpipeline.cc568 const char* Pipeline::GetEntryPointName(VkShaderStageFlagBits stage) const { in GetEntryPointName() function in amber::vulkan::Pipeline
Dengine_vulkan.cc644 info.vk_pipeline->SetEntryPointName(stage, command->GetEntryPointName()); in DoEntryPoint()
Dgraphics_pipeline.cc632 info.pName = GetEntryPointName(info.stage); in CreateVkGraphicsPipeline()
/external/angle/src/common/
Ddebug.h285 "%s(" message ")", GetEntryPointName(angle::EntryPoint::entryPoint), \
298 GetEntryPointName(angle::EntryPoint::entryPoint), \
Ddebug.cpp153 mFunctionName = GetEntryPointName(mEntryPoint); in begin()
Dframe_capture_utils.cpp169 return angle::GetEntryPointName(entryPoint); in name()
Dentry_points_enum_autogen.h1749 const char *GetEntryPointName(EntryPoint ep);
Dentry_points_enum_autogen.cpp17 const char *GetEntryPointName(EntryPoint ep) in GetEntryPointName() function
/external/angle/src/libANGLE/
DDebug.cpp174 messageStream << GetEntryPointName(entryPoint) << ": "; in insertMessage()
/external/deqp-deps/amber/src/
Dcommand.h692 std::string GetEntryPointName() const { return entry_point_name_; } in GetEntryPointName() function
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp7897 << "): Not capturing invalid call to " << GetEntryPointName(inCall.entryPoint); in captureCall()
8590 << GetEntryPointName(entryPoint); in setDefaultResetCalls()
9594 strstr << GetEntryPointName(entryPoint) << "_" << paramName << "_" << counter; in GetVarName()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc734 EXPECT_EQ("main", cmd->GetEntryPointName()); in TEST_F()