Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1607 const struct anv_shader_bin *tcs_bin = in emit_3dstate_hs_te_ds() local
1618 hs.KernelStartPointer = tcs_bin->kernel.offset; in emit_3dstate_hs_te_ds()
1620 hs.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(tcs_bin); in emit_3dstate_hs_te_ds()
1621 hs.BindingTableEntryCount = tcs_bin->bind_map.surface_count; in emit_3dstate_hs_te_ds()
1648 get_scratch_surf(&pipeline->base, MESA_SHADER_TESS_CTRL, tcs_bin); in emit_3dstate_hs_te_ds()
1650 hs.PerThreadScratchSpace = get_scratch_space(tcs_bin); in emit_3dstate_hs_te_ds()
1652 get_scratch_address(&pipeline->base, MESA_SHADER_TESS_CTRL, tcs_bin); in emit_3dstate_hs_te_ds()