Searched defs:exec_context (Results 1 – 3 of 3) sorted by relevance
42 struct exec_context { struct in clover::kernel54 kernel &kern;55 intrusive_ptr<command_queue> q;57 std::vector<uint8_t> input;58 std::vector<void *> samplers;59 std::vector<pipe_sampler_view *> sviews;60 std::vector<pipe_image_view> iviews;61 std::vector<pipe_surface *> resources;62 std::vector<pipe_resource *> g_buffers;63 std::vector<size_t> g_handles;[all …]
175 kernel::exec_context::exec_context(kernel &kern) : in exec_context() function in kernel::exec_context
795 TrtUniquePtrType<nvinfer1::IExecutionContext> exec_context( in GetEngine() local884 TrtUniquePtrType<nvinfer1::IExecutionContext> exec_context( in AllocateCalibrationResources() local