Home | History | Annotate | Download | only in glsl

Lines Matching defs:ir_texture_opcode

1331 enum ir_texture_opcode {
1362 ir_texture(enum ir_texture_opcode op)
1381 * Return a string representing the ir_texture_opcode.
1389 * Do a reverse-lookup to translate a string into an ir_texture_opcode.
1391 static ir_texture_opcode get_opcode(const char *);
1393 enum ir_texture_opcode op;