Home
last modified time | relevance | path

Searched refs:hwcso (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_state.c192 nvc0_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_bind() argument
196 nvc0->blend = hwcso; in nvc0_blend_state_bind()
201 nvc0_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_delete() argument
203 FREE(hwcso); in nvc0_blend_state_delete()
320 nvc0_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_bind() argument
324 nvc0->rast = hwcso; in nvc0_rasterizer_state_bind()
329 nvc0_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_delete() argument
331 FREE(hwcso); in nvc0_rasterizer_state_delete()
391 nvc0_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_bind() argument
395 nvc0->zsa = hwcso; in nvc0_zsa_state_bind()
[all …]
Dnvc0_context.h274 nvc0_vertex_state_delete(struct pipe_context *pipe, void *hwcso);
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c192 nvc0_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_bind() argument
196 nvc0->blend = hwcso; in nvc0_blend_state_bind()
201 nvc0_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_delete() argument
203 FREE(hwcso); in nvc0_blend_state_delete()
320 nvc0_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_bind() argument
324 nvc0->rast = hwcso; in nvc0_rasterizer_state_bind()
329 nvc0_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_delete() argument
331 FREE(hwcso); in nvc0_rasterizer_state_delete()
391 nvc0_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_bind() argument
395 nvc0->zsa = hwcso; in nvc0_zsa_state_bind()
[all …]
Dnvc0_context.h274 nvc0_vertex_state_delete(struct pipe_context *pipe, void *hwcso);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_state.c208 nv50_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_bind() argument
212 nv50->blend = hwcso; in nv50_blend_state_bind()
217 nv50_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_delete() argument
219 FREE(hwcso); in nv50_blend_state_delete()
337 nv50_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_bind() argument
341 nv50->rast = hwcso; in nv50_rasterizer_state_bind()
346 nv50_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_delete() argument
348 FREE(hwcso); in nv50_rasterizer_state_delete()
416 nv50_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_bind() argument
420 nv50->zsa = hwcso; in nv50_zsa_state_bind()
[all …]
Dnv50_stateobj_tex.h13 nv50_tsc_entry(void *hwcso) in nv50_tsc_entry() argument
15 return (struct nv50_tsc_entry *)hwcso; in nv50_tsc_entry()
Dnv50_context.h269 nv50_vertex_state_delete(struct pipe_context *pipe, void *hwcso);
Dnv50_vbo.c36 void *hwcso) in nv50_vertex_state_delete() argument
38 struct nv50_vertex_stateobj *so = hwcso; in nv50_vertex_state_delete()
42 FREE(hwcso); in nv50_vertex_state_delete()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c208 nv50_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_bind() argument
212 nv50->blend = hwcso; in nv50_blend_state_bind()
217 nv50_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_delete() argument
219 FREE(hwcso); in nv50_blend_state_delete()
337 nv50_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_bind() argument
341 nv50->rast = hwcso; in nv50_rasterizer_state_bind()
346 nv50_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_delete() argument
348 FREE(hwcso); in nv50_rasterizer_state_delete()
416 nv50_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_bind() argument
420 nv50->zsa = hwcso; in nv50_zsa_state_bind()
[all …]
Dnv50_stateobj_tex.h13 nv50_tsc_entry(void *hwcso) in nv50_tsc_entry() argument
15 return (struct nv50_tsc_entry *)hwcso; in nv50_tsc_entry()
Dnv50_context.h269 nv50_vertex_state_delete(struct pipe_context *pipe, void *hwcso);
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c117 nv30_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_bind() argument
121 nv30->blend = hwcso; in nv30_blend_state_bind()
126 nv30_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_delete() argument
128 FREE(hwcso); in nv30_blend_state_delete()
194 nv30_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_bind() argument
198 nv30->rast = hwcso; in nv30_rasterizer_state_bind()
203 nv30_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_delete() argument
205 FREE(hwcso); in nv30_rasterizer_state_delete()
264 nv30_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_zsa_state_bind() argument
268 nv30->zsa = hwcso; in nv30_zsa_state_bind()
[all …]
Dnv30_fragprog.c144 nv30_fp_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_fp_state_delete() argument
146 struct nv30_fragprog *fp = hwcso; in nv30_fp_state_delete()
156 nv30_fp_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_fp_state_bind() argument
160 nv30->fragprog.program = hwcso; in nv30_fp_state_bind()
Dnv30_vertprog.c233 nv30_vp_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_vp_state_delete() argument
235 struct nv30_vertprog *vp = hwcso; in nv30_vp_state_delete()
244 nv30_vp_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_vp_state_bind() argument
248 nv30->vertprog.program = hwcso; in nv30_vp_state_bind()
Dnv40_verttex.c52 unsigned nr, void **hwcso) in nv40_verttex_sampler_states_bind() argument
58 nv30->vertprog.samplers[i] = hwcso[i]; in nv40_verttex_sampler_states_bind()
Dnv30_vbo.c309 nv30_vertex_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_vertex_state_delete() argument
311 struct nv30_vertex_stateobj *so = hwcso; in nv30_vertex_state_delete()
315 FREE(hwcso); in nv30_vertex_state_delete()
319 nv30_vertex_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_vertex_state_bind() argument
323 nv30->vertex = hwcso; in nv30_vertex_state_bind()
Dnv30_fragtex.c154 unsigned nr, void **hwcso) in nv30_fragtex_sampler_states_bind() argument
160 nv30->fragprog.samplers[i] = hwcso[i]; in nv30_fragtex_sampler_states_bind()
Dnv30_texture.c184 nv30_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_sampler_state_delete() argument
186 FREE(hwcso); in nv30_sampler_state_delete()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_state.c117 nv30_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_bind() argument
121 nv30->blend = hwcso; in nv30_blend_state_bind()
126 nv30_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_delete() argument
128 FREE(hwcso); in nv30_blend_state_delete()
194 nv30_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_bind() argument
198 nv30->rast = hwcso; in nv30_rasterizer_state_bind()
203 nv30_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_delete() argument
205 FREE(hwcso); in nv30_rasterizer_state_delete()
264 nv30_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_zsa_state_bind() argument
268 nv30->zsa = hwcso; in nv30_zsa_state_bind()
[all …]
Dnv30_fragprog.c144 nv30_fp_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_fp_state_delete() argument
146 struct nv30_fragprog *fp = hwcso; in nv30_fp_state_delete()
156 nv30_fp_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_fp_state_bind() argument
160 nv30->fragprog.program = hwcso; in nv30_fp_state_bind()
Dnv30_vertprog.c233 nv30_vp_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_vp_state_delete() argument
235 struct nv30_vertprog *vp = hwcso; in nv30_vp_state_delete()
244 nv30_vp_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_vp_state_bind() argument
248 nv30->vertprog.program = hwcso; in nv30_vp_state_bind()
Dnv40_verttex.c52 unsigned nr, void **hwcso) in nv40_verttex_sampler_states_bind() argument
58 nv30->vertprog.samplers[i] = hwcso[i]; in nv40_verttex_sampler_states_bind()
Dnv30_vbo.c309 nv30_vertex_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_vertex_state_delete() argument
311 struct nv30_vertex_stateobj *so = hwcso; in nv30_vertex_state_delete()
315 FREE(hwcso); in nv30_vertex_state_delete()
319 nv30_vertex_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_vertex_state_bind() argument
323 nv30->vertex = hwcso; in nv30_vertex_state_bind()
Dnv30_fragtex.c154 unsigned nr, void **hwcso) in nv30_fragtex_sampler_states_bind() argument
160 nv30->fragprog.samplers[i] = hwcso[i]; in nv30_fragtex_sampler_states_bind()
Dnv30_texture.c184 nv30_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_sampler_state_delete() argument
186 FREE(hwcso); in nv30_sampler_state_delete()

12