HomeSort by: relevance | last modified time | path
    Searched refs:IRIS_CACHE_TCS (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_disk_cache.c 133 [MESA_SHADER_TESS_CTRL] = IRIS_CACHE_TCS,
iris_program_cache.c 121 } else if (cache_id == IRIS_CACHE_TCS) {
iris_context.h 296 IRIS_CACHE_TCS = MESA_SHADER_TESS_CTRL,
iris_program.c 1575 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);
iris_state.c 4604 [IRIS_CACHE_TCS] = GENX(3DSTATE_HS_length),
4631 case IRIS_CACHE_TCS:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_program_cache.c 92 case IRIS_CACHE_TCS:
iris_program.c 800 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;
iris_context.h 174 IRIS_CACHE_TCS = MESA_SHADER_TESS_CTRL,
iris_state.c 3851 [IRIS_CACHE_TCS] = GENX(3DSTATE_HS_length),
3881 case IRIS_CACHE_TCS:

Completed in 19 milliseconds