Searched refs:fs_scratch (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_render.c | 72 intel_bo_unref(render->fs_scratch.bo); in ilo_render_destroy() 109 resize_scratch_space(render, &render->fs_scratch, in ilo_render_prepare_scratch_spaces()
|
D | ilo_render_gen8.c | 128 gen8_3DSTATE_PS(r->builder, &cso->ps, kernel_offset, r->fs_scratch.bo); in gen8_draw_wm()
|
D | ilo_render_gen.h | 57 } vs_scratch, gs_scratch, fs_scratch; member
|
D | ilo_render_gen7.c | 540 gen7_3DSTATE_PS(r->builder, &cso->ps, kernel_offset, r->fs_scratch.bo); in gen7_draw_wm()
|
D | ilo_render_gen6.c | 680 &cso->ps, kernel_offset, r->fs_scratch.bo); in gen6_draw_wm()
|