Home
last modified time | relevance | path

Searched refs:tcs_temp_only_inputs (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_tess_io_to_mem.c134 uint64_t tcs_temp_only_inputs; member
213 if (match_mask(MESA_SHADER_VERTEX, intrin, st->tcs_temp_only_inputs, false)) in lower_ls_output_store()
623 uint64_t tcs_temp_only_inputs, in ac_nir_lower_ls_outputs_to_mem() argument
631 .tcs_temp_only_inputs = tcs_in_out_eq ? tcs_temp_only_inputs : 0, in ac_nir_lower_ls_outputs_to_mem()
Dac_nir.h45 uint64_t tcs_temp_only_inputs,
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.h98 uint64_t tcs_temp_only_inputs; member
Daco_instruction_selection_setup.cpp305 ctx->tcs_temp_only_inputs = ctx->args->shader_info->vs.tcs_temp_only_input_mask; in setup_tcs_info()
Daco_instruction_selection.cpp11611 ctx.tcs_temp_only_inputs == nir->info.inputs_read; in select_program()