Home
last modified time | relevance | path

Searched refs:midgard_tex_op_normal (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_derivatives.c81 if (op == midgard_tex_op_normal && stage != MESA_SHADER_FRAGMENT) in mir_op_computes_derivatives()
85 case midgard_tex_op_normal: in mir_op_computes_derivatives()
Dmidgard.h816 midgard_tex_op_normal = 1, enumerator
Dmidgard_ops.c366 [midgard_tex_op_normal] = {"TEX", M32},
Ddisassemble.c1609 case midgard_tex_op_normal: in midgard_op_has_helpers()
1629 return op == midgard_tex_op_normal; in texture_op_takes_bias()
Dmidgard_compile.c2429 emit_texop_native(ctx, instr, midgard_tex_op_normal); in emit_tex()