Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c101 void *velem_state; member
232 ctx->velem_state = pipe->create_vertex_elements_state(pipe, 2, &velem[0]); in util_blitter_create()
310 pipe->delete_vertex_elements_state(pipe, ctx->velem_state); in util_blitter_destroy()
930 pipe->bind_vertex_elements_state(pipe, ctx->velem_state); in util_blitter_clear_custom()
1236 pipe->bind_vertex_elements_state(pipe, ctx->velem_state); in util_blitter_copy_texture_view()
1302 pipe->bind_vertex_elements_state(pipe, ctx->velem_state); in util_blitter_clear_render_target()
1368 pipe->bind_vertex_elements_state(pipe, ctx->velem_state); in util_blitter_clear_depth_stencil()
1415 pipe->bind_vertex_elements_state(pipe, ctx->velem_state); in util_blitter_custom_depth_stencil()
1525 pipe->bind_vertex_elements_state(pipe, ctx->velem_state); in util_blitter_custom_resolve_color()
1588 pipe->bind_vertex_elements_state(pipe, ctx->velem_state); in util_blitter_custom_color()