Home
last modified time | relevance | path

Searched defs:returns (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/
Ddawn.json30 "returns": "instance", string
37 "returns": "void", string
42 "returns": "proc", string
86 "returns": "bool", string
101 "returns": "bool", string
178 "returns": "void", string
214 "returns": "void", string
390 "returns": "void *", string
398 "returns": "void const *", string
406 "returns": "void", string
[all …]
/third_party/flutter/skia/third_party/externals/dawn/
Ddawn.json260 "returns": "command buffer", string
267 "returns": "compute pass encoder", string
274 "returns": "render pass encoder", string
420 "returns": "bind group", string
427 "returns": "bind group layout", string
434 "returns": "buffer", string
441 "returns": "create buffer mapped result", string
456 "returns": "command encoder", string
463 "returns": "compute pipeline", string
470 "returns": "render pipeline", string
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c202 LLVMTypeRef returns[AC_MAX_ARGS]; in si_llvm_create_main_func() local
509 LLVMTypeRef returns[AC_MAX_ARGS], last_func_type, return_type; in si_build_wrapper_function() local
Dsi_shader_llvm_vs.c869 LLVMTypeRef *returns; in si_llvm_build_vs_prolog() local
/third_party/python/Include/internal/
Dpycore_ast.h171 expr_ty returns; member
193 expr_ty returns; member
202 expr_ty returns; member
Dpycore_ast_state.h228 PyObject *returns; member
/third_party/python/Python/
DPython-ast.c1926 _PyAST_FunctionType(asdl_expr_seq * argtypes, expr_ty returns, PyArena *arena) in _PyAST_FunctionType()
1945 asdl_expr_seq * decorator_list, expr_ty returns, string in _PyAST_FunctionDef()
1979 body, asdl_expr_seq * decorator_list, expr_ty returns, in _PyAST_AsyncFunctionDef()
5514 expr_ty returns; in obj2ast_mod() local
5676 expr_ty returns; in obj2ast_stmt() local
5837 expr_ty returns; in obj2ast_stmt() local
Dsymtable.c1859 symtable_visit_annotations(struct symtable *st, stmt_ty o, arguments_ty a, expr_ty returns) in symtable_visit_annotations()
Dcompile.c2191 expr_ty returns) in compiler_visit_annotations()
2322 expr_ty returns; in compiler_function() local
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py1012 def returns(self): member in Signature