Home
last modified time | relevance | path

Searched refs:param_const_and_shader_buffers (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h109 int param_const_and_shader_buffers; member
Dsi_shader.c2245 ctx->param_const_and_shader_buffers); in load_const_buffer_desc()
2254 LLVMValueRef ptr = LLVMGetParam(ctx->main_fn, ctx->param_const_and_shader_buffers); in load_ubo()
2268 ctx->param_const_and_shader_buffers); in load_ssbo()
2321 LLVMGetParam(ctx->main_fn, ctx->param_const_and_shader_buffers); in fetch_constant()
2373 LLVMValueRef ptr = LLVMGetParam(ctx->main_fn, ctx->param_const_and_shader_buffers); in fetch_constant()
4577 ctx->param_const_and_shader_buffers = const_and_shader_buffers; in declare_per_stage_desc_pointers()
7728 ctx->param_const_and_shader_buffers = add_arg(&fninfo, ARG_SGPR, ctx->i64); in si_build_ps_epilog_function()