Home
last modified time | relevance | path

Searched defs:kernel (Results 26 - 50 of 86) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp31 bool GetWorkGroupInfo(cl_kernel kernel, in GetWorkGroupInfo() argument
43 bool GetArgInfo(cl_kernel kernel, in GetArgInfo() argument
59 bool GetKernelInfo(cl_kernel kernel, cl::KernelInfo name, T &value, cl_int &errorCode) in GetKernelInfo() argument
66 bool GetArgString(cl_kernel kernel, in GetArgString() argument
95 GetKernelString(cl_kernel kernel, cl::KernelInfo name, std::string &string, cl_int &errorCode) GetKernelString() argument
117 CLKernelCL(const cl::Kernel &kernel, cl_kernel native) CLKernelCL() argument
[all...]
H A DCLProgramCL.cpp117 CLKernelImpl::Ptr CLProgramCL::createKernel(const cl::Kernel &kernel, in createKernel() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_convolution_opencl.c41 cl_kernel kernel; member
[all...]
H A Dvf_remap_opencl.c43 cl_kernel kernel; member
77 const char *kernel = kernels[ctx->interp]; in remap_opencl_load() local
[all...]
H A Dvf_unsharp_opencl.c37 cl_kernel kernel; member
[all...]
H A Dvf_overlay_opencl.c34 cl_kernel kernel; member
55 const char *kernel; in overlay_opencl_load() local
[all...]
H A Dvf_program_opencl.c38 cl_kernel kernel; member
[all...]
H A Dvf_gblur_vulkan.c78 static void init_gaussian_kernel(float *kernel, float sigma, float kernel_size) in init_gaussian_kernel() argument
[all...]
H A Dvf_tmidequalizer.c45 float kernel[127]; member
94 compute_contrast_function(const float *const histograms[256], const float *const kernel, int nb_frames, int radius, int hsize, float *f, int idx) compute_contrast_function() argument
H A Dvf_libopencv.c206 static int parse_iplconvkernel(IplConvKernel **kernel, char *buf, void *log_ctx) in parse_iplconvkernel() argument
258 IplConvKernel *kernel; member
H A Dvf_xfade_opencl.c54 cl_kernel kernel; member
[all...]
/third_party/lame/libmp3lame/
H A Dgain_analysis.c147 filterYule(const Float_t * input, Float_t * output, size_t nSamples, const Float_t * const kernel) in filterYule() argument
181 filterButter(const Float_t * input, Float_t * output, size_t nSamples, const Float_t * const kernel) filterButter() argument
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c258 struct kernel *kernel = backend->assemble(backend, in); in main() local
[all...]
H A Da6xx.c107 a6xx_disassemble(struct kernel *kernel, FILE *out) in a6xx_disassemble() argument
113 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit() argument
259 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, in cs_const_emit() argument
304 cs_ibo_emit(struct fd_ringbuffer *ring, struct fd_submit *submit, struct kernel *kernel) cs_ibo_emit() argument
354 event_write(struct fd_ringbuffer *ring, struct kernel *kernel, enum vgt_event_type evt, bool timestamp) event_write() argument
373 cache_flush(struct fd_ringbuffer *ring, struct kernel *kernel) cache_flush() argument
398 a6xx_emit_grid(struct kernel *kernel, uint32_t grid[3], struct fd_submit *submit) a6xx_emit_grid() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.c253 brw_kernel_from_spirv(struct brw_compiler *compiler, struct disk_cache *disk_cache, struct brw_kernel *kernel, void *log_data, void *mem_ctx, const uint32_t *spirv, size_t spirv_size, const char *entrypoint_name, char **error_str) brw_kernel_from_spirv() argument
[all...]
H A Dintel_clc.c184 print_kernel(FILE *fp, const char *prefix, const struct brw_kernel *kernel, const struct brw_isa_info *isa) print_kernel() argument
519 struct brw_kernel kernel = {}; main() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.hpp37 class kernel : public ref_counter, public _cl_kernel { class
H A Dkernel.cpp31 kernel::kernel(clover::program &prog, const std::string &name, in kernel() function in kernel
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program_cache.c222 iris_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, const void *key, uint32_t key_size, const void *kernel, UNUSED uint32_t kernel_size, const struct brw_stage_prog_data *prog_data_templ, UNUSED uint32_t prog_data_size, uint32_t *kernel_out, void *prog_data_out) iris_blorp_upload_shader() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c258 crocus_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, const void *key, uint32_t key_size, const void *kernel, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data_templ, uint32_t prog_data_size, uint32_t *kernel_out, void *prog_data_out) crocus_blorp_upload_shader() argument
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c438 int kernel[2]; in wait_random_seeded() local
/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp114 Make(GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, SkImage::CubicResampler kernel, Direction direction) Make() argument
125 Make(GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) Make() argument
141 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument
160 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, const SkRect& domain, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument
188 Make(std::unique_ptr<GrFragmentProcessor> fp, SkAlphaType alphaType, const SkMatrix& matrix, SkImage::CubicResampler kernel, Direction direction) Make() argument
198 GrBicubicEffect(std::unique_ptr<GrFragmentProcessor> fp, SkImage::CubicResampler kernel, Direction direction, Clamp clamp) GrBicubicEffect() argument
260 auto kernel = d->fRandom->nextBool() ? GrBicubicEffect::gMitchell TestCreate() local
[all...]
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c438 int kernel[2]; in wait_random_seeded() local
/third_party/skia/gm/
H A Dimagefilters.cpp161 const SkScalar kernel[] = { 4, 0, 4, 0, -15, 0, 4, 0, 4 }; variable
213 SkScalar kernel[9] = {-1.f, -1.f, -1.f, in DEF_SIMPLE_GM() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_op_builder.cpp120 std::vector<int64_t> kernel = { static_cast<int64_t>(builtin->filter_height), in AddAvgPoolingParams() local
138 std::vector<int64_t> kernel = { static_cast<int64_t>(builtin->filter_height), in AddMaxPoolingParams() local

Completed in 16 milliseconds

1234