Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h328 uint32_t next_uncompiled_program_id; member
H A Dvc4_program.c2508 so->program_id = vc4->next_uncompiled_program_id++; in vc4_shader_state_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.h567 uint32_t next_uncompiled_program_id; member
H A Dv3d_program.c346 so->program_id = v3d->next_uncompiled_program_id++; in v3d_uncompiled_shader_create()