Home
last modified time | relevance | path

Searched refs:pipe_shader_state (Results 1 – 25 of 117) sorted by relevance

12345

/external/mesa3d/src/gallium/auxiliary/util/
Du_live_shader_cache.h60 const struct pipe_shader_state *state);
74 const struct pipe_shader_state *state),
83 const struct pipe_shader_state *state,
Du_live_shader_cache.c52 const struct pipe_shader_state *state), in util_live_shader_cache_init()
74 const struct pipe_shader_state *state, in util_live_shader_cache_get()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.h40 struct pipe_shader_state;
109 struct pipe_shader_state state;
162 const struct pipe_shader_state *templ);
170 const struct pipe_shader_state *state);
Ddraw_context.h228 const struct pipe_shader_state *shader);
243 const struct pipe_shader_state *shader);
254 const struct pipe_shader_state *shader);
265 const struct pipe_shader_state *shader);
272 const struct pipe_shader_state *shader);
Ddraw_tess.h58 struct pipe_shader_state state;
77 struct pipe_shader_state state;
Ddraw_pipe_aaline.c63 struct pipe_shader_state state;
94 const struct pipe_shader_state *);
278 const struct pipe_shader_state *orig_fs = &aaline->fs->state; in generate_aaline_fs()
279 struct pipe_shader_state aaline_fs; in generate_aaline_fs()
328 const struct pipe_shader_state *orig_fs = &aaline->fs->state; in generate_aaline_fs_nir()
329 struct pipe_shader_state aaline_fs; in generate_aaline_fs_nir()
640 const struct pipe_shader_state *fs) in aaline_create_fs_state()
Ddraw_pipe_pstipple.c66 struct pipe_shader_state state;
100 const struct pipe_shader_state *);
129 const struct pipe_shader_state *orig_fs = &pstip->fs->state; in generate_pstip_fs()
131 struct pipe_shader_state pstip_fs; in generate_pstip_fs()
341 const struct pipe_shader_state *fs) in pstip_create_fs_state()
Ddraw_pipe_aapoint.c76 struct pipe_shader_state state;
109 const struct pipe_shader_state *);
362 const struct pipe_shader_state *orig_fs = &aapoint->fs->state; in generate_aapoint_fs()
363 struct pipe_shader_state aapoint_fs; in generate_aapoint_fs()
416 const struct pipe_shader_state *orig_fs = &aapoint->fs->state; in generate_aapoint_fs_nir()
417 struct pipe_shader_state aapoint_fs; in generate_aapoint_fs_nir()
741 const struct pipe_shader_state *fs) in aapoint_create_fs_state()
Ddraw_fs.h37 struct pipe_shader_state base;
/external/mesa3d/src/gallium/targets/graw-null/
Dgraw_util.c20 struct pipe_shader_state state; in graw_parse_geometry_shader()
35 struct pipe_shader_state state; in graw_parse_vertex_shader()
50 struct pipe_shader_state state; in graw_parse_fragment_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_nir_builtins.c31 struct pipe_shader_state *
75 struct pipe_shader_state state = { in st_nir_finish_builtin_shader()
87 struct pipe_shader_state *shader; in st_nir_finish_builtin_shader()
118 struct pipe_shader_state *
Dst_nir.h63 struct pipe_shader_state *
68 struct pipe_shader_state *
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h60 struct pipe_shader_state pipe;
68 struct pipe_shader_state pipe;
77 struct pipe_shader_state pipe;
85 struct pipe_shader_state pipe;
93 struct pipe_shader_state pipe;
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state.h105 struct pipe_shader_state shader;
113 struct pipe_shader_state shader;
120 struct pipe_shader_state shader;
Dsp_state_shader.c60 struct pipe_shader_state *curfs = &fs->shader; in create_fs_variant()
141 struct pipe_shader_state *shader, in softpipe_create_shader_state()
142 const struct pipe_shader_state *templ, in softpipe_create_shader_state()
173 const struct pipe_shader_state *templ) in softpipe_create_fs_state()
254 const struct pipe_shader_state *templ) in softpipe_create_vs_state()
315 const struct pipe_shader_state *templ) in softpipe_create_gs_state()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h66 struct pipe_shader_state;
304 const struct pipe_shader_state *);
309 const struct pipe_shader_state *);
314 const struct pipe_shader_state *);
319 const struct pipe_shader_state *);
324 const struct pipe_shader_state *);
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.h35 const struct pipe_shader_state *cso,
47 void * ir3_shader_state_create(struct pipe_context *pctx, const struct pipe_shader_state *cso);
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h60 struct pipe_shader_state;
158 const struct pipe_shader_state *);
163 const struct pipe_shader_state *);
168 const struct pipe_shader_state *);
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h121 struct pipe_shader_state base;
358 struct pipe_shader_state *yuv_linear_blit_vs;
359 struct pipe_shader_state *yuv_linear_blit_fs_8bit;
360 struct pipe_shader_state *yuv_linear_blit_fs_16bit;
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.h81 struct pipe_shader_state pipe;
110 struct pipe_shader_state pipe;
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tgsi_transform.c106 struct pipe_shader_state *state) in create_shader()
151 struct pipe_shader_state state; in write_vpos()
200 struct pipe_shader_state state; in transform_dynamic_indexing()
240 struct pipe_shader_state templ = {0}; in emulate_point_sprite()
Dsvga_pipe_vs.c99 const struct pipe_shader_state *templ) in svga_create_vs_state()
122 struct pipe_shader_state tmp2 = *templ; in svga_create_vs_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c42 const struct pipe_shader_state *templ) in llvmpipe_create_tcs_state()
110 const struct pipe_shader_state *templ) in llvmpipe_create_tes_state()
/external/virglrenderer/tests/
Dtest_virgl_cmd.c341 struct pipe_shader_state vs; in START_TEST()
360 struct pipe_shader_state fs; in START_TEST()
574 struct pipe_shader_state vs; in START_TEST()
593 struct pipe_shader_state gs; in START_TEST()
624 struct pipe_shader_state fs; in START_TEST()
848 struct pipe_shader_state vs; in START_TEST()
870 struct pipe_shader_state fs; in START_TEST()
1008 struct pipe_shader_state fs; in START_TEST()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs.h38 struct pipe_shader_state state;

12345