Searched refs:midgard_tex_op_fetch (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard.h826 midgard_tex_op_fetch = 4, enumerator in enum:mali_texture_op
H A Dmidgard_ops.c368 [midgard_tex_op_fetch] = {"TEX_FETCH", M32},
H A Ddisassemble.c1840 if (any_neg && texture->op != midgard_tex_op_fetch)
1859 } else if (texture->op == midgard_tex_op_fetch) {
H A Dmidgard_compile.c2232 assert(ins->op != midgard_tex_op_fetch);
2287 if (ins->op == midgard_tex_op_fetch &&
2380 bool is_txf = midgard_texop == midgard_tex_op_fetch;
2437 emit_texop_native(ctx, instr, midgard_tex_op_fetch);
H A Dmidgard_schedule.c1039 (ins->op == midgard_tex_op_fetch) || is_vertex ?

Completed in 15 milliseconds