Lines Matching defs:description
7414 const char *description = NULL;
7418 description = "Vulkan Vertex Shader";
7424 description = "Combined Vulkan Vertex and Tessellation Control Shaders";
7427 description = "Vulkan Tessellation Control Shader";
7432 description = "Vulkan Tessellation Evaluation Shader";
7438 description = "Combined Vulkan Tessellation Evaluation and Geometry Shaders";
7442 description = "Combined Vulkan Vertex and Geometry Shaders";
7445 description = "Vulkan Geometry Shader";
7450 description = "Vulkan Fragment Shader";
7454 description = "Vulkan Compute Shader";
7458 description = "Vulkan Mesh Shader";
7462 description = "Vulkan Task Shader";
7468 desc_copy(pProperties[executable_idx].description, description);
7480 desc_copy(pProperties[executable_idx].description,
7516 desc_copy(s->description, "Driver pipeline hash used by RGP");
7524 desc_copy(s->description, "Number of SGPR registers allocated per subgroup");
7532 desc_copy(s->description, "Number of VGPR registers allocated per subgroup");
7540 desc_copy(s->description, "Number of SGPR registers spilled per subgroup");
7548 desc_copy(s->description, "Number of VGPR registers spilled per subgroup");
7556 desc_copy(s->description, "Code size in bytes");
7564 desc_copy(s->description, "LDS size in bytes per workgroup");
7572 desc_copy(s->description, "Private memory in bytes per subgroup");
7580 desc_copy(s->description, "The maximum number of subgroups in flight on a SIMD unit");
7591 desc_copy(s->description, info->desc);
7649 desc_copy(p->description, "The optimized NIR shader(s)");
7660 desc_copy(p->description, "The LLVM IR after some optimizations");
7663 desc_copy(p->description, "The ACO IR after some optimizations");
7674 desc_copy(p->description, "Final Assembly");