Searched refs:clCreateCommandBufferKHR (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/ |
D | command_buffer_test_base.h | 48 GET_EXTENSION_ADDRESS(clCreateCommandBufferKHR); in init_extension_functions() 67 clCreateCommandBufferKHR_fn clCreateCommandBufferKHR = nullptr; member
|
D | basic_command_buffer.cpp | 136 clCreateCommandBufferKHR(1, &queue, properties, &error); in SetUp() 141 clCreateCommandBufferKHR(1, &queue, nullptr, &error); in SetUp() 510 clCreateCommandBufferKHR(1, &out_of_order_queue, nullptr, &error); in SetUp()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 237 LoadFunction(clCreateCommandBufferKHR); in LoadOpenCLFunctions() 367 PFN_clCreateCommandBufferKHR clCreateCommandBufferKHR; in LoadOpenCLFunctions() variable
|
D | opencl_wrapper.h | 682 extern PFN_clCreateCommandBufferKHR clCreateCommandBufferKHR;
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/ |
D | performance_profiling.cc | 239 cb = clCreateCommandBufferKHR(1, &command_queue, nullptr, &errcode_ret); in RunCommandBufferSample()
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl_ext.h | 248 clCreateCommandBufferKHR(
|