Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h335 uint32_t next_uncompiled_program_id; member
Dvc4_program.c2441 so->program_id = vc4->next_uncompiled_program_id++; in vc4_shader_state_create()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h463 uint32_t next_uncompiled_program_id; member
Dv3d_program.c288 so->program_id = v3d->next_uncompiled_program_id++; in v3d_uncompiled_shader_create()