Searched defs:PropertiesArray (Results 1 – 4 of 4) sorted by relevance
111 struct PropertiesArray : public InfoMutableCommandBufferTest struct115 PropertiesArray(cl_device_id device, cl_context context, in PropertiesArray() function120 cl_int Run() override in Run()154 cl_mutable_command_khr command = nullptr;
137 "PropertiesArray": "CL_QUEUE_PROPERTIES_ARRAY" string
52 PropertiesArray = 6, enumerator
81 using PropertiesArray = std::array<PointerProperties, MAX_POINTERS>; variable