Home
last modified time | relevance | path

Searched refs:hash_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.hpp41 hash_gfx_pipeline_state(const void *key, struct zink_screen *screen) in hash_gfx_pipeline_state() function
124 state->hash = hash_gfx_pipeline_state<DYNAMIC_STATE>(state, screen); in zink_get_gfx_pipeline()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp416 hash_gfx_pipeline_state(const void *key) in hash_gfx_pipeline_state() function
430 uint32_t hash = hash_gfx_pipeline_state(&ctx->gfx_pipeline_state); in d3d12_get_gfx_pipeline_state()