Home
last modified time | relevance | path

Searched refs:other_const_and_shader_buffers (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h77 struct ac_arg other_const_and_shader_buffers; member
Dsi_shader_llvm_gs.c119 ret = si_insert_input_ptr(ctx, ret, ctx->other_const_and_shader_buffers, 0); in si_set_es_return_value_for_gs()
Dsi_shader_llvm_tess.c921 ret = si_insert_input_ptr(ctx, ret, ctx->other_const_and_shader_buffers, 0); in si_set_ls_return_value_for_tcs()
Dsi_shader.c238 assign_params ? &ctx->const_and_shader_buffers : &ctx->other_const_and_shader_buffers); in declare_const_and_shader_buffers()