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

  /xsrc/external/mit/MesaLib/dist/src/util/
disk_cache_os.c 477 uint32_t md_type = blob_read_uint32(&ci_blob_reader); local
481 if (md_type == CACHE_ITEM_TYPE_GLSL) {
  /xsrc/external/mit/MesaLib.old/dist/src/util/
disk_cache.c 1155 uint32_t md_type; local
1156 ret = read_all(fd, &md_type, cache_item_md_size);
1160 if (md_type == CACHE_ITEM_TYPE_GLSL) {

Completed in 6 milliseconds