Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c248 fd_blend_state_bind(struct pipe_context *pctx, void *hwcso) in fd_blend_state_bind() argument
251 struct pipe_blend_state *cso = hwcso; in fd_blend_state_bind()
258 ctx->blend = hwcso; in fd_blend_state_bind()
265 fd_blend_state_delete(struct pipe_context *pctx, void *hwcso) in fd_blend_state_delete() argument
267 FREE(hwcso); in fd_blend_state_delete()
271 fd_rasterizer_state_bind(struct pipe_context *pctx, void *hwcso) in fd_rasterizer_state_bind() argument
276 ctx->rasterizer = hwcso; in fd_rasterizer_state_bind()
289 fd_rasterizer_state_delete(struct pipe_context *pctx, void *hwcso) in fd_rasterizer_state_delete() argument
291 FREE(hwcso); in fd_rasterizer_state_delete()
295 fd_zsa_state_bind(struct pipe_context *pctx, void *hwcso) in fd_zsa_state_bind() argument
[all …]
Dfreedreno_texture.c39 fd_sampler_state_delete(struct pipe_context *pctx, void *hwcso) in fd_sampler_state_delete() argument
41 FREE(hwcso); in fd_sampler_state_delete()
53 unsigned start, unsigned nr, void **hwcso) in bind_sampler_states() argument
59 tex->samplers[p] = hwcso[i]; in bind_sampler_states()
90 unsigned nr, void **hwcso) in fd_sampler_states_bind() argument
95 bind_sampler_states(&ctx->fragtex, start, nr, hwcso); in fd_sampler_states_bind()
99 bind_sampler_states(&ctx->verttex, start, nr, hwcso); in fd_sampler_states_bind()
Dfreedreno_program.c36 fd_fp_state_bind(struct pipe_context *pctx, void *hwcso) in fd_fp_state_bind() argument
39 ctx->prog.fp = hwcso; in fd_fp_state_bind()
44 fd_vp_state_bind(struct pipe_context *pctx, void *hwcso) in fd_vp_state_bind() argument
47 ctx->prog.vp = hwcso; in fd_vp_state_bind()
Dfreedreno_texture.h36 unsigned nr, void **hwcso);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c194 nvc0_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_bind() argument
198 nvc0->blend = hwcso; in nvc0_blend_state_bind()
203 nvc0_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_delete() argument
205 FREE(hwcso); in nvc0_blend_state_delete()
325 nvc0_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_bind() argument
329 nvc0->rast = hwcso; in nvc0_rasterizer_state_bind()
334 nvc0_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_delete() argument
336 FREE(hwcso); in nvc0_rasterizer_state_delete()
403 nvc0_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_bind() argument
407 nvc0->zsa = hwcso; in nvc0_zsa_state_bind()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/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()
345 nv50_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_bind() argument
349 nv50->rast = hwcso; in nv50_rasterizer_state_bind()
354 nv50_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_delete() argument
356 FREE(hwcso); in nv50_rasterizer_state_delete()
439 nv50_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_bind() argument
443 nv50->zsa = hwcso; in nv50_zsa_state_bind()
[all …]
Dnv50_stateobj_tex.h14 nv50_tsc_entry(void *hwcso) in nv50_tsc_entry() argument
16 return (struct nv50_tsc_entry *)hwcso; in nv50_tsc_entry()
Dnv50_context.h300 nv50_vertex_state_delete(struct pipe_context *pipe, void *hwcso);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c119 nv30_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_bind() argument
123 nv30->blend = hwcso; in nv30_blend_state_bind()
128 nv30_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_delete() argument
130 FREE(hwcso); in nv30_blend_state_delete()
196 nv30_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_bind() argument
200 nv30->rast = hwcso; in nv30_rasterizer_state_bind()
205 nv30_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_delete() argument
207 FREE(hwcso); in nv30_rasterizer_state_delete()
274 nv30_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_zsa_state_bind() argument
278 nv30->zsa = hwcso; in nv30_zsa_state_bind()
[all …]
Dnv30_fragprog.c149 nv30_fp_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_fp_state_delete() argument
151 struct nv30_fragprog *fp = hwcso; in nv30_fp_state_delete()
165 nv30_fp_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_fp_state_bind() argument
168 struct nv30_fragprog *fp = hwcso; in nv30_fp_state_bind()
Dnv30_vertprog.c235 nv30_vp_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_vp_state_delete() argument
237 struct nv30_vertprog *vp = hwcso; in nv30_vp_state_delete()
250 nv30_vp_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_vp_state_bind() argument
254 nv30->vertprog.program = hwcso; in nv30_vp_state_bind()
Dnv40_verttex.c53 unsigned nr, void **hwcso) in nv40_verttex_sampler_states_bind() argument
59 nv30->vertprog.samplers[i] = hwcso[i]; in nv40_verttex_sampler_states_bind()
Dnv30_context.h184 unsigned nr, void **hwcso);
188 unsigned nr, void **hwcso);
Dnv30_vbo.c317 nv30_vertex_state_delete(struct pipe_context *pipe, void *hwcso) argument
319 struct nv30_vertex_stateobj *so = hwcso;
323 FREE(hwcso);
327 nv30_vertex_state_bind(struct pipe_context *pipe, void *hwcso) argument
331 nv30->vertex = hwcso;
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/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c44 vc4_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso) in vc4_generic_cso_state_delete() argument
46 free(hwcso); in vc4_generic_cso_state_delete()
323 vc4_blend_state_bind(struct pipe_context *pctx, void *hwcso) in vc4_blend_state_bind() argument
326 vc4->blend = hwcso; in vc4_blend_state_bind()
331 vc4_rasterizer_state_bind(struct pipe_context *pctx, void *hwcso) in vc4_rasterizer_state_bind() argument
334 struct vc4_rasterizer_state *rast = hwcso; in vc4_rasterizer_state_bind()
341 vc4->rasterizer = hwcso; in vc4_rasterizer_state_bind()
346 vc4_zsa_state_bind(struct pipe_context *pctx, void *hwcso) in vc4_zsa_state_bind() argument
349 vc4->zsa = hwcso; in vc4_zsa_state_bind()
369 vc4_vertex_state_bind(struct pipe_context *pctx, void *hwcso) in vc4_vertex_state_bind() argument
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c147 unsigned nr, void **hwcso) in fd3_sampler_states_bind() argument
154 if (!hwcso) in fd3_sampler_states_bind()
158 if (hwcso[i]) { in fd3_sampler_states_bind()
160 fd3_sampler_stateobj(hwcso[i]); in fd3_sampler_states_bind()
170 fd_sampler_states_bind(pctx, shader, start, nr, hwcso); in fd3_sampler_states_bind()
Dfd3_program.c69 fd3_fp_state_delete(struct pipe_context *pctx, void *hwcso) in fd3_fp_state_delete() argument
71 struct fd3_shader_stateobj *so = hwcso; in fd3_fp_state_delete()
83 fd3_vp_state_delete(struct pipe_context *pctx, void *hwcso) in fd3_vp_state_delete() argument
85 struct fd3_shader_stateobj *so = hwcso; in fd3_vp_state_delete()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.c107 unsigned nr, void **hwcso) in fd2_sampler_states_bind() argument
109 if (!hwcso) in fd2_sampler_states_bind()
123 fd_sampler_states_bind(pctx, shader, start, nr, hwcso); in fd2_sampler_states_bind()
Dfd2_program.c140 fd2_fp_state_delete(struct pipe_context *pctx, void *hwcso) in fd2_fp_state_delete() argument
142 struct fd2_shader_stateobj *so = hwcso; in fd2_fp_state_delete()
158 fd2_vp_state_delete(struct pipe_context *pctx, void *hwcso) in fd2_vp_state_delete() argument
160 struct fd2_shader_stateobj *so = hwcso; in fd2_vp_state_delete()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c146 unsigned nr, void **hwcso) in fd5_sampler_states_bind() argument
153 if (!hwcso) in fd5_sampler_states_bind()
157 if (hwcso[i]) { in fd5_sampler_states_bind()
159 fd5_sampler_stateobj(hwcso[i]); in fd5_sampler_states_bind()
169 fd_sampler_states_bind(pctx, shader, start, nr, hwcso); in fd5_sampler_states_bind()
Dfd5_program.c67 fd5_fp_state_delete(struct pipe_context *pctx, void *hwcso) in fd5_fp_state_delete() argument
69 struct fd5_shader_stateobj *so = hwcso; in fd5_fp_state_delete()
81 fd5_vp_state_delete(struct pipe_context *pctx, void *hwcso) in fd5_vp_state_delete() argument
83 struct fd5_shader_stateobj *so = hwcso; in fd5_vp_state_delete()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c148 unsigned nr, void **hwcso) in fd4_sampler_states_bind() argument
155 if (!hwcso) in fd4_sampler_states_bind()
159 if (hwcso[i]) { in fd4_sampler_states_bind()
161 fd4_sampler_stateobj(hwcso[i]); in fd4_sampler_states_bind()
171 fd_sampler_states_bind(pctx, shader, start, nr, hwcso); in fd4_sampler_states_bind()
Dfd4_program.c68 fd4_fp_state_delete(struct pipe_context *pctx, void *hwcso) in fd4_fp_state_delete() argument
70 struct fd4_shader_stateobj *so = hwcso; in fd4_fp_state_delete()
82 fd4_vp_state_delete(struct pipe_context *pctx, void *hwcso) in fd4_vp_state_delete() argument
84 struct fd4_shader_stateobj *so = hwcso; in fd4_vp_state_delete()

12