Lines Matching defs:exe
1247 const struct anv_pipeline_executable exe = {
1254 struct anv_pipeline_executable, exe);
3002 util_dynarray_foreach (&pipeline->executables, struct anv_pipeline_executable, exe) {
3004 gl_shader_stage stage = exe->stage;
3007 unsigned simd_width = exe->stats.dispatch_width;
3050 const struct anv_pipeline_executable *exe =
3056 prog_data = anv_pipeline_to_graphics(pipeline)->shaders[exe->stage]->prog_data;
3081 stat->value.u64 = exe->stats.instructions;
3091 stat->value.u64 = exe->stats.sends;
3100 stat->value.u64 = exe->stats.loops;
3110 stat->value.u64 = exe->stats.cycles;
3121 stat->value.u64 = exe->stats.spills;
3132 stat->value.u64 = exe->stats.fills;
3146 if (gl_shader_stage_uses_workgroup(exe->stage)) {
3192 const struct anv_pipeline_executable *exe =
3195 if (exe->nir) {
3201 if (!write_ir_text(ir, exe->nir))
3206 if (exe->disasm) {
3212 if (!write_ir_text(ir, exe->disasm))