Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c74 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()
660 inputs = ctx->shader->key.mono.u.ff_tcs_inputs_to_copy; in si_copy_tcs_inputs()
Dsi_shader.h634 uint64_t ff_tcs_inputs_to_copy; /* for fixed-func TCS */ member
Dsi_shader.c1214 key->mono.u.ff_tcs_inputs_to_copy); in si_dump_shader_key()
Dsi_state_shaders.c1891 key->mono.u.ff_tcs_inputs_to_copy = sctx->vs_shader.cso->outputs_written; in si_shader_selector_key()