Searched refs:SI_PARAM_TCS_OUT_LAYOUT (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 176 SI_PARAM_TCS_OUT_LAYOUT, enumerator
|
D | si_shader.c | 248 return unpack_param(ctx, SI_PARAM_TCS_OUT_LAYOUT, 0, 13); in get_tcs_out_patch_stride() 1079 stride = unpack_param(ctx, SI_PARAM_TCS_OUT_LAYOUT, 13, 8); in fetch_output_tcs() 1133 stride = unpack_param(ctx, SI_PARAM_TCS_OUT_LAYOUT, 13, 8); in store_output_tcs() 1749 value = unpack_param(ctx, SI_PARAM_TCS_OUT_LAYOUT, 26, 6); in declare_system_value() 5690 params[SI_PARAM_TCS_OUT_LAYOUT] = ctx->i32; in create_function() 8053 params[SI_PARAM_TCS_OUT_LAYOUT] = ctx->i32; in si_build_tcs_epilog_function()
|