Home
last modified time | relevance | path

Searched refs:pipeline_cache_str (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c580 const char *pipeline_cache_str = getenv("V3DV_ENABLE_PIPELINE_CACHE"); in v3dv_CreateInstance() local
581 if (pipeline_cache_str != NULL) { in v3dv_CreateInstance()
582 if (strncmp(pipeline_cache_str, "full", 4) == 0) { in v3dv_CreateInstance()
584 } else if (strncmp(pipeline_cache_str, "no-default-cache", 16) == 0) { in v3dv_CreateInstance()
586 } else if (strncmp(pipeline_cache_str, "no-meta-cache", 13) == 0) { in v3dv_CreateInstance()
588 } else if (strncmp(pipeline_cache_str, "off", 3) == 0) { in v3dv_CreateInstance()