Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c73 void *vs_pos_only[4]; /**< Vertex shader which passes pos to the output.*/ member
331 if (!ctx->vs_pos_only[index]) { in bind_vs_pos_only()
341 ctx->vs_pos_only[index] = in bind_vs_pos_only()
347 pipe->bind_vs_state(pipe, ctx->vs_pos_only[index]); in bind_vs_pos_only()
444 if (ctx->vs_pos_only[i]) in util_blitter_destroy()
445 pipe->delete_vs_state(pipe, ctx->vs_pos_only[i]); in util_blitter_destroy()