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

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c212 const char *pipeline_cache_str = getenv("V3DV_ENABLE_PIPELINE_CACHE"); local in function:v3dv_CreateInstance
213 if (pipeline_cache_str != NULL) {
214 if (strncmp(pipeline_cache_str, "full", 4) == 0) {
216 } else if (strncmp(pipeline_cache_str, "no-default-cache", 16) == 0) {
218 } else if (strncmp(pipeline_cache_str, "off", 3) == 0) {

Completed in 5 milliseconds