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/
H A 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()
H A Dmidgard_ops.c366 [midgard_tex_op_normal] = {"TEX", M32},
H A Dmidgard.h681 * midgard_tex_op_normal or midgard_tex_op_gradient */
821 midgard_tex_op_normal = 1, enumerator
824 * Unlike midgard_tex_op_normal, this opcode does not require barriers
829 * Unlike midgard_tex_op_normal, this opcode does not require barriers
H A Ddisassemble.c1598 case midgard_tex_op_normal: in midgard_op_has_helpers()
1618 return op == midgard_tex_op_normal; in texture_op_takes_bias()
H A Dmidgard_compile.c2517 emit_texop_native(ctx, instr, midgard_tex_op_normal); in emit_tex()

Completed in 11 milliseconds