Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.h395 struct panfrost_uncompiled_shader { struct
400 const nir_shader *nir;
403 unsigned char nir_sha1[20];
406 struct pipe_stream_output_info stream_output;
409 simple_mtx_t lock;
412 struct util_dynarray variants;
415 struct panfrost_compiled_shader *xfb;
444 const struct panfrost_uncompiled_shader *uncompiled, argument