/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_intr.c | 126 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()
|
D | lp_bld_assert.c | 67 LLVMTypeRef ret_type; in lp_build_assert() local
|
D | lp_bld_format_aos.c | 829 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local 935 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
|
D | lp_bld_const.c | 470 LLVMTypeRef ret_type, in lp_build_const_func_pointer()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | function_validation_test.cc | 680 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/ |
D | builtin.h | 8 struct symbol *ret_type; member
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry-debugger.c | 113 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/ |
D | function-redecl.c | 5 void ret_type(void) { } /* check-should-fail */ in ret_type() function
|
/third_party/libffi/src/bfin/ |
D | ffi.c | 122 int ret_type = cif->flags; in ffi_call() local
|
/third_party/ffmpeg/libavcodec/ |
D | libdavs2.c | 63 davs2_seq_info_t *headerset, int ret_type, AVFrame *frame) in davs2_dump_frames()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 326 LLVMTypeRef ret_type; in lp_jit_create_types() local
|
D | lp_state_fs_linear_llvm.c | 284 LLVMTypeRef ret_type = pint8t; in llvmpipe_fs_variant_linear_llvm() local
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_function_decoration_test.cc | 54 const ast::Type* ret_type = nullptr; in TEST_P() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 144 const analysis::Type* ret_type = in IsPointerResultType() local
|
D | types.cpp | 580 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/ |
D | fix_storage_class.cpp | 144 const analysis::Type* ret_type = in IsPointerResultType() local
|
D | types.cpp | 580 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/ |
D | fix_storage_class.cpp | 144 const analysis::Type* ret_type = in IsPointerResultType() local
|
D | types.cpp | 593 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/ |
D | pcm.c | 7859 #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/ |
D | lower_jump_cases.py | 26 def make_test_case(f_name, ret_type, body): argument
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | robustness.cc | 57 auto* ret_type = ctx.src->Sem().Get(expr->object)->Type(); in Transform() local
|
/third_party/libffi/src/s390/ |
D | ffi.c | 312 int ret_type = cif->flags; in ffi_call_int() local
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 126 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/ |
D | si_shader_llvm.c | 142 LLVMTypeRef ret_type; in si_llvm_create_func() local 581 LLVMTypeRef ret_type; in si_build_wrapper_function() local
|