Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp286 equals_gfx_pipeline_state(const void *a, const void *b) in equals_gfx_pipeline_state() function
319 ctx->pso_cache = _mesa_hash_table_create(NULL, NULL, equals_gfx_pipeline_state); in d3d12_gfx_pipeline_state_cache_init()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c209 equals_gfx_pipeline_state(const void *a, const void *b) in equals_gfx_pipeline_state() function
349 _mesa_hash_table_init(&prog->pipelines[i], prog, NULL, equals_gfx_pipeline_state); in zink_create_gfx_program()