Searched refs:tcs_bin (Results 1 – 2 of 2) sorted by relevance
627 struct anv_shader_bin *tcs_bin = NULL; in anv_pipeline_compile_tcs_tes() local645 tcs_bin = anv_pipeline_cache_search(cache, tcs_sha1, sizeof(tcs_sha1)); in anv_pipeline_compile_tcs_tes()649 if (tcs_bin == NULL || tes_bin == NULL) { in anv_pipeline_compile_tcs_tes()717 tcs_bin = anv_pipeline_upload_kernel(pipeline, cache, in anv_pipeline_compile_tcs_tes()723 if (!tcs_bin) { in anv_pipeline_compile_tcs_tes()752 anv_pipeline_add_compiled_stage(pipeline, MESA_SHADER_TESS_CTRL, tcs_bin); in anv_pipeline_compile_tcs_tes()
1178 const struct anv_shader_bin *tcs_bin = local1189 hs.KernelStartPointer = tcs_bin->kernel.offset;1191 hs.SamplerCount = get_sampler_count(tcs_bin);1192 hs.BindingTableEntryCount = get_binding_table_entry_count(tcs_bin);1202 hs.PerThreadScratchSpace = get_scratch_space(tcs_bin);1204 get_scratch_address(pipeline, MESA_SHADER_TESS_CTRL, tcs_bin);