Searched refs:SI_PARAM_REL_IDS (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 187 SI_PARAM_REL_IDS, enumerator
|
D | si_shader.c | 199 return unpack_param(ctx, SI_PARAM_REL_IDS, 0, 8); in get_rel_patch_id() 1676 value = unpack_param(ctx, SI_PARAM_REL_IDS, 8, 5); in declare_system_value() 2637 invocation_id = unpack_param(ctx, SI_PARAM_REL_IDS, 8, 5); in si_copy_tcs_inputs() 2794 invocation_id = unpack_param(ctx, SI_PARAM_REL_IDS, 8, 5); in si_llvm_emit_tcs_epilogue() 5698 params[SI_PARAM_REL_IDS] = ctx->i32; in create_function() 5699 num_params = SI_PARAM_REL_IDS+1; in create_function()
|