Home
last modified time | relevance | path

Searched refs:TEX_FETCH (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h272 TEX_FETCH = 1, enumerator
H A Ddisasm-a2xx.c462 INSTR(TEX_FETCH, "SAMPLE", print_fetch_tex),
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c207 } else if (instr->fetch.opc == TEX_FETCH) { in fill_instr()
415 /* we need to sync between ALU/VTX_FETCH/TEX_FETCH types */ in assemble()
442 } else if (bc.fetch.opc == TEX_FETCH) { in assemble()
H A Dfd2_program.c199 assert(instr->opc == TEX_FETCH);
H A Dir2_private.h384 case TEX_FETCH: in src_ncomp()
H A Dir2.c415 if (instr && instr->type == IR2_FETCH && instr->fetch.opc == TEX_FETCH && in schedule_instrs()
H A Dir2_nir.c743 instr = ir2_instr_create_fetch(ctx, &tex->dest, TEX_FETCH); in emit_tex()

Completed in 7 milliseconds