Searched refs:iris_find_cached_shader (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program_cache.c88 iris_find_cached_shader(struct iris_context *ice, function in typeref:struct:iris_compiled_shader *
206 iris_find_cached_shader(ice, IRIS_CACHE_BLORP, key_size, key);
H A Diris_context.h964 struct iris_compiled_shader *iris_find_cached_shader(struct iris_context *ice,
H A Diris_program.c1623 shader = iris_find_cached_shader(ice, IRIS_CACHE_TCS, sizeof(key), &key);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program_cache.c108 iris_find_cached_shader(struct iris_context *ice, function in typeref:struct:iris_compiled_shader *
227 iris_find_cached_shader(ice, IRIS_CACHE_BLORP, key_size, key);
H A Diris_program.c635 iris_find_cached_shader(ice, IRIS_CACHE_VS, sizeof(key), &key);
835 iris_find_cached_shader(ice, IRIS_CACHE_TCS, sizeof(key), &key);
929 iris_find_cached_shader(ice, IRIS_CACHE_TES, sizeof(key), &key);
1030 iris_find_cached_shader(ice, IRIS_CACHE_GS, sizeof(key), &key);
1120 iris_find_cached_shader(ice, IRIS_CACHE_FS, sizeof(key), &key);
1373 iris_find_cached_shader(ice, IRIS_CACHE_CS, sizeof(key), &key);
H A Diris_context.h757 struct iris_compiled_shader *iris_find_cached_shader(struct iris_context *ice,

Completed in 15 milliseconds