Searched refs:emit_fragment_varying (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 395 emit_fragment_varying(struct v3d_compile *c, nir_variable *var, in emit_fragment_varying() function 474 emit_fragment_varying(c, var, chan); in emit_fragment_input() 1852 c->point_x = emit_fragment_varying(c, NULL, 0); in nir_to_vir() 1853 c->point_y = emit_fragment_varying(c, NULL, 0); in nir_to_vir() 1855 c->line_x = emit_fragment_varying(c, NULL, 0); in nir_to_vir()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 764 emit_fragment_varying(struct vc4_compile *c, gl_varying_slot slot, in emit_fragment_varying() function 793 emit_fragment_varying(c, slot, i); in emit_fragment_input() 2237 c->point_x = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq() 2238 c->point_y = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq() 2240 c->line_x = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
|