Searched refs:ir_txf (Results 1 – 10 of 10) sorted by relevance
173 case ir_txf: in equals()
68 case ir_txf: in rvalue_visit()
336 if (ir->op != ir_txf && ir->op != ir_txf_ms && in visit()373 case ir_txf: in visit()
284 case ir_txf: in visit_enter()
985 op = ir_txf; in read_texture()1065 if (op != ir_txf && op != ir_txf_ms && in read_texture()1114 case ir_txf: in read_texture()
212 case ir_txf: in accept()
240 case ir_txf: in clone()
1853 ir_txf, /**< Texel fetch with explicit LOD */ enumerator
2420 case ir_txf: in visit()2577 case ir_txf: in visit()
7323 ir_texture *tex = new(mem_ctx) ir_texture(ir_txf, sparse); in _texelFetch()