Home
last modified time | relevance | path

Searched defs:func (Results 1301 - 1325 of 1906) sorted by relevance

1...<<51525354555657585960>>...77

/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.c189 const char *func = "glCreateMemoryObjectsEXT"; in _mesa_CreateMemoryObjectsEXT() local
238 const char *func = "glMemoryObjectParameterivEXT"; in _mesa_MemoryObjectParameterivEXT() local
278 const char *func in _mesa_GetMemoryObjectParameterivEXT() local
306 lookup_memory_object_err(struct gl_context *ctx, unsigned memory, const char* func) lookup_memory_object_err() argument
331 texstorage_memory(GLuint dims, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, const char *func) texstorage_memory() argument
375 texstorage_memory_ms(GLuint dims, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset, const char* func) texstorage_memory_ms() argument
407 texturestorage_memory(GLuint dims, GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, const char *func) texturestorage_memory() argument
451 texturestorage_memory_ms(GLuint dims, GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset, const char* func) texturestorage_memory_ms() argument
766 const char *func = "glGenSemaphoresEXT"; _mesa_GenSemaphoresEXT() local
800 const char *func = "glDeleteSemaphoresEXT"; _mesa_DeleteSemaphoresEXT() local
856 semaphore_parameter_stub(const char* func, GLenum pname) semaphore_parameter_stub() argument
866 const char *func = "glSemaphoreParameterui64vEXT"; _mesa_SemaphoreParameterui64vEXT() local
898 const char *func = "glGetSemaphoreParameterui64vEXT"; _mesa_GetSemaphoreParameterui64vEXT() local
936 const char *func = "glWaitSemaphoreEXT"; _mesa_WaitSemaphoreEXT() local
996 const char *func = "glSignalSemaphoreEXT"; _mesa_SignalSemaphoreEXT() local
1051 const char *func = "glImportMemoryFdEXT"; _mesa_ImportMemoryFdEXT() local
1079 const char *func = "glImportMemoryWin32HandleEXT"; _mesa_ImportMemoryWin32HandleEXT() local
1110 const char *func = "glImportMemoryWin32NameEXT"; _mesa_ImportMemoryWin32NameEXT() local
1140 const char *func = "glImportSemaphoreFdEXT"; _mesa_ImportSemaphoreFdEXT() local
1176 const char *func = "glImportSemaphoreWin32HandleEXT"; _mesa_ImportSemaphoreWin32HandleEXT() local
1220 const char *func = "glImportSemaphoreWin32HandleEXT"; _mesa_ImportSemaphoreWin32NameEXT() local
[all...]
H A Dtransformfeedback.c1056 const char* func; in create_transform_feedbacks() local
691 lookup_transform_feedback_object_err(struct gl_context *ctx, GLuint xfb, const char* func) lookup_transform_feedback_object_err() argument
712 lookup_transform_feedback_bufferobj_err(struct gl_context *ctx, GLuint buffer, const char* func, bool *error) lookup_transform_feedback_bufferobj_err() argument
[all...]
H A Des1_conversion.c25 _mesa_AlphaFuncx(GLenum func, GLclampx ref) in _mesa_AlphaFuncx() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.h83 unsigned func:3; /**< depth test func (PIPE_FUNC_x) */ member
94 unsigned func:3; member
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h139 StringPerfFunction(ICUStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction() argument
163 StringPerfFunction(StdStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction() argument
186 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() argument
208 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() argument
/third_party/libexif/libexif/
H A Dexif-data.c1707 exif_data_foreach_content (ExifData *data, ExifDataForeachContentFunc func, in exif_data_foreach_content() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc536 JSFunction func = JSFunction::cast(current_obj); in CollectAndMaybeResetCounts() local
792 JSFunction func = JSFunction::cast(o); in SelectMode() local
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc32 Task(base::Semaphore* ready_semaphore, std::function<void()> func) in Task() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnir.c911 nir_function_impl *func = nir_shader_get_entrypoint(nir); in ppir_compile_nir() local
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c112 struct x86_function *func; member
1320 build_vertex_emit(struct translate_sse *p, struct x86_function *func, unsigned index_size) build_vertex_emit() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp257 blend_op(enum pipe_blend_func func) in blend_op() argument
286 logic_op(enum pipe_logicop func) in logic_op() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c340 char *func = NULL; in ossl_cmp_log_trace_cb() local
367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) ossl_cmp_print_log() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dfipsprov.c772 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr.c385 unsigned long ERR_peek_error_func(const char **func) in ERR_peek_error_func() argument
420 unsigned long ERR_peek_last_error_func(const char **func) in ERR_peek_last_error_func() argument
355 ERR_get_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_get_error_all() argument
395 ERR_peek_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_error_all() argument
430 ERR_peek_last_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_last_error_all() argument
445 get_error_values(ERR_GET_ACTION g, const char **file, int *line, const char **func, const char **data, int *flags) get_error_values() argument
522 ossl_err_string_int(unsigned long e, const char *func, char *buf, size_t len) ossl_err_string_int() argument
[all...]
/third_party/openssl/test/
H A Dcmp_ctx_test.c124 static int msg_total_size_log_cb(const char *func, const char *file, int line, in msg_total_size_log_cb() argument
247 static int test_log_cb(const char *func, const char *file, int line, in test_log_cb() argument
/third_party/python/Lib/
H A Doperator.py248 def func(obj): function
256 def func(obj): function
282 def func(obj): function
287 def func(obj): function
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c371 pa_log_levelv_meta( pa_log_level_t level, const char*file, int line, const char *func, const char *format, va_list ap) pa_log_levelv_meta() argument
617 pa_log_level_meta( pa_log_level_t level, const char*file, int line, const char *func, const char *format, ...) pa_log_level_meta() argument
[all...]
/third_party/python/Include/cpython/
H A Dinitconfig.h16 const char *func; member
/third_party/openssl/crypto/err/
H A Derr.c385 unsigned long ERR_peek_error_func(const char **func) in ERR_peek_error_func() argument
420 unsigned long ERR_peek_last_error_func(const char **func) in ERR_peek_last_error_func() argument
355 ERR_get_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_get_error_all() argument
395 ERR_peek_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_error_all() argument
430 ERR_peek_last_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_last_error_all() argument
445 get_error_values(ERR_GET_ACTION g, const char **file, int *line, const char **func, const char **data, int *flags) get_error_values() argument
522 ossl_err_string_int(unsigned long e, const char *func, char *buf, size_t len) ossl_err_string_int() argument
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c340 char *func = NULL; in ossl_cmp_log_trace_cb() local
367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) ossl_cmp_print_log() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp168 GetIndexFunctionDefinition(const TType &type, bool write, const TFunction &func, TSymbolTable *symbolTable) GetIndexFunctionDefinition() argument
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp516 CreateHeifDecoderImplT func = (CreateHeifDecoderImplT)dlsym(heifImplHandle, "CreateHeifDecoderImpl"); in createHeifDecoder() local
/third_party/openssl/providers/fips/
H A Dfipsprov.c772 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp422 bool DeadBranchElimPass::EliminateDeadBranches(Function* func) { in EliminateDeadBranches() argument
95 MarkLiveBlocks( Function* func, std::unordered_set<BasicBlock*>* live_blocks) MarkLiveBlocks() argument
262 FixPhiNodesInLiveBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) FixPhiNodesInLiveBlocks() argument
372 EraseDeadBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_set<BasicBlock*>& unreachable_merges, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) EraseDeadBlocks() argument
[all...]
H A Dinline_pass.cpp697 bool InlinePass::HasNoReturnInLoop(Function* func) { in HasNoReturnInLoop() argument
717 void InlinePass::AnalyzeReturns(Function* func) { in AnalyzeReturns() argument
733 bool InlinePass::IsInlinableFunction(Function* func) { in IsInlinableFunction() argument
[all...]

Completed in 29 milliseconds

1...<<51525354555657585960>>...77