Searched refs:IRIS_CACHE_BLORP (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_program_cache.c | 118 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 D | iris_context.h | 301 IRIS_CACHE_BLORP, enumerator in enum:iris_program_cache_id
|
| H A D | iris_state.c | 4600 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 D | iris_program_cache.c | 227 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 D | iris_context.h | 179 IRIS_CACHE_BLORP, enumerator in enum:iris_program_cache_id
|
| H A D | iris_state.c | 3847 assert(cache_id <= IRIS_CACHE_BLORP); 3857 [IRIS_CACHE_BLORP] = 0, 3895 case IRIS_CACHE_BLORP:
|
Completed in 26 milliseconds