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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c1411 const struct anv_shader_bin *tes_bin = local in function:emit_3dstate_hs_te_ds
1471 ds.KernelStartPointer = tes_bin->kernel.offset;
1473 ds.SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(tes_bin);
1475 ds.BindingTableEntryCount = GEN_GEN == 11 ? 0 : get_binding_table_entry_count(tes_bin);
1503 ds.PerThreadScratchSpace = get_scratch_space(tes_bin);
1505 get_scratch_address(pipeline, MESA_SHADER_TESS_EVAL, tes_bin);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c1858 const struct anv_shader_bin *tes_bin = local in function:emit_3dstate_hs_te_ds
1949 ds.KernelStartPointer = tes_bin->kernel.offset;
1951 ds.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(tes_bin);
1952 ds.BindingTableEntryCount = tes_bin->bind_map.surface_count;
1982 get_scratch_surf(&pipeline->base, MESA_SHADER_TESS_EVAL, tes_bin);
1984 ds.PerThreadScratchSpace = get_scratch_space(tes_bin);
1986 get_scratch_address(&pipeline->base, MESA_SHADER_TESS_EVAL, tes_bin);

Completed in 7 milliseconds