Home
last modified time | relevance | path

Searched defs:func (Results 776 - 800 of 1325) sorted by relevance

1...<<31323334353637383940>>...53

/third_party/lame/libmp3lame/
H A Dmpglib_interface.c753 void hip_set_errorf(hip_t hip, lame_report_function func) in hip_set_errorf() argument
764 void hip_set_debugf(hip_t hip, lame_report_function func) in hip_set_debugf() argument
775 void hip_set_msgf (hip_t hip, lame_report_function func) in hip_set_msgf() argument
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c150 void *func = dlsym(RTLD_NEXT, name); in get_function_pointer() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c462 struct nir_function *func = (struct nir_function *)exec_list_get_head_const(&nir->functions); in radv_nir_shader_info_pass() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builder.c53 nir_function *func = nir_function_create(b.shader, "main"); in nir_builder_init_simple_shader() local
411 nir_compare_func(nir_builder *b, enum compare_func func, in nir_compare_func() argument
H A Dnir_lower_double_ops.c578 nir_function *func = NULL; in lower_doubles_instr_to_soft() local
/third_party/mesa3d/src/c11/impl/
H A Dthreads_win32.c83 thrd_start_t func; member
114 struct impl_call_once_param { void (*func)(void); }; member
159 call_once(once_flag *flag, void (*func)(void)) in call_once() argument
311 thrd_create(thrd_t *thr, thrd_start_t func, voi argument
[all...]
/third_party/ltp/lib/
H A Dtst_res.c483 tst_brk__(const char *file, const int lineno, int ttype, void (*func)(void), const char *arg_fmt, ...) tst_brk__() argument
587 tst_brkm__(const char *file, const int lineno, int ttype, void (*func)(void), const char *arg_fmt, ...) tst_brkm__() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h621 d3dcmpfunc_to_pipe_func(D3DCMPFUNC func) in d3dcmpfunc_to_pipe_func() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c200 vc4_blend_func_f(nir_builder *b, nir_ssa_def *src, nir_ssa_def *dst, unsigned func) vc4_blend_func_f() argument
224 vc4_blend_func_i(nir_builder *b, nir_ssa_def *src, nir_ssa_def *dst, unsigned func) vc4_blend_func_i() argument
/third_party/mesa3d/src/mesa/main/
H A Dblend.c127 validate_blend_factors(struct gl_context *ctx, const char *func, in validate_blend_factors() argument
832 _mesa_AlphaFunc( GLenum func, GLclampf ref ) in _mesa_AlphaFunc() argument
[all...]
H A Dblit.c192 validate_color_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLenum filter, const char *func) validate_color_buffer() argument
267 validate_stencil_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, const char *func) validate_stencil_buffer() argument
313 validate_depth_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, const char *func) validate_depth_buffer() argument
629 blit_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, bool no_error, const char *func) blit_framebuffer() argument
868 blit_framebuffer_err(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, const char *func) blit_framebuffer_err() argument
[all...]
H A Dpipelineobj.c606 const char *func = dsa ? "glCreateProgramPipelines" : "glGenProgramPipelines"; in create_program_pipelines() local
636 const char *func = dsa ? "glCreateProgramPipelines" : "glGenProgramPipelines"; in create_program_pipelines_err() local
H A Dtexstorage.c496 char func[32]; in texture_storage() local
353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument
H A Darbprogram.c292 get_local_param_pointer(struct gl_context *ctx, const char *func, in get_local_param_pointer() argument
333 get_env_param_pointer(struct gl_context *ctx, const char *func, in get_env_param_pointer() argument
H A Darrayobj.c1061 gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays, bool create, const char *func) gen_vertex_arrays() argument
1090 gen_vertex_arrays_err(struct gl_context *ctx, GLsizei n, GLuint *arrays, bool create, const char *func) gen_vertex_arrays_err() argument
H A Dmatrix.c295 push_matrix(struct gl_context *ctx, struct gl_matrix_stack *stack, GLenum matrixMode, const char *func) push_matrix() argument
H A Dqueryobj.c551 const char *func = dsa ? "glGenQueries" : "glCreateQueries"; in create_queries() local
1072 get_query_object(struct gl_context *ctx, const char *func, in get_query_object() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c143 LLVMValueRef func; in add_blend_test() local
442 LLVMValueRef func = NULL; test_one() local
[all...]
H A Dlp_test_arit.c349 LLVMValueRef func = LLVMAddFunction(module, test_name, in build_unary_test_func() local
[all...]
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_x86.c87 static void kvm_set_intr_handler(unsigned int id, uintptr_t func) in kvm_set_intr_handler() argument
/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.cc57 uint32_t func = FindOriginatingFunction(call); in GetCallCount() local
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc421 Address func = params.target->ptr(); in Invoke() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c218 LLVMValueRef func = lp_build_const_int_pointer(gallivm, func_to_pointer((func_pointer)_mesa_float_to_half)); in lp_build_float_to_half() local
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp156 void LockAndRun(benchmark::State &state, BenchmarkFunc func, int cpuNum) in LockAndRun() argument
271 BenchmarkFunc func = g_applyBenchmarks.at(funcName).first; in RegisterSingleBenchmark() local
278 BenchmarkFunc func = g_allBenchmarks.at(funcName).first; in RegisterSingleBenchmark() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c524 r300_tex_print_info(struct r300_resource *tex, const char *func) r300_tex_print_info() argument

Completed in 29 milliseconds

1...<<31323334353637383940>>...53