Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.hpp105 CreateProgramWithILKHR(cl_context d_ctx, const void *il,
H A Dprogram.cpp184 clover::CreateProgramWithILKHR(cl_context d_ctx, const void *il, in CreateProgramWithILKHR() function in clover
222 return CreateProgramWithILKHR(d_ctx, il, length, r_errcode); in clCreateProgramWithIL()
H A Dplatform.cpp217 { "clCreateProgramWithILKHR", reinterpret_cast<void *>(CreateProgramWithILKHR) },