Lines Matching defs:exe
1320 const struct anv_pipeline_executable exe = {
1327 struct anv_pipeline_executable, exe);
3141 util_dynarray_foreach (&pipeline->executables, struct anv_pipeline_executable, exe) {
3143 gl_shader_stage stage = exe->stage;
3146 unsigned simd_width = exe->stats.dispatch_width;
3188 const struct anv_pipeline_executable *exe =
3194 prog_data = anv_pipeline_to_graphics(pipeline)->shaders[exe->stage]->prog_data;
3211 stat->value.u64 = exe->stats.instructions;
3221 stat->value.u64 = exe->stats.sends;
3230 stat->value.u64 = exe->stats.loops;
3240 stat->value.u64 = exe->stats.cycles;
3251 stat->value.u64 = exe->stats.spills;
3262 stat->value.u64 = exe->stats.fills;
3276 if (gl_shader_stage_uses_workgroup(exe->stage)) {
3322 const struct anv_pipeline_executable *exe =
3325 if (exe->nir) {
3331 if (!write_ir_text(ir, exe->nir))
3336 if (exe->disasm) {
3342 if (!write_ir_text(ir, exe->disasm))