Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c44 struct v3d_uncompiled_shader *uncompiled);
47 v3d_setup_shared_precompile_key(struct v3d_uncompiled_shader *uncompiled,
83 v3d_set_transform_feedback_outputs(struct v3d_uncompiled_shader *so, in v3d_set_transform_feedback_outputs()
222 struct v3d_uncompiled_shader *so) in v3d_shader_precompile()
342 struct v3d_uncompiled_shader *so = CALLOC_STRUCT(v3d_uncompiled_shader); in v3d_uncompiled_shader_create()
449 struct v3d_uncompiled_shader *so = in v3d_shader_state_create()
471 struct v3d_uncompiled_shader *uncompiled) in v3d_get_compiled_shader()
601 v3d_setup_shared_precompile_key(struct v3d_uncompiled_shader *uncompiled, in v3d_setup_shared_precompile_key()
789 struct v3d_uncompiled_shader *uncompiled = v3d->prog.bind_gs; in v3d_update_compiled_gs()
894 struct v3d_uncompiled_shader *shader_state = v3d->prog.bind_vs; in v3d_update_compiled_vs()
[all …]
H A Dv3d_disk_cache.c74 const struct v3d_uncompiled_shader *uncompiled) in v3d_disk_cache_compute_key()
99 const struct v3d_uncompiled_shader *uncompiled) in v3d_disk_cache_retrieve()
180 const struct v3d_uncompiled_shader *uncompiled, in v3d_disk_cache_store()
H A Dv3d_context.h216 struct v3d_uncompiled_shader { struct
253 struct v3d_uncompiled_shader *bind_vs, *bind_gs, *bind_fs, *bind_compute;
863 const struct v3d_uncompiled_shader *uncompiled);
867 const struct v3d_uncompiled_shader *uncompiled,
H A Dv3dx_emit.c210 static inline struct v3d_uncompiled_shader *
610 struct v3d_uncompiled_shader *tf_shader = in v3dX()
636 struct v3d_uncompiled_shader *tf_shader = get_tf_shader(v3d); in v3dX()