Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_program_state.hpp260 equals_gfx_pipeline_state(const void *a, const void *b) in equals_gfx_pipeline_state() function
348 …return equals_gfx_pipeline_state<DYNAMIC_STATE, STAGE_MASK | STAGE_MASK_OPTIMAL | STAGE_MASK_OPTIM… in get_optimal_gfx_pipeline_stage_eq_func()
349 return equals_gfx_pipeline_state<DYNAMIC_STATE, STAGE_MASK | STAGE_MASK_OPTIMAL>; in get_optimal_gfx_pipeline_stage_eq_func()
351 return equals_gfx_pipeline_state<DYNAMIC_STATE, STAGE_MASK>; in get_optimal_gfx_pipeline_stage_eq_func()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp422 equals_gfx_pipeline_state(const void *a, const void *b) in equals_gfx_pipeline_state() function
455 ctx->pso_cache = _mesa_hash_table_create(NULL, NULL, equals_gfx_pipeline_state); in d3d12_gfx_pipeline_state_cache_init()