Searched refs:emit_fragment_varying (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 572 emit_fragment_varying(struct v3d_compile *c, nir_variable *var, function in typeref:struct:qreg 652 emit_fragment_varying(c, var, chan, array_index); 2281 c->point_x = emit_fragment_varying(c, NULL, 0, 0); 2282 c->point_y = emit_fragment_varying(c, NULL, 0, 0); 2284 c->line_x = emit_fragment_varying(c, NULL, 0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 987 emit_fragment_varying(struct v3d_compile *c, nir_variable *var, function in typeref:struct:qreg 1068 emit_fragment_varying(c, var, input_idx, chan, array_index); 1082 emit_fragment_varying(c, var, input_idx, chan, loc_offset); 3799 emit_fragment_varying(c, NULL, -1, 0, 0); 3804 c->point_x = emit_fragment_varying(c, NULL, -1, 0, 0); 3805 c->point_y = emit_fragment_varying(c, NULL, -1, 0, 0); 3811 c->line_x = emit_fragment_varying(c, NULL, -1, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 774 emit_fragment_varying(struct vc4_compile *c, gl_varying_slot slot, function in typeref:struct:qreg 803 emit_fragment_varying(c, slot, i); 2222 c->point_x = emit_fragment_varying(c, ~0, 0); 2223 c->point_y = emit_fragment_varying(c, ~0, 0); 2225 c->line_x = emit_fragment_varying(c, ~0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 764 emit_fragment_varying(struct vc4_compile *c, gl_varying_slot slot, function in typeref:struct:qreg 793 emit_fragment_varying(c, slot, i); 2240 c->point_x = emit_fragment_varying(c, ~0, 0); 2241 c->point_y = emit_fragment_varying(c, ~0, 0); 2243 c->line_x = emit_fragment_varying(c, ~0, 0);
|
Completed in 18 milliseconds