Searched refs:CreateRGBAImage2D (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | texture2d.cc | 28 RETURN_IF_ERROR(CreateRGBAImage2D(context->context(), width, height, in CreateTexture2D() 90 return CreateRGBAImage2D(context->context(), desc.size.x, desc.size.y, in CreateFromTexture2DDescriptor()
|
D | util.h | 56 absl::Status CreateRGBAImage2D(cl_context context, int width, int height,
|
D | linear_storage.cc | 91 return CreateRGBAImage2D(context->context(), depth_, 1, in CreateFromTensorLinearDescriptor()
|
D | util.cc | 210 absl::Status CreateRGBAImage2D(cl_context context, int width, int height, in CreateRGBAImage2D() function
|