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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program_cache.c118 if (cache_id == IRIS_CACHE_BLORP) {
141 if (cache_id != IRIS_CACHE_BLORP) {
206 iris_find_cached_shader(ice, IRIS_CACHE_BLORP, key_size, key);
241 iris_create_shader_variant(screen, ice->shaders.cache, IRIS_CACHE_BLORP,
248 IRIS_CACHE_BLORP, key_size, key, kernel);
H A Diris_context.h301 IRIS_CACHE_BLORP, enumerator in enum:iris_program_cache_id
H A Diris_state.c4600 assert(cache_id <= IRIS_CACHE_BLORP);
4610 [IRIS_CACHE_BLORP] = 0,
4646 case IRIS_CACHE_BLORP:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program_cache.c227 iris_find_cached_shader(ice, IRIS_CACHE_BLORP, key_size, key);
258 iris_upload_shader(ice, IRIS_CACHE_BLORP, key_size, key, kernel,
302 if (cache_id == IRIS_CACHE_BLORP)
H A Diris_context.h179 IRIS_CACHE_BLORP, enumerator in enum:iris_program_cache_id
H A Diris_state.c3847 assert(cache_id <= IRIS_CACHE_BLORP);
3857 [IRIS_CACHE_BLORP] = 0,
3895 case IRIS_CACHE_BLORP:

Completed in 26 milliseconds