Home
last modified time | relevance | path

Searched refs:iris_find_cached_shader (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program_cache.c88 iris_find_cached_shader(struct iris_context *ice, in iris_find_cached_shader() function
206 iris_find_cached_shader(ice, IRIS_CACHE_BLORP, key_size, key); in iris_blorp_lookup_shader()
Diris_context.h984 struct iris_compiled_shader *iris_find_cached_shader(struct iris_context *ice,
Diris_program.c1632 shader = iris_find_cached_shader(ice, IRIS_CACHE_TCS, sizeof(key), &key); in iris_update_compiled_tcs()