Home
last modified time | relevance | path

Searched defs:ret_type (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c126 LLVMTypeRef ret_type, in lp_declare_intrinsic()
232 LLVMTypeRef ret_type, in lp_build_intrinsic()
287 LLVMTypeRef ret_type, in lp_build_intrinsic_unary()
297 LLVMTypeRef ret_type, in lp_build_intrinsic_binary()
402 LLVMTypeRef ret_type, in lp_build_intrinsic_map()
432 LLVMTypeRef ret_type, in lp_build_intrinsic_map_unary()
442 LLVMTypeRef ret_type, in lp_build_intrinsic_map_binary()
Dlp_bld_assert.c67 LLVMTypeRef ret_type; in lp_build_assert() local
Dlp_bld_format_aos.c829 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
935 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
Dlp_bld_const.c470 LLVMTypeRef ret_type, in lp_build_const_func_pointer()
/third_party/skia/third_party/externals/tint/src/resolver/
Dfunction_validation_test.cc680 auto* ret_type = in TEST_F() local
690 auto* ret_type = ty.atomic(Source{{12, 34}}, ty.i32()); in TEST_F() local
699 auto* ret_type = ty.array(Source{{12, 34}}, ty.atomic(ty.i32()), 10); in TEST_F() local
709 auto* ret_type = ty.type_name(Source{{12, 34}}, "S"); in TEST_F() local
718 auto* ret_type = ty.array(Source{{12, 34}}, ty.i32()); in TEST_F() local
728 auto* ret_type = ty.type_name(Source{{12, 34}}, "S"); in TEST_F() local
740 auto* ret_type = ty.type_name(Source{{12, 34}}, "S"); in TEST_F() local
/third_party/ltp/tools/sparse/sparse-src/
Dbuiltin.h8 struct symbol *ret_type; member
/third_party/jerryscript/jerry-core/api/
Djerry-debugger.c113 jerry_debugger_wait_for_source_status_t ret_type = JERRY_DEBUGGER_SOURCE_RECEIVE_FAILED; in jerry_debugger_wait_for_client_source() local
/third_party/ltp/tools/sparse/sparse-src/validation/
Dfunction-redecl.c5 void ret_type(void) { } /* check-should-fail */ in ret_type() function
/third_party/libffi/src/bfin/
Dffi.c122 int ret_type = cif->flags; in ffi_call() local
/third_party/ffmpeg/libavcodec/
Dlibdavs2.c63 davs2_seq_info_t *headerset, int ret_type, AVFrame *frame) in davs2_dump_frames()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c326 LLVMTypeRef ret_type; in lp_jit_create_types() local
Dlp_state_fs_linear_llvm.c284 LLVMTypeRef ret_type = pint8t; in llvmpipe_fs_variant_linear_llvm() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_function_decoration_test.cc54 const ast::Type* ret_type = nullptr; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
Dtypes.cpp580 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function()
583 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
Dtypes.cpp580 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function()
583 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function()
/third_party/spirv-tools/source/opt/
Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
Dtypes.cpp593 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function()
596 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function()
/third_party/alsa-lib/src/pcm/
Dpcm.c7859 #define __P_OLD_GET(pfx, name, val_type, ret_type) \ argument
7868 #define __P_OLD_GET1(pfx, name, val_type, ret_type) \ argument
7877 #define __OLD_GET(name, val_type, ret_type) __P_OLD_GET(__old_, name, val_type, ret_type) argument
7878 #define __OLD_GET1(name, val_type, ret_type) __P_OLD_GET1(__old_, name, val_type, ret_type) argument
7910 #define __P_OLD_NEAR(pfx, name, ret_type) \ argument
7918 #define __P_OLD_NEAR1(pfx, name, ret_type) \ argument
7926 #define __OLD_NEAR(name, ret_type) __P_OLD_NEAR(__old_, name, ret_type) argument
7927 #define __OLD_NEAR1(name, ret_type) __P_OLD_NEAR1(__old_, name, ret_type) argument
7938 #define __P_OLD_SET_FL(pfx, name, ret_type) \ argument
7947 #define __P_OLD_SET_FL1(pfx, name, ret_type) \ argument
[all …]
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_jump_cases.py26 def make_test_case(f_name, ret_type, body): argument
/third_party/skia/third_party/externals/tint/src/transform/
Drobustness.cc57 auto* ret_type = ctx.src->Sem().Get(expr->object)->Type(); in Transform() local
/third_party/libffi/src/s390/
Dffi.c312 int ret_type = cif->flags; in ffi_call_int() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c126 struct vtn_type *ret_type = vtn_callee->type->return_type; in vtn_handle_function_call() local
1090 const struct glsl_type *ret_type = in vtn_emit_ret_store() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c142 LLVMTypeRef ret_type; in si_llvm_create_func() local
581 LLVMTypeRef ret_type; in si_build_wrapper_function() local

12