Searched refs:fs_inputs_set (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_context.h334 struct set *fs_inputs_set; member in struct:vc4_context
H A Dvc4_program.c2534 struct set_entry *entry = _mesa_set_search(vc4->fs_inputs_set, &inputs);
2541 alloc_inputs = rzalloc(vc4->fs_inputs_set, struct vc4_fs_inputs);
2544 _mesa_set_add(vc4->fs_inputs_set, alloc_inputs);
2922 vc4->fs_inputs_set = _mesa_set_create(pctx, fs_inputs_hash,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_context.h332 struct set *fs_inputs_set; member in struct:vc4_context
H A Dvc4_program.c2559 struct set_entry *entry = _mesa_set_search(vc4->fs_inputs_set, &inputs);
2566 alloc_inputs = rzalloc(vc4->fs_inputs_set, struct vc4_fs_inputs);
2569 _mesa_set_add(vc4->fs_inputs_set, alloc_inputs);
2941 vc4->fs_inputs_set = _mesa_set_create(pctx, fs_inputs_hash,

Completed in 11 milliseconds