Home
last modified time | relevance | path

Searched refs:pipe_sw (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c3016 struct pipe_context *pipe_sw = device->pipe_sw; in nine_state_init_sw() local
3036 cso_set_fragment_shader_handle(device->cso_sw, util_make_empty_fragment_shader(pipe_sw)); in nine_state_init_sw()
3122 struct pipe_context *pipe_sw = device->pipe_sw; in update_vertex_buffers_sw() local
3158 u_upload_data(device->pipe_sw->stream_uploader, in update_vertex_buffers_sw()
3165 u_upload_unmap(device->pipe_sw->stream_uploader); in update_vertex_buffers_sw()
3167 pipe_sw->set_vertex_buffers(pipe_sw, i, 1, 0, false, &vtxbuf); in update_vertex_buffers_sw()
3170 pipe_sw in update_vertex_buffers_sw()
3180 struct pipe_context *pipe_sw = device->pipe_sw; update_vs_constants_sw() local
3306 struct pipe_context *pipe_sw = device->pipe_sw; nine_state_after_draw_sw() local
[all...]
H A Dvertexshader9.c152 This->base.device->pipe_sw->delete_vs_state(This->base.device->pipe_sw, var_so->cso); in NineVertexShader9_dtor()
282 hr = nine_translate_shader(This->base.device, &info, This->base.device->pipe_sw); in NineVertexShader9_GetVariantProcessVertices()
H A Ddevice9.c263 This->pipe_sw = This->screen_sw->context_create(This->screen_sw, NULL, PIPE_CONTEXT_PREFER_THREADED); in NineDevice9_ctor()
264 if (!This->pipe_sw) { return E_OUTOFMEMORY; } in NineDevice9_ctor()
268 This->cso_sw = cso_create_context(This->pipe_sw, 0); in NineDevice9_ctor()
657 if (This->pipe_sw && This->pipe_sw->destroy) { This->pipe_sw->destroy(This->pipe_sw); } in NineDevice9_dtor()
3216 struct pipe_context *pipe_sw = This->pipe_sw; in NineDevice9_ProcessVertices() local
3298 target = pipe_sw in NineDevice9_ProcessVertices()
[all...]
H A Ddevice9.h60 struct pipe_context *pipe_sw; member

Completed in 12 milliseconds