Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tcs.c38 brw_codegen_tcs_prog(struct brw_context *brw, struct brw_program *tcp, in brw_codegen_tcs_prog()
39 struct brw_program *tep, struct brw_tcs_prog_key *key) in brw_codegen_tcs_prog()
164 struct brw_program *tcp = in brw_tcs_populate_key()
165 (struct brw_program *) brw->programs[MESA_SHADER_TESS_CTRL]; in brw_tcs_populate_key()
166 struct brw_program *tep = in brw_tcs_populate_key()
167 (struct brw_program *) brw->programs[MESA_SHADER_TESS_EVAL]; in brw_tcs_populate_key()
206 struct brw_program *tcp = in brw_upload_tcs_prog()
207 (struct brw_program *) brw->programs[MESA_SHADER_TESS_CTRL]; in brw_upload_tcs_prog()
208 ASSERTED struct brw_program *tep = in brw_upload_tcs_prog()
209 (struct brw_program *) brw->programs[MESA_SHADER_TESS_EVAL]; in brw_upload_tcs_prog()
[all …]
Dbrw_tes.c38 struct brw_program *tep, in brw_codegen_tes_prog()
124 struct brw_program *tcp = in brw_tes_populate_key()
125 (struct brw_program *) brw->programs[MESA_SHADER_TESS_CTRL]; in brw_tes_populate_key()
126 struct brw_program *tep = in brw_tes_populate_key()
127 (struct brw_program *) brw->programs[MESA_SHADER_TESS_EVAL]; in brw_tes_populate_key()
159 struct brw_program *tep = in brw_upload_tes_prog()
160 (struct brw_program *) brw->programs[MESA_SHADER_TESS_EVAL]; in brw_upload_tes_prog()
177 tep = (struct brw_program *) brw->programs[MESA_SHADER_TESS_EVAL]; in brw_upload_tes_prog()
191 struct brw_program *btep = brw_program(prog); in brw_tes_populate_default_key()
221 struct brw_program *btep = brw_program(prog); in brw_tes_precompile()
Dbrw_gs.c54 struct brw_program *gp, in brw_codegen_gs_prog()
149 struct brw_program *gp = in brw_gs_populate_key()
150 (struct brw_program *) brw->programs[MESA_SHADER_GEOMETRY]; in brw_gs_populate_key()
163 struct brw_program *gp = in brw_upload_gs_prog()
164 (struct brw_program *) brw->programs[MESA_SHADER_GEOMETRY]; in brw_upload_gs_prog()
179 gp = (struct brw_program *) brw->programs[MESA_SHADER_GEOMETRY]; in brw_upload_gs_prog()
195 brw_populate_default_base_prog_key(devinfo, brw_program(prog), in brw_gs_populate_default_key()
208 struct brw_program *bgp = brw_program(prog); in brw_gs_precompile()
Dbrw_cs.c82 struct brw_program *cp, in brw_codegen_cs_prog()
169 const struct brw_program *cp = in brw_cs_populate_key()
170 (struct brw_program *) brw->programs[MESA_SHADER_COMPUTE]; in brw_cs_populate_key()
184 struct brw_program *cp = in brw_upload_cs_prog()
185 (struct brw_program *) brw->programs[MESA_SHADER_COMPUTE]; in brw_upload_cs_prog()
206 cp = (struct brw_program *) brw->programs[MESA_SHADER_COMPUTE]; in brw_upload_cs_prog()
220 brw_populate_default_base_prog_key(devinfo, brw_program(prog), &key->base); in brw_cs_populate_default_key()
229 struct brw_program *bcp = brw_program(prog); in brw_cs_precompile()
Dbrw_vs.c116 struct brw_program *vp, in brw_codegen_vs_prog()
252 struct brw_program *vp = (struct brw_program *) prog; in brw_vs_populate_key()
301 struct brw_program *vp = in brw_upload_vs_prog()
302 (struct brw_program *) brw->programs[MESA_SHADER_VERTEX]; in brw_upload_vs_prog()
317 vp = (struct brw_program *) brw->programs[MESA_SHADER_VERTEX]; in brw_upload_vs_prog()
330 struct brw_program *bvp = brw_program(prog); in brw_vs_populate_default_key()
351 struct brw_program *bvp = brw_program(prog); in brw_vs_precompile()
Dbrw_wm.c73 struct brw_program *fp, in brw_codegen_wm_prog()
345 const struct brw_program *prog, in brw_populate_base_prog_key()
355 const struct brw_program *prog, in brw_populate_default_base_prog_key()
391 const struct brw_program *fp = brw_program_const(prog); in brw_wm_populate_key()
532 struct brw_program *fp = in brw_upload_wm_prog()
533 (struct brw_program *) brw->programs[MESA_SHADER_FRAGMENT]; in brw_upload_wm_prog()
548 fp = (struct brw_program *) brw->programs[MESA_SHADER_FRAGMENT]; in brw_upload_wm_prog()
565 brw_populate_default_base_prog_key(devinfo, brw_program(prog), in brw_wm_populate_default_key()
603 struct brw_program *bfp = brw_program(prog); in brw_fs_precompile()
Dbrw_tcs_surface_state.c44 struct brw_program *tcp = in brw_upload_tcs_pull_constants()
45 (struct brw_program *) brw->programs[MESA_SHADER_TESS_CTRL]; in brw_upload_tcs_pull_constants()
Dbrw_tes_surface_state.c44 struct brw_program *dp = in brw_upload_tes_pull_constants()
45 (struct brw_program *) brw->programs[MESA_SHADER_TESS_EVAL]; in brw_upload_tes_pull_constants()
Dbrw_vs_surface_state.c53 struct brw_program *vp = in brw_upload_vs_pull_constants()
54 (struct brw_program *) brw->programs[MESA_SHADER_VERTEX]; in brw_upload_vs_pull_constants()
Dbrw_gs_surface_state.c44 struct brw_program *gp = in brw_upload_gs_pull_constants()
45 (struct brw_program *) brw->programs[MESA_SHADER_GEOMETRY]; in brw_upload_gs_pull_constants()
Dbrw_program.c228 struct brw_program *prog = rzalloc(NULL, struct brw_program); in brwNewProgram()
288 struct brw_program *newFP = brw_program(prog); in brwProgramStringNotify()
289 const struct brw_program *curFP = in brwProgramStringNotify()
307 struct brw_program *newVP = brw_program(prog); in brwProgramStringNotify()
308 const struct brw_program *curVP = in brwProgramStringNotify()
Dbrw_program.h79 const struct brw_program *prog,
82 const struct brw_program *prog,
DMakefile.sources39 brw_program.c \
40 brw_program.h \
Dbrw_context.h332 struct brw_program { struct
1587 static inline struct brw_program *
1588 brw_program(struct gl_program *p) in brw_program() function
1590 return (struct brw_program *) p; in brw_program()
1593 static inline const struct brw_program *
1596 return (const struct brw_program *) p; in brw_program_const()
Dmeson.build58 'brw_program.c',
59 'brw_program.h',
Dbrw_disk_cache.c197 prog_key.base.program_string_id = brw_program(prog)->id; in read_and_upload()
203 _mesa_shader_stage_to_abbrev(stage), brw_program(prog)->id); in read_and_upload()
Dbrw_program_binary.c167 prog_key.base.program_string_id = brw_program(prog)->id; in deserialize_gen_program()
Dbrw_wm_surface_state.c806 struct brw_program *fp = in brw_upload_wm_pull_constants()
807 (struct brw_program *) brw->programs[MESA_SHADER_FRAGMENT]; in brw_upload_wm_pull_constants()
DgenX_state_upload.c4235 struct brw_program *cp =
4236 (struct brw_program *) brw->programs[MESA_SHADER_COMPUTE];
/external/igt-gpu-tools/assembler/
Ddisasm-main.c37 static struct brw_program *
41 struct brw_program *program; in read_program()
46 program = malloc (sizeof (struct brw_program)); in read_program()
67 static struct brw_program *
72 struct brw_program *program; in read_program_binary()
77 program = malloc (sizeof (struct brw_program)); in read_program_binary()
108 struct brw_program *program; in main()
Dgen4asm.h185 struct brw_program { struct
190 extern struct brw_program compiled_program;
Dgram.y195 static void brw_program_init(struct brw_program *p) in brw_program_init()
197 memset(p, 0, sizeof(struct brw_program)); in brw_program_init()
200 static void brw_program_append_entry(struct brw_program *p, in brw_program_append_entry()
212 brw_program_add_instruction(struct brw_program *p, in brw_program_add_instruction()
224 brw_program_add_relocatable(struct brw_program *p, in brw_program_add_relocatable()
236 static void brw_program_add_label(struct brw_program *p, const char *label) in brw_program_add_label()
442 struct brw_program program;
Dmain.c54 struct brw_program compiled_program;
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h39 struct brw_program;
/external/mesa3d/docs/relnotes/
D19.0.0.rst1593 - i965: Use a 'nir' temporary rather than poking at brw_program