Home
last modified time | relevance | path

Searched refs:v3d_get_real_line_width (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c182 v3d_get_real_line_width(struct v3d_context *v3d) in v3d_get_real_line_width() function
Dv3d_context.h704 float v3d_get_real_line_width(struct v3d_context *v3d);
Dv3d_uniforms.c321 cl_aligned_f(&uniforms, v3d_get_real_line_width(v3d)); in v3d_write_uniforms()
Dv3dx_emit.c560 line_width.line_width = v3d_get_real_line_width(v3d); in v3dX()