Searched refs:vc4_get_compiled_shader (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 48 vc4_get_compiled_shader(struct vc4_context *vc4, enum qstage stage, 2469 vc4_get_compiled_shader(vc4, QSTAGE_FRAG, &key.base); in vc4_shader_precompile() 2484 vc4_get_compiled_shader(vc4, QSTAGE_VERT, &key.base); in vc4_shader_precompile() 2495 vc4_get_compiled_shader(vc4, QSTAGE_VERT, &key.base); in vc4_shader_precompile() 2652 vc4_get_compiled_shader(struct vc4_context *vc4, enum qstage stage, in vc4_get_compiled_shader() function 2819 vc4->prog.fs = vc4_get_compiled_shader(vc4, QSTAGE_FRAG, &key->base); in vc4_update_compiled_fs() 2862 vc4_get_compiled_shader(vc4, QSTAGE_VERT, &key->base); in vc4_update_compiled_vs() 2872 vc4_get_compiled_shader(vc4, QSTAGE_COORD, &key->base); in vc4_update_compiled_vs()
|