Searched refs:pipe_sw (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | vertexshader9.c | 147 This->base.device->pipe_sw->delete_vs_state(This->base.device->pipe_sw, var_so->cso); 275 hr = nine_translate_shader(This->base.device, &info, This->base.device->pipe_sw);
|
| H A D | nine_state.c | 3009 struct pipe_context *pipe_sw = device->pipe_sw; local in function:nine_state_init_sw 3029 cso_set_fragment_shader_handle(device->cso_sw, util_make_empty_fragment_shader(pipe_sw)); 3115 struct pipe_context *pipe_sw = device->pipe_sw; local in function:update_vertex_buffers_sw 3151 u_upload_data(device->pipe_sw->stream_uploader, 3158 u_upload_unmap(device->pipe_sw->stream_uploader); 3160 pipe_sw->set_vertex_buffers(pipe_sw, i, 1, 0, false, &vtxbuf); 3163 pipe_sw 3173 struct pipe_context *pipe_sw = device->pipe_sw; local in function:update_vs_constants_sw 3299 struct pipe_context *pipe_sw = device->pipe_sw; local in function:nine_state_after_draw_sw [all...] |
| H A D | device9.c | 263 This->pipe_sw = This->screen_sw->context_create(This->screen_sw, NULL, PIPE_CONTEXT_PREFER_THREADED); 264 if (!This->pipe_sw) { return E_OUTOFMEMORY; } 268 This->cso_sw = cso_create_context(This->pipe_sw, 0); 657 if (This->pipe_sw && This->pipe_sw->destroy) { This->pipe_sw->destroy(This->pipe_sw); } 3214 struct pipe_context *pipe_sw = This->pipe_sw; local in function:NineDevice9_ProcessVertices 3296 target = pipe_sw [all...] |
| H A D | device9.h | 60 struct pipe_context *pipe_sw; member in struct:NineDevice9
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_state.c | 2940 struct pipe_context *pipe_sw = device->pipe_sw; local in function:nine_state_init_sw 2960 cso_set_fragment_shader_handle(device->cso_sw, util_make_empty_fragment_shader(pipe_sw)); 3044 struct pipe_context *pipe_sw = device->pipe_sw; local in function:update_vertex_buffers_sw 3080 u_upload_data(device->pipe_sw->stream_uploader, 3087 u_upload_unmap(device->pipe_sw->stream_uploader); 3089 pipe_sw->set_vertex_buffers(pipe_sw, i, 1, &vtxbuf); 3092 pipe_sw 3102 struct pipe_context *pipe_sw = device->pipe_sw; local in function:update_vs_constants_sw 3228 struct pipe_context *pipe_sw = device->pipe_sw; local in function:nine_state_after_draw_sw [all...] |
| H A D | device9.c | 199 This->pipe_sw = This->screen_sw->context_create(This->screen_sw, NULL, 0); 200 if (!This->pipe_sw) { return E_OUTOFMEMORY; } 204 This->cso_sw = cso_create_context(This->pipe_sw, 0); 580 if (This->pipe_sw && This->pipe_sw->destroy) { This->pipe_sw->destroy(This->pipe_sw); } 2982 struct pipe_context *pipe_sw = This->pipe_sw; local in function:NineDevice9_ProcessVertices 3061 target = pipe_sw [all...] |
| H A D | vertexshader9.c | 272 hr = nine_translate_shader(This->base.device, &info, This->base.device->pipe_sw);
|
| H A D | device9.h | 59 struct pipe_context *pipe_sw; member in struct:NineDevice9
|
Completed in 23 milliseconds