Searched refs:tcs_bin (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c1409 const struct anv_shader_bin *tcs_bin = local in function:emit_3dstate_hs_te_ds
1420 hs.KernelStartPointer = tcs_bin->kernel.offset;
1422 hs.SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(tcs_bin);
1424 hs.BindingTableEntryCount = GEN_GEN == 11 ? 0 : get_binding_table_entry_count(tcs_bin);
1434 hs.PerThreadScratchSpace = get_scratch_space(tcs_bin);
1436 get_scratch_address(pipeline, MESA_SHADER_TESS_CTRL, tcs_bin);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c1856 const struct anv_shader_bin *tcs_bin = local in function:emit_3dstate_hs_te_ds
1867 hs.KernelStartPointer = tcs_bin->kernel.offset;
1869 hs.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(tcs_bin);
1870 hs.BindingTableEntryCount = tcs_bin->bind_map.surface_count;
1897 get_scratch_surf(&pipeline->base, MESA_SHADER_TESS_CTRL, tcs_bin);
1899 hs.PerThreadScratchSpace = get_scratch_space(tcs_bin);
1901 get_scratch_address(&pipeline->base, MESA_SHADER_TESS_CTRL, tcs_bin);

Completed in 8 milliseconds