Searched refs:tcs_key (Results 1 – 2 of 2) sorted by relevance
559 struct brw_tcs_prog_key tcs_key = { 0, }; in anv_pipeline_compile_tcs_tes() local566 populate_sampler_prog_key(&pipeline->device->info, &tcs_key.tex); in anv_pipeline_compile_tcs_tes()568 tcs_key.input_vertices = info->pTessellationState->patchControlPoints; in anv_pipeline_compile_tcs_tes()571 anv_hash_shader(tcs_sha1, &tcs_key, sizeof(tcs_key), tcs_module, in anv_pipeline_compile_tcs_tes()627 tcs_key.tes_primitive_mode = tes_nir->info->tess.primitive_mode; in anv_pipeline_compile_tcs_tes()628 tcs_key.outputs_written = tcs_nir->info->outputs_written; in anv_pipeline_compile_tcs_tes()629 tcs_key.patch_outputs_written = tcs_nir->info->patch_outputs_written; in anv_pipeline_compile_tcs_tes()630 tcs_key.quads_workaround = in anv_pipeline_compile_tcs_tes()635 tes_key.inputs_read = tcs_key.outputs_written; in anv_pipeline_compile_tcs_tes()636 tes_key.patch_inputs_read = tcs_key.patch_outputs_written; in anv_pipeline_compile_tcs_tes()[all …]
2291 struct brw_tcs_prog_key *tcs_key = (struct brw_tcs_prog_key *) key; in nir_emit_tcs_intrinsic() local2307 brw_imm_d(tcs_key->input_vertices)); in nir_emit_tcs_intrinsic()