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.h346 uint32_t next_uncompiled_program_id; member
Dvc4_program.c2428 so->program_id = vc4->next_uncompiled_program_id++; in vc4_shader_state_create()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_context.h327 uint32_t next_uncompiled_program_id; member
Dvc5_program.c140 so->program_id = vc5->next_uncompiled_program_id++; in vc5_shader_state_create()