Home
last modified time | relevance | path

Searched defs:kernel (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/mesa3d/src/freedreno/computerator/
Dmain.h39 struct kernel { struct
41 uint32_t local_size[3];
42 uint32_t num_bufs;
66 struct kernel *(*assemble)(struct backend *b, FILE *in); argument
Da4xx.c59 a4xx_disassemble(struct kernel *kernel, FILE *out) in a4xx_disassemble()
65 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit()
159 emit_const(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t constid, uint32_t sizedwords, in emit_const()
202 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, in cs_const_emit()
228 struct kernel *kernel) in cs_ibo_emit()
277 a4xx_emit_grid(struct kernel *kernel, uint32_t grid[3], in a4xx_emit_grid()
Da6xx.c107 a6xx_disassemble(struct kernel *kernel, FILE *out) in a6xx_disassemble()
113 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit()
259 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, in cs_const_emit()
305 struct kernel *kernel) in cs_ibo_emit()
354 event_write(struct fd_ringbuffer *ring, struct kernel *kernel, in event_write()
373 cache_flush(struct fd_ringbuffer *ring, struct kernel *kernel) in cache_flush()
398 a6xx_emit_grid(struct kernel *kernel, uint32_t grid[3], in a6xx_emit_grid()
Dir3_asm.c32 struct ir3_kernel *kernel = calloc(1, sizeof(*kernel)); in ir3_asm_assemble() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLKernelCL.cpp31 bool GetWorkGroupInfo(cl_kernel kernel, in GetWorkGroupInfo()
43 bool GetArgInfo(cl_kernel kernel, in GetArgInfo()
59 bool GetKernelInfo(cl_kernel kernel, cl::KernelInfo name, T &value, cl_int &errorCode) in GetKernelInfo()
66 bool GetArgString(cl_kernel kernel, in GetArgString()
95 bool GetKernelString(cl_kernel kernel, cl::KernelInfo name, std::string &string, cl_int &errorCode) in GetKernelString()
117 CLKernelCL::CLKernelCL(const cl::Kernel &kernel, cl_kernel native) in CLKernelCL()
DCLProgramCL.cpp117 CLKernelImpl::Ptr CLProgramCL::createKernel(const cl::Kernel &kernel, in createKernel()
142 createFuncs.emplace_back([nativeKernel](const cl::Kernel &kernel) { in createKernels()
/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set.js40 function createItemMap(kernel) { argument
60 function writeItemMap(kernel, itemMap) { argument
73 static fromKernel(kernel) { argument
90 constructor(kernel, itemMap) { argument
203 static fromKernel(kernel) { argument
211 constructor(kernel) { argument
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp117 SkImage::CubicResampler kernel, in Make()
130 SkImage::CubicResampler kernel, in Make()
148 SkImage::CubicResampler kernel, in MakeSubset()
168 SkImage::CubicResampler kernel, in MakeSubset()
191 SkImage::CubicResampler kernel, in Make()
199 SkImage::CubicResampler kernel, in GrBicubicEffect()
260 auto kernel = d->fRandom->nextBool() ? GrBicubicEffect::gMitchell in TestCreate() local
DGrMatrixConvolutionEffect.cpp184 const char* kernel = uniformHandler->getUniformCStr(fKernelUni); in emitKernelBlock() local
271 const KernelWrapper& kernel, in GrMatrixConvolutionEffect()
337 const SkScalar* kernel, in Make()
366 std::unique_ptr<SkScalar[]> kernel(new SkScalar[width * height]); in TestCreate() local
/third_party/skia/bench/
DMatrixConvolutionBench.cpp26 SkScalar kernel[81]; in MatrixConvolutionBench() local
38 SkScalar kernel[9] = { in MatrixConvolutionBench() local
/third_party/ffmpeg/libavfilter/tests/
Ddnn-layer-conv2d.c89 float kernel[2*3*3*3] = { in test_with_same_dilate() local
194 float kernel[2*3*3*3] = { in test_with_valid() local
Ddnn-layer-dense.c91 float kernel[3*3] = { in test() local
/third_party/ffmpeg/tests/dnn/
Ddnn-layer-conv2d-test.c89 float kernel[2*3*3*3] = { in test_with_same_dilate() local
194 float kernel[2*3*3*3] = { in test_with_valid() local
Ddnn-layer-dense-test.c91 float kernel[3*3] = { in test() local
/third_party/python/Modules/_decimal/libmpdec/
Dnumbertheory.c84 mpd_uint_t kernel, w; in _mpd_init_fnt_params() local
124 mpd_uint_t kernel; in _mpd_init_w3table() local
Dsixstep.c53 mpd_uint_t kernel; in six_step_fnt() local
138 mpd_uint_t kernel; in inv_six_step_fnt() local
Dnumbertheory.h45 mpd_uint_t kernel; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCLKernelVk.cpp13 CLKernelVk::CLKernelVk(const cl::Kernel &kernel) : CLKernelImpl(kernel) {} in CLKernelVk()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLKernelImpl.cpp37 CLKernelImpl::CLKernelImpl(const cl::Kernel &kernel) : mKernel(kernel) {} in CLKernelImpl()
/third_party/ffmpeg/libavfilter/
Dopencl.h61 #define CL_SET_KERNEL_ARG(kernel, arg_num, type, arg) \ argument
146 #define CL_ENQUEUE_KERNEL_WITH_ARGS(queue, kernel, global_work_size, local_work_size, event, ...) … argument
180 #define CL_RUN_KERNEL_WITH_ARGS(queue, kernel, global_work_size, local_work_size, event, ...) do { … argument
/third_party/ltp/include/lapi/
Dip_tables.h22 } kernel; member
40 } kernel; member
/third_party/skia/gm/
Dmatrixconvolution.cpp77 std::vector<SkScalar> kernel(9, SkIntToScalar(1)); in makeFilter() local
84 std::vector<SkScalar> kernel(49, SkIntToScalar(1)); in makeFilter() local
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp163 for (auto &kernel : kernels) { in parseFunction() local
204 for (auto &kernel : kernels) { in parseName() local
244 for (auto &kernel : kernels) { in parseTypePointer() local
282 for (auto &kernel : kernels) { in parseOpString() local
345 for (auto &kernel : kernels) { in applyDecoration() local
442 for (auto &kernel : kernels) { in parseOpTypeImage() local
457 for (auto& kernel : kernels) { in parseExecutionMode() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.cpp159 const dng_resample_function &kernel, in Initialize()
310 void dng_resample_weights_2d::Initialize (const dng_resample_function &kernel, in Initialize()
535 const dng_resample_function &kernel) in dng_resample_task()
834 const dng_resample_function &kernel) in ResampleImage()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_dense.h30 float *kernel; member

1234