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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir.h45 uint64_t tcs_temp_only_inputs,
H A Dac_nir_lower_tess_io_to_mem.c134 uint64_t tcs_temp_only_inputs; member in struct:__anon9214dccf0108
213 if (match_mask(MESA_SHADER_VERTEX, intrin, st->tcs_temp_only_inputs, false))
623 uint64_t tcs_temp_only_inputs,
631 .tcs_temp_only_inputs = tcs_in_out_eq ? tcs_temp_only_inputs : 0,
621 ac_nir_lower_ls_outputs_to_mem(nir_shader * shader,bool tcs_in_out_eq,uint64_t tcs_temp_only_inputs,unsigned num_reserved_ls_outputs) argument
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.h98 uint64_t tcs_temp_only_inputs; member in struct:aco::isel_context
H A Daco_instruction_selection_setup.cpp305 ctx->tcs_temp_only_inputs = ctx->args->shader_info->vs.tcs_temp_only_input_mask;
H A Daco_instruction_selection.cpp11607 ctx.tcs_temp_only_inputs == nir->info.inputs_read;

Completed in 25 milliseconds