HomeSort by: relevance | last modified time | path
    Searched defs:unknown2_3 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
decode.c 1202 pandecode_log(".unknown2_3 = ");
1204 int unknown2_3 = s->unknown2_3; local
1209 if (unknown2_3 & (MALI_DEPTH_TEST | MALI_DEPTH_FUNC_MASK)) {
1210 const char *func = pandecode_func_name(MALI_GET_DEPTH_FUNC(unknown2_3));
1211 unknown2_3 &= ~MALI_DEPTH_FUNC_MASK;
1216 pandecode_log_decoded_flags(u3_flag_info, unknown2_3);
1254 if (s->unknown2_3 & MALI_HAS_BLEND_SHADER) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h 118 /* Flags apply to unknown2_3? */
524 u16 unknown2_3; member in struct:mali_shader_meta

Completed in 6 milliseconds