Home
last modified time | relevance | path

Searched refs:ClspvGetCompilerOptions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dclspv_utils.h40 std::string ClspvGetCompilerOptions(const CLDeviceVk *device);
H A Dclspv_utils.cpp316 std::string ClspvGetCompilerOptions(const CLDeviceVk *device) in ClspvGetCompilerOptions() function
H A DCLProgramVk.cpp849 processedOptions += ClspvGetCompilerOptions(&device->getImpl<CLDeviceVk>()); in buildInternal()