Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_program_state.hpp257 equals_gfx_pipeline_state(const void *a, const void *b) in equals_gfx_pipeline_state() function
345 …return equals_gfx_pipeline_state<DYNAMIC_STATE, STAGE_MASK | STAGE_MASK_OPTIMAL | STAGE_MASK_OPTIM… in get_optimal_gfx_pipeline_stage_eq_func()
346 return equals_gfx_pipeline_state<DYNAMIC_STATE, STAGE_MASK | STAGE_MASK_OPTIMAL>; in get_optimal_gfx_pipeline_stage_eq_func()
348 return equals_gfx_pipeline_state<DYNAMIC_STATE, STAGE_MASK>; in get_optimal_gfx_pipeline_stage_eq_func()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A 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()