Searched refs:tex_opcode_strs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir.cpp | 1482 static const char * const tex_opcode_strs[] = { "tex", "txb", "txl", "txd", "txf", "txf_ms", "txs", "lod", "tg4", "query_levels", "texture_samples", "samples_identical" }; variable in typeref:typename:const char * const[] 1486 assert((unsigned int) op < ARRAY_SIZE(tex_opcode_strs)); 1487 return tex_opcode_strs[op]; 1493 const int count = sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]); 1495 if (strcmp(str, tex_opcode_strs[op]) == 0)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir.cpp | 1784 static const char * const tex_opcode_strs[] = { "tex", "txb", "txl", "txd", "txf", "txf_ms", "txs", "lod", "tg4", "query_levels", "texture_samples", "samples_identical" }; variable in typeref:typename:const char * const[] 1788 assert((unsigned int) op < ARRAY_SIZE(tex_opcode_strs)); 1789 return tex_opcode_strs[op]; 1795 const int count = sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]); 1797 if (strcmp(str, tex_opcode_strs[op]) == 0)
|
Completed in 6 milliseconds