/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tcs.c | 38 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 …]
|
D | brw_tes.c | 38 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()
|
D | brw_gs.c | 54 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()
|
D | brw_cs.c | 82 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()
|
D | brw_vs.c | 116 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()
|
D | brw_wm.c | 73 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()
|
D | brw_tcs_surface_state.c | 44 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()
|
D | brw_tes_surface_state.c | 44 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()
|
D | brw_vs_surface_state.c | 53 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()
|
D | brw_gs_surface_state.c | 44 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()
|
D | brw_program.c | 228 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()
|
D | brw_program.h | 79 const struct brw_program *prog, 82 const struct brw_program *prog,
|
D | Makefile.sources | 39 brw_program.c \ 40 brw_program.h \
|
D | brw_context.h | 332 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()
|
D | meson.build | 58 'brw_program.c', 59 'brw_program.h',
|
D | brw_disk_cache.c | 197 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()
|
D | brw_program_binary.c | 167 prog_key.base.program_string_id = brw_program(prog)->id; in deserialize_gen_program()
|
D | brw_wm_surface_state.c | 806 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()
|
D | genX_state_upload.c | 4235 struct brw_program *cp = 4236 (struct brw_program *) brw->programs[MESA_SHADER_COMPUTE];
|
/external/igt-gpu-tools/assembler/ |
D | disasm-main.c | 37 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()
|
D | gen4asm.h | 185 struct brw_program { struct 190 extern struct brw_program compiled_program;
|
D | gram.y | 195 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;
|
D | main.c | 54 struct brw_program compiled_program;
|
/external/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 39 struct brw_program;
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1593 - i965: Use a 'nir' temporary rather than poking at brw_program
|