Searched refs:tcs_key (Results 1 – 3 of 3) sorted by relevance
625 struct brw_tcs_prog_key tcs_key = {}; in anv_pipeline_compile_tcs_tes() local632 populate_sampler_prog_key(&pipeline->device->info, &tcs_key.tex); in anv_pipeline_compile_tcs_tes()634 tcs_key.input_vertices = info->pTessellationState->patchControlPoints; in anv_pipeline_compile_tcs_tes()639 &tcs_key, sizeof(tcs_key), tcs_sha1); in anv_pipeline_compile_tcs_tes()694 tcs_key.tes_primitive_mode = tes_nir->info.tess.primitive_mode; in anv_pipeline_compile_tcs_tes()695 tcs_key.outputs_written = tcs_nir->info.outputs_written; in anv_pipeline_compile_tcs_tes()696 tcs_key.patch_outputs_written = tcs_nir->info.patch_outputs_written; in anv_pipeline_compile_tcs_tes()697 tcs_key.quads_workaround = in anv_pipeline_compile_tcs_tes()702 tes_key.inputs_read = tcs_key.outputs_written; in anv_pipeline_compile_tcs_tes()703 tes_key.patch_inputs_read = tcs_key.patch_outputs_written; in anv_pipeline_compile_tcs_tes()[all …]
343 struct brw_tcs_prog_key tcs_key; in brw_disk_cache_write_render_programs() local344 brw_tcs_populate_key(brw, &tcs_key); in brw_disk_cache_write_render_programs()345 tcs_key.program_string_id = 0; in brw_disk_cache_write_render_programs()347 write_program_data(brw, prog, &tcs_key, brw->tcs.base.prog_data, in brw_disk_cache_write_render_programs()
2455 struct brw_tcs_prog_key *tcs_key = (struct brw_tcs_prog_key *) key; in nir_emit_tcs_intrinsic() local2471 brw_imm_d(tcs_key->input_vertices)); in nir_emit_tcs_intrinsic()