Home
last modified time | relevance | path

Searched refs:tess_input_vertices (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_shader_info.h172 unsigned tess_input_vertices; member
Daco_instruction_selection.cpp11976 program->wave_size % ctx.options->key.tcs.tess_input_vertices == 0 && in select_program()
11977 ctx.options->key.tcs.tess_input_vertices == nir->info.tess.tcs_vertices_out in select_program()
/third_party/mesa3d/src/amd/vulkan/
Dradv_aco_shader_info.h149 ASSIGN_FIELD(tcs.tess_input_vertices); in radv_aco_convert_pipe_key()
Dradv_nir_lower_abi.c107 return nir_imm_int(b, s->pl_key->tcs.tess_input_vertices); in lower_abi_instr()
Dradv_shader.h89 unsigned tess_input_vertices; member
Dradv_pipeline.c3334 key.tcs.tess_input_vertices = info->ts.patch_control_points; in radv_generate_graphics_pipeline_key()
3805 unsigned tess_in_patch_size = pipeline_key->tcs.tess_input_vertices; in gather_tess_info()