Home
last modified time | relevance | path

Searched refs:fs_inputs_set (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h345 struct set *fs_inputs_set; member
Dvc4_program.c2547 struct set_entry *entry = _mesa_set_search(vc4->fs_inputs_set, &inputs); in vc4_setup_compiled_fs_inputs()
2554 alloc_inputs = rzalloc(vc4->fs_inputs_set, struct vc4_fs_inputs); in vc4_setup_compiled_fs_inputs()
2557 _mesa_set_add(vc4->fs_inputs_set, alloc_inputs); in vc4_setup_compiled_fs_inputs()
2967 vc4->fs_inputs_set = _mesa_set_create(pctx, fs_inputs_hash, in vc4_program_init()