Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1490 get_scratch_space(const struct anv_shader_bin *bin) in get_scratch_space() function
1588 vs.PerThreadScratchSpace = get_scratch_space(vs_bin); in emit_3dstate_vs()
1650 hs.PerThreadScratchSpace = get_scratch_space(tcs_bin); in emit_3dstate_hs_te_ds()
1741 ds.PerThreadScratchSpace = get_scratch_space(tes_bin); in emit_3dstate_hs_te_ds()
1813 gs.PerThreadScratchSpace = get_scratch_space(gs_bin); in emit_3dstate_gs()
2026 ps.PerThreadScratchSpace = get_scratch_space(fs_bin); in emit_3dstate_ps()