Searched refs:IRIS_CACHE_TES (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_disk_cache.c | 134 [MESA_SHADER_TESS_EVAL] = IRIS_CACHE_TES,
|
| H A D | iris_context.h | 297 IRIS_CACHE_TES = MESA_SHADER_TESS_EVAL, enumerator in enum:iris_program_cache_id
|
| H A D | iris_program.c | 1736 iris_upload_shader(screen, ish, shader, NULL, uploader, IRIS_CACHE_TES, 1762 struct iris_compiled_shader *old = ice->shaders.prog[IRIS_CACHE_TES]; 1765 find_or_add_variant(screen, ish, IRIS_CACHE_TES, &key, sizeof(key), &added);
|
| H A D | iris_state.c | 4605 [IRIS_CACHE_TES] = GENX(3DSTATE_TE_length) + GENX(3DSTATE_DS_length), 4634 case IRIS_CACHE_TES:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_program_cache.c | 94 case IRIS_CACHE_TES:
|
| H A D | iris_program.c | 902 iris_upload_shader(ice, IRIS_CACHE_TES, sizeof(*key), key, program, 927 struct iris_compiled_shader *old = ice->shaders.prog[IRIS_CACHE_TES]; 929 iris_find_cached_shader(ice, IRIS_CACHE_TES, sizeof(key), &key); 935 ice->shaders.prog[IRIS_CACHE_TES] = shader; 1232 ice->shaders.prog[IRIS_CACHE_TES] = NULL;
|
| H A D | iris_context.h | 175 IRIS_CACHE_TES = MESA_SHADER_TESS_EVAL, enumerator in enum:iris_program_cache_id
|
| H A D | iris_state.c | 3852 [IRIS_CACHE_TES] = GENX(3DSTATE_TE_length) + GENX(3DSTATE_DS_length), 3884 case IRIS_CACHE_TES:
|
Completed in 31 milliseconds