| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_assert.c | 67 LLVMTypeRef ret_type; local in function:lp_build_assert
|
| H A D | lp_bld_const.c | 466 lp_build_const_func_pointer(struct gallivm_state * gallivm,const void * ptr,LLVMTypeRef ret_type,LLVMTypeRef * arg_types,unsigned num_args,const char * name) argument
|
| H A D | lp_bld_intr.c | 101 lp_declare_intrinsic(LLVMModuleRef module,const char * name,LLVMTypeRef ret_type,LLVMTypeRef * arg_types,unsigned num_args) argument 218 lp_build_intrinsic(LLVMBuilderRef builder,const char * name,LLVMTypeRef ret_type,LLVMValueRef * args,unsigned num_args,unsigned attr_mask) argument 270 lp_build_intrinsic_unary(LLVMBuilderRef builder,const char * name,LLVMTypeRef ret_type,LLVMValueRef a) argument 280 lp_build_intrinsic_binary(LLVMBuilderRef builder,const char * name,LLVMTypeRef ret_type,LLVMValueRef a,LLVMValueRef b) argument 385 lp_build_intrinsic_map(struct gallivm_state * gallivm,const char * name,LLVMTypeRef ret_type,LLVMValueRef * args,unsigned num_args) argument 415 lp_build_intrinsic_map_unary(struct gallivm_state * gallivm,const char * name,LLVMTypeRef ret_type,LLVMValueRef a) argument 425 lp_build_intrinsic_map_binary(struct gallivm_state * gallivm,const char * name,LLVMTypeRef ret_type,LLVMValueRef a,LLVMValueRef b) argument [all...] |
| H A D | lp_bld_format_aos.c | 794 LLVMTypeRef ret_type; local in function:lp_build_fetch_rgba_aos 899 LLVMTypeRef ret_type; local in function:lp_build_fetch_rgba_aos
|
| H A D | lp_bld_format_s3tc.c | 1961 LLVMTypeRef ret_type; local in function:update_cached_block
|
| H A D | lp_bld_arit.c | 2030 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_iround_nearest_sse2
|
| H A D | lp_bld_sample_soa.c | 3575 LLVMTypeRef ret_type; local in function:lp_build_sample_soa_func
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_assert.c | 67 LLVMTypeRef ret_type; local in function:lp_build_assert
|
| H A D | lp_bld_const.c | 466 lp_build_const_func_pointer(struct gallivm_state * gallivm,const void * ptr,LLVMTypeRef ret_type,LLVMTypeRef * arg_types,unsigned num_args,const char * name) argument
|
| H A D | lp_bld_intr.c | 106 lp_declare_intrinsic(LLVMModuleRef module,const char * name,LLVMTypeRef ret_type,LLVMTypeRef * arg_types,unsigned num_args) argument 223 lp_build_intrinsic(LLVMBuilderRef builder,const char * name,LLVMTypeRef ret_type,LLVMValueRef * args,unsigned num_args,unsigned attr_mask) argument 276 lp_build_intrinsic_unary(LLVMBuilderRef builder,const char * name,LLVMTypeRef ret_type,LLVMValueRef a) argument 286 lp_build_intrinsic_binary(LLVMBuilderRef builder,const char * name,LLVMTypeRef ret_type,LLVMValueRef a,LLVMValueRef b) argument 391 lp_build_intrinsic_map(struct gallivm_state * gallivm,const char * name,LLVMTypeRef ret_type,LLVMValueRef * args,unsigned num_args) argument 421 lp_build_intrinsic_map_unary(struct gallivm_state * gallivm,const char * name,LLVMTypeRef ret_type,LLVMValueRef a) argument 431 lp_build_intrinsic_map_binary(struct gallivm_state * gallivm,const char * name,LLVMTypeRef ret_type,LLVMValueRef a,LLVMValueRef b) argument [all...] |
| H A D | lp_bld_format_aos.c | 828 LLVMTypeRef ret_type; local in function:lp_build_fetch_rgba_aos 937 LLVMTypeRef ret_type; local in function:lp_build_fetch_rgba_aos
|
| H A D | lp_bld_arit.c | 1909 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local in function:lp_build_iround_nearest_sse2
|
| H A D | lp_bld_format_s3tc.c | 2000 LLVMTypeRef ret_type; local in function:update_cached_block
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.c | 326 LLVMTypeRef ret_type; local in function:lp_jit_create_types
|
| H A D | lp_state_fs_linear_llvm.c | 259 LLVMTypeRef ret_type; local in function:llvmpipe_fs_variant_linear_llvm
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 126 struct vtn_type *ret_type = vtn_callee->type->return_type; local in function:vtn_handle_function_call 1050 const struct glsl_type *ret_type = local in function:vtn_emit_ret_store
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 194 struct vtn_type *ret_type = vtn_callee->type->return_type; local in function:vtn_handle_function_call 936 const struct glsl_type *ret_type = local in function:vtn_emit_cf_list
|
| H A D | spirv_to_nir.c | 2104 struct vtn_type *ret_type = vtn_value(b, w[1], vtn_value_type_type)->type; local in function:vtn_handle_texture
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1714 const glsl_type *ret_type = ir->type->base_type == GLSL_TYPE_UINT64 local in function:lower_instructions_visitor::mul64_to_mul_and_mul_high
|
| H A D | ast_to_hir.cpp | 6463 const glsl_type *const ret_type = local in function:ast_jump_statement::hir
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1687 const glsl_type *ret_type = ir->type->base_type == GLSL_TYPE_UINT64 local in function:lower_instructions_visitor::mul64_to_mul_and_mul_high
|
| H A D | ast_to_hir.cpp | 6262 const glsl_type *const ret_type = local in function:ast_jump_statement::hir
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_setup.c | 1095 LLVMTypeRef main_fn_type, ret_type; local in function:si_llvm_create_func
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm.c | 142 LLVMTypeRef ret_type; local in function:si_llvm_create_func 677 LLVMTypeRef ret_type; local in function:si_build_wrapper_function [all...] |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_internal.h | 63 const struct dxil_type *ret_type; member in struct:dxil_type::__anonbc4bc12e010a::__anonbc4bc12e0308
|