Home
last modified time | relevance | path

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

12345

/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()
253 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()
329 const SkScalar* kernel, in Make()
358 std::unique_ptr<SkScalar[]> kernel(new SkScalar[width * height]); in TestCreate() local
/third_party/flutter/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp61 const char* kernel = uniformHandler->getUniformCStr(fKernelUni); in emitCode() local
149 const SkScalar* kernel, in GrMatrixConvolutionEffect()
215 static void fill_in_1D_gaussian_kernel_with_stride(float* kernel, int size, int stride, in fill_in_1D_gaussian_kernel_with_stride()
237 static void fill_in_2D_gaussian_kernel(float* kernel, int width, int height, in fill_in_2D_gaussian_kernel()
307 float kernel[MAX_KERNEL_SIZE]; in MakeGaussian() local
327 std::unique_ptr<SkScalar[]> kernel(new SkScalar[width * height]); in TestCreate() local
DGrMatrixConvolutionEffect.h22 const SkScalar* kernel, in Make()
47 const float* kernel() const { return fKernel; } in kernel() function
/third_party/flutter/engine/flutter/shell/common/
Disolate_configuration.cc41 KernelIsolateConfiguration(std::unique_ptr<const fml::Mapping> kernel) in KernelIsolateConfiguration()
170 std::unique_ptr<fml::Mapping> kernel = in InferFromSettings() local
200 std::unique_ptr<const fml::Mapping> kernel) { in CreateForKernel()
/third_party/skia/bench/
DMatrixConvolutionBench.cpp26 SkScalar kernel[81]; in MatrixConvolutionBench() local
38 SkScalar kernel[9] = { in MatrixConvolutionBench() 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
/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
/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/gstreamer/gstplugins_base/ext/gl/effects/
Dgstgleffectlaplacian.c28 static gfloat kernel[9] = { variable
Dgstgleffectblur.c31 float *kernel = g_malloc (sizeof (gfloat) * 9); in init_kernel() local
/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()

12345