Home
last modified time | relevance | path

Searched defs:v3d_program_stateobj (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h240 struct v3d_program_stateobj { struct
241 struct v3d_uncompiled_shader *bind_vs, *bind_gs, *bind_fs, *bind_compute;
242 struct v3d_compiled_shader *cs, *vs, *gs_bin, *gs, *fs, *compute;
244 struct hash_table *cache[MESA_SHADER_STAGES];
246 struct v3d_bo *spill_bo;
247 int spill_size_per_thread;