Searched refs:IRIS_CACHE_TCS (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_disk_cache.c133 [MESA_SHADER_TESS_CTRL] = IRIS_CACHE_TCS,
H A Diris_program_cache.c121 } else if (cache_id == IRIS_CACHE_TCS) {
H A Diris_context.h296 IRIS_CACHE_TCS = MESA_SHADER_TESS_CTRL, enumerator in enum:iris_program_cache_id
H A Diris_program.c1575 IRIS_CACHE_TCS, sizeof(*key), key, program);
1614 struct iris_compiled_shader *old = ice->shaders.prog[IRIS_CACHE_TCS];
1619 shader = find_or_add_variant(screen, tcs, IRIS_CACHE_TCS, &key,
1623 shader = iris_find_cached_shader(ice, IRIS_CACHE_TCS, sizeof(key), &key);
1628 IRIS_CACHE_TCS, sizeof(key), &key);
H A Diris_state.c4604 [IRIS_CACHE_TCS] = GENX(3DSTATE_HS_length),
4631 case IRIS_CACHE_TCS:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program_cache.c92 case IRIS_CACHE_TCS:
H A Diris_program.c800 iris_upload_shader(ice, IRIS_CACHE_TCS, sizeof(*key), key, program,
833 struct iris_compiled_shader *old = ice->shaders.prog[IRIS_CACHE_TCS];
835 iris_find_cached_shader(ice, IRIS_CACHE_TCS, sizeof(key), &key);
841 ice->shaders.prog[IRIS_CACHE_TCS] = shader;
1231 ice->shaders.prog[IRIS_CACHE_TCS] = NULL;
H A Diris_context.h174 IRIS_CACHE_TCS = MESA_SHADER_TESS_CTRL, enumerator in enum:iris_program_cache_id
H A Diris_state.c3851 [IRIS_CACHE_TCS] = GENX(3DSTATE_HS_length),
3881 case IRIS_CACHE_TCS:

Completed in 142 milliseconds