Searched refs:equals_gfx_pipeline_state (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp286 equals_gfx_pipeline_state(const void *a, const void *b) function in typeref:typename:bool
319 ctx->pso_cache = _mesa_hash_table_create(NULL, NULL, equals_gfx_pipeline_state);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_program.c209 equals_gfx_pipeline_state(const void *a, const void *b) function in typeref:typename:bool
349 _mesa_hash_table_init(&prog->pipelines[i], prog, NULL, equals_gfx_pipeline_state);

Completed in 4 milliseconds