Searched refs:BasicMutableCommandBufferTest (Results 1 – 4 of 4) sorted by relevance
| /external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/ |
| D | mutable_command_arguments.cpp | 32 struct MutableDispatchGlobalArguments : public BasicMutableCommandBufferTest 34 using BasicMutableCommandBufferTest::BasicMutableCommandBufferTest; 38 : BasicMutableCommandBufferTest(device, context, queue) in MutableDispatchGlobalArguments() 43 BasicMutableCommandBufferTest::SetUp(elements); in SetUp() 191 struct MutableDispatchLocalArguments : public BasicMutableCommandBufferTest 193 using BasicMutableCommandBufferTest::BasicMutableCommandBufferTest; 197 : BasicMutableCommandBufferTest(device, context, queue) in MutableDispatchLocalArguments() 202 BasicMutableCommandBufferTest::SetUp(elements); in SetUp() 330 struct MutableDispatchPODArguments : public BasicMutableCommandBufferTest 332 using BasicMutableCommandBufferTest::BasicMutableCommandBufferTest; [all …]
|
| D | mutable_command_image_arguments.cpp | 28 struct MutableDispatchImage1DArguments : public BasicMutableCommandBufferTest 30 using BasicMutableCommandBufferTest::BasicMutableCommandBufferTest; 34 : BasicMutableCommandBufferTest(device, context, queue) in MutableDispatchImage1DArguments() 39 BasicMutableCommandBufferTest::SetUp(elements); in SetUp() 62 || BasicMutableCommandBufferTest::Skip(); in Skip() 214 struct MutableDispatchImage2DArguments : public BasicMutableCommandBufferTest 216 using BasicMutableCommandBufferTest::BasicMutableCommandBufferTest; 220 : BasicMutableCommandBufferTest(device, context, queue) in MutableDispatchImage2DArguments() 225 BasicMutableCommandBufferTest::SetUp(elements); in SetUp() 248 || BasicMutableCommandBufferTest::Skip(); in Skip()
|
| D | mutable_command_basic.h | 22 struct BasicMutableCommandBufferTest : BasicCommandBufferTest struct 24 BasicMutableCommandBufferTest(cl_device_id device, cl_context context, in BasicMutableCommandBufferTest() function 98 struct InfoMutableCommandBufferTest : BasicMutableCommandBufferTest argument 102 : BasicMutableCommandBufferTest(device, context, queue) in InfoMutableCommandBufferTest() 107 BasicMutableCommandBufferTest::SetUp(elements); in SetUp()
|
| D | mutable_command_out_of_order.cpp | 31 struct OutOfOrderTest : public BasicMutableCommandBufferTest 35 : BasicMutableCommandBufferTest(device, context, queue), in OutOfOrderTest() 47 cl_int error = BasicMutableCommandBufferTest::SetUpKernel(); in SetUpKernel() 78 cl_int error = BasicMutableCommandBufferTest::SetUpKernelArgs(); in SetUpKernelArgs() 98 cl_int error = BasicMutableCommandBufferTest::SetUp(elements); in SetUp() 133 || !mutable_support || BasicMutableCommandBufferTest::Skip(); in Skip()
|