HomeSort by: relevance | last modified time | path
    Searched refs:pan_arch (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
gen_macros.h 34 * if (PAN_ARCH == 4) {
44 * #if (PAN_ARCH == 75)
57 pan_arch(unsigned gpu_id) function
76 #ifndef PAN_ARCH
81 #if (PAN_ARCH == 4)
84 #elif (PAN_ARCH == 5)
87 #elif (PAN_ARCH == 6)
90 #elif (PAN_ARCH == 7)
97 #endif /* PAN_ARCH */
decode_common.c 232 switch (pan_arch(gpu_id)) {
249 switch (pan_arch(gpu_id)) {
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_props.c 236 dev->arch = pan_arch(dev->gpu_id);

Completed in 5 milliseconds