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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_disk_cache.c 137 [MESA_SHADER_COMPUTE] = IRIS_CACHE_CS,
iris_context.h 300 IRIS_CACHE_CS = MESA_SHADER_COMPUTE,
iris_program.c 2279 iris_upload_shader(screen, ish, shader, NULL, uploader, IRIS_CACHE_CS,
2299 struct iris_compiled_shader *old = ice->shaders.prog[IRIS_CACHE_CS];
2302 find_or_add_variant(screen, ish, IRIS_CACHE_CS, &key,
2513 iris_create_shader_variant(screen, NULL, IRIS_CACHE_CS,
iris_state.c 4609 [IRIS_CACHE_CS] = GENX(INTERFACE_DESCRIPTOR_DATA_length),
4643 case IRIS_CACHE_CS:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_program_cache.c 98 case IRIS_CACHE_CS:
iris_program.c 1352 iris_upload_shader(ice, IRIS_CACHE_CS, sizeof(*key), key, program,
1371 struct iris_compiled_shader *old = ice->shaders.prog[IRIS_CACHE_CS];
1373 iris_find_cached_shader(ice, IRIS_CACHE_CS, sizeof(key), &key);
1379 ice->shaders.prog[IRIS_CACHE_CS] = shader;
iris_context.h 178 IRIS_CACHE_CS = MESA_SHADER_COMPUTE,
iris_state.c 3856 [IRIS_CACHE_CS] = GENX(INTERFACE_DESCRIPTOR_DATA_length),
3893 case IRIS_CACHE_CS:

Completed in 34 milliseconds