| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
| H A D | CLKernelCL.cpp | 31 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 D | CLProgramCL.cpp | 117 CLKernelImpl::Ptr CLProgramCL::createKernel(const cl::Kernel &kernel, in createKernel() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_convolution_opencl.c | 41 cl_kernel kernel; member [all...] |
| H A D | vf_remap_opencl.c | 43 cl_kernel kernel; member 77 const char *kernel = kernels[ctx->interp]; in remap_opencl_load() local [all...] |
| H A D | vf_unsharp_opencl.c | 37 cl_kernel kernel; member [all...] |
| H A D | vf_overlay_opencl.c | 34 cl_kernel kernel; member 55 const char *kernel; in overlay_opencl_load() local [all...] |
| H A D | vf_program_opencl.c | 38 cl_kernel kernel; member [all...] |
| H A D | vf_gblur_vulkan.c | 78 static void init_gaussian_kernel(float *kernel, float sigma, float kernel_size) in init_gaussian_kernel() argument [all...] |
| H A D | vf_tmidequalizer.c | 45 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 D | vf_libopencv.c | 206 static int parse_iplconvkernel(IplConvKernel **kernel, char *buf, void *log_ctx) in parse_iplconvkernel() argument 258 IplConvKernel *kernel; member
|
| H A D | vf_xfade_opencl.c | 54 cl_kernel kernel; member [all...] |
| /third_party/lame/libmp3lame/ |
| H A D | gain_analysis.c | 147 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 D | main.c | 258 struct kernel *kernel = backend->assemble(backend, in); in main() local [all...] |
| H A D | a6xx.c | 107 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 D | brw_kernel.c | 253 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 D | intel_clc.c | 184 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 D | kernel.hpp | 37 class kernel : public ref_counter, public _cl_kernel { class
|
| H A D | kernel.cpp | 31 kernel::kernel(clover::program &prog, const std::string &name, in kernel() function in kernel [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_program_cache.c | 222 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 D | crocus_program_cache.c | 258 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 D | rand_unix.c | 438 int kernel[2]; in wait_random_seeded() local
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrBicubicEffect.cpp | 114 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 D | rand_unix.c | 438 int kernel[2]; in wait_random_seeded() local
|
| /third_party/skia/gm/ |
| H A D | imagefilters.cpp | 161 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 D | nnrt_op_builder.cpp | 120 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
|