Home
last modified time | relevance | path

Searched refs:emit_fragment_varying (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c747 emit_fragment_varying(struct vc4_compile *c, gl_varying_slot slot, in emit_fragment_varying() function
776 emit_fragment_varying(c, slot, i); in emit_fragment_input()
2223 c->point_x = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
2224 c->point_y = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
2226 c->line_x = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1033 emit_fragment_varying(struct v3d_compile *c, nir_variable *var, in emit_fragment_varying() function
1114 emit_fragment_varying(c, var, input_idx, chan, array_index); in emit_fragment_input()
1128 emit_fragment_varying(c, var, input_idx, chan, loc_offset); in emit_compact_fragment_input()
4348 emit_fragment_varying(c, NULL, -1, 0, 0); in nir_to_vir()
4353 c->point_x = emit_fragment_varying(c, NULL, -1, 0, 0); in nir_to_vir()
4354 c->point_y = emit_fragment_varying(c, NULL, -1, 0, 0); in nir_to_vir()
4360 c->line_x = emit_fragment_varying(c, NULL, -1, 0, 0); in nir_to_vir()

Completed in 10 milliseconds