Searched refs:gpuver (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dutil.h55 int afuc_util_init(int gpuver, bool colors);
H A Dasm.c42 int gpuver; variable in typeref:typename:int
165 if (gpuver >= 6)
242 if (gpuver >= 6) {
377 gpuver = atoi(optarg);
407 if (!gpuver) {
409 gpuver = 5;
411 gpuver = 6;
415 ret = afuc_util_init(gpuver, false);
H A Dasm.h31 extern int gpuver;
H A Ddisasm.c44 static int gpuver; variable in typeref:typename:int
341 const uint32_t nop = gpuver >= 6 ? 0x1000000 : 0x0;
547 if (gpuver >= 6) {
680 if (gpuver < 6) {
744 if (gpuver >= 6)
943 gpuver = gpu_id / 100;
949 if (emulator && (gpuver != 6)) {
954 ret = afuc_util_init(gpuver, colors);
959 printf("; a%dxx microcode\n", gpuver);
967 if (gpuver <
[all...]
H A Dutil.c253 int afuc_util_init(int gpuver, bool colors) argument
258 switch (gpuver) {

Completed in 4 milliseconds