| /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()
|
| D | lp_bld_sample_soa.c | 4148 LLVMTypeRef ret_type; in lp_build_sample_soa_func() local 4845 LLVMTypeRef ret_type = in lp_build_sample_array_init_soa() local 4931 LLVMTypeRef ret_type = lp_build_vec_type(gallivm, params->type); in lp_build_image_op_switch_soa() local
|
| /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/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/ffmpeg/libavcodec/ |
| D | libdavs2.c | 65 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/spirv-tools/source/opt/ |
| D | fix_storage_class.cpp | 144 const analysis::Type* ret_type = in IsPointerResultType() local
|
| D | types.cpp | 597 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function() 600 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/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/alsa-lib/src/pcm/ |
| D | pcm.c | 8041 #define __P_OLD_GET(pfx, name, val_type, ret_type) \ argument 8050 #define __P_OLD_GET1(pfx, name, val_type, ret_type) \ argument 8059 #define __OLD_GET(name, val_type, ret_type) __P_OLD_GET(__old_, name, val_type, ret_type) argument 8060 #define __OLD_GET1(name, val_type, ret_type) __P_OLD_GET1(__old_, name, val_type, ret_type) argument 8092 #define __P_OLD_NEAR(pfx, name, ret_type) \ argument 8100 #define __P_OLD_NEAR1(pfx, name, ret_type) \ argument 8108 #define __OLD_NEAR(name, ret_type) __P_OLD_NEAR(__old_, name, ret_type) argument 8109 #define __OLD_NEAR1(name, ret_type) __P_OLD_NEAR1(__old_, name, ret_type) argument 8120 #define __P_OLD_SET_FL(pfx, name, ret_type) \ argument 8129 #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
|
| D | vertex_pulling.cc | 894 auto* ret_type = ctx.Clone(func->return_type); in Process() 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
|
| /third_party/vulkan-loader/loader/ |
| D | debug_utils.c | 589 bool ret_type = false; in debug_extensions_InstanceGpa() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | dxil_internal.h | 63 const struct dxil_type *ret_type; member
|