Searched refs:num_returns (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_function_can_inline.cpp41 this->num_returns = 0;
46 int num_returns; member in class:ir_function_can_inline_visitor
53 this->num_returns++;
72 v.num_returns++;
74 return v.num_returns == 1;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_function_can_inline.cpp41 this->num_returns = 0;
46 int num_returns; member in class:ir_function_can_inline_visitor
53 this->num_returns++;
72 v.num_returns++;
74 return v.num_returns == 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c614 int num_returns, i, num_color_channels; local in function:si_llvm_build_ps_prolog
620 num_returns = 0;
626 return_types[num_returns++] = ctx->ac.i32;
643 return_types[num_returns++] = ctx->ac.f32;
648 return_types[num_returns++] = ctx->ac.f32;
651 si_llvm_create_func(ctx, "ps_prolog", return_types, num_returns, 0);
H A Dsi_shader_llvm_vs.c820 int num_returns, i; local in function:si_llvm_build_vs_prolog
834 num_returns = 0;
839 returns[num_returns++] = ctx->ac.i32;
845 returns[num_returns++] = ctx->ac.f32;
850 returns[num_returns++] = ctx->ac.f32;
853 si_llvm_create_func(ctx, "vs_prolog", returns, num_returns, 0);
H A Dsi_shader_llvm.c604 unsigned num_returns = 0; local in function:si_build_wrapper_function
612 num_returns = LLVMCountStructElementTypes(return_type);
613 assert(num_returns <= ARRAY_SIZE(returns));
622 si_llvm_create_func(ctx, "wrapper", returns, num_returns,
H A Dsi_shader.c380 unsigned i, num_returns, num_return_sgprs; local in function:si_init_shader_args
687 num_returns = num_return_sgprs + util_bitcount(shader->selector->info.colors_written) * 4 +
691 num_returns = MAX2(num_returns, num_return_sgprs + PS_EPILOG_SAMPLEMASK_MIN_LOC + 1);
695 for (; i < num_returns; i++)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c4327 LLVMTypeRef *returns, unsigned num_returns,
4333 si_llvm_create_func(ctx, name, returns, num_returns,
4579 unsigned num_returns = 0; local in function:create_function
4651 returns[num_returns++] = ctx->i32; /* SGPRs */
4653 returns[num_returns++] = ctx->f32; /* VGPRs */
4689 returns[num_returns++] = ctx->i32; /* SGPRs */
4691 returns[num_returns++] = ctx->f32; /* VGPRs */
4700 returns[num_returns++] = ctx->i32; /* SGPRs */
4702 returns[num_returns++] = ctx->f32; /* VGPRs */
4761 returns[num_returns
4325 si_create_function(struct si_shader_context * ctx,const char * name,LLVMTypeRef * returns,unsigned num_returns,struct si_function_info * fninfo,unsigned max_workgroup_size) argument
7121 int num_returns, i; local in function:si_build_vs_prolog_function
7450 int num_returns, i, num_color_channels; local in function:si_build_ps_prolog_function
[all...]

Completed in 20 milliseconds