Searched refs:ff_tcs_inputs_to_copy (Results 1 – 4 of 4) sorted by relevance
74 if (ctx->shader->key.mono.u.ff_tcs_inputs_to_copy) in get_tcs_out_vertex_dw_stride_constant()75 return util_last_bit64(ctx->shader->key.mono.u.ff_tcs_inputs_to_copy) * 4; in get_tcs_out_vertex_dw_stride_constant()89 if (ctx->shader->key.mono.u.ff_tcs_inputs_to_copy) in get_tcs_out_patch_stride()653 inputs = ctx->shader->key.mono.u.ff_tcs_inputs_to_copy; in si_copy_tcs_inputs()
660 uint64_t ff_tcs_inputs_to_copy; /* for fixed-func TCS */ member
1186 key->mono.u.ff_tcs_inputs_to_copy); in si_dump_shader_key()
3188 sctx->fixed_func_tcs_shader.key.mono.u.ff_tcs_inputs_to_copy = sel ? sel->outputs_written : 0; in si_bind_vs_shader()