Searched refs:ir_texture_opcode (Results 1 – 3 of 3) sorted by relevance
1331 enum ir_texture_opcode { enum1362 ir_texture(enum ir_texture_opcode op) in ir_texture()1391 static ir_texture_opcode get_opcode(const char *);1393 enum ir_texture_opcode op;
1294 ir_texture_opcode1300 return (ir_texture_opcode) op; in get_opcode()1302 return (ir_texture_opcode) -1; in get_opcode()
918 ir_texture_opcode op = ir_tex; /* silence warning */ in read_texture()