Searched refs:TEX_FETCH (Results 1 – 7 of 7) sorted by relevance
204 } else if (instr->fetch.opc == TEX_FETCH) { in fill_instr()438 } else if (bc.fetch.opc == TEX_FETCH) { in assemble()
368 case TEX_FETCH: in src_ncomp()
197 assert(instr->opc == TEX_FETCH); in patch_fetches()
408 instr->fetch.opc == TEX_FETCH && instr->src_count == 2) { in schedule_instrs()
732 instr = ir2_instr_create_fetch(ctx, &tex->dest, TEX_FETCH); in emit_tex()
277 TEX_FETCH = 1, enumerator
444 INSTR(TEX_FETCH, "SAMPLE", print_fetch_tex),