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

/external/mesa3d/src/pixelflinger2/
H A Dshader.cpp436 ShaderKey shaderKey; local
437 GetShaderKey(gglState, shader, &shaderKey);
438 Instance * instance = shader->executable->instances[shaderKey];
445 GetShaderKeyString(shader->Type, &shaderKey, shaderName, sizeof shaderName / sizeof *shaderName);
520 GetScanlineKeyString(&shaderKey, scanlineName, sizeof scanlineName / sizeof *scanlineName);
527 shader->executable->instances[shaderKey] = instance;

Completed in 34 milliseconds