Searched refs:velement (Results 1 – 1 of 1) sorted by relevance
262 struct pipe_vertex_element velement; in polygon_fill() local282 memset(&velement, 0, sizeof(velement)); in polygon_fill()283 velement.src_offset = 0; in polygon_fill()284 velement.instance_divisor = 0; in polygon_fill()285 velement.vertex_buffer_index = 0; in polygon_fill()286 velement.src_format = PIPE_FORMAT_R32G32_FLOAT; in polygon_fill()294 &velement, ctx->state.vg.fill_rule, VG_FALSE); in polygon_fill()311 struct pipe_vertex_element velement; in polygon_array_fill() local323 memset(&velement, 0, sizeof(velement)); in polygon_array_fill()324 velement.src_offset = 0; in polygon_array_fill()[all …]