Home
last modified time | relevance | path

Searched refs:tcs_key (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c559 struct brw_tcs_prog_key tcs_key = { 0, }; in anv_pipeline_compile_tcs_tes() local
566 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 …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_nir.cpp2291 struct brw_tcs_prog_key *tcs_key = (struct brw_tcs_prog_key *) key; in nir_emit_tcs_intrinsic() local
2307 brw_imm_d(tcs_key->input_vertices)); in nir_emit_tcs_intrinsic()