Searched refs:unknown2_3 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c1202 pandecode_log(".unknown2_3 = ");
1204 int unknown2_3 = s->unknown2_3; local in function:pandecode_replay_vertex_tiler_postfix_pre
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/
H A Dpan_context.c585 .unknown2_3 = MALI_DEPTH_FUNC(MALI_FUNC_ALWAYS) | 0x3010,
896 SET_BIT(ctx->fragment_shader_core.unknown2_3, MALI_HAS_MSAA, msaa);
983 ctx->fragment_shader_core.unknown2_3 |= MALI_CAN_DISCARD;
1017 ctx->fragment_shader_core.unknown2_3 |= MALI_CAN_DISCARD;
2260 SET_BIT(ctx->fragment_shader_core.unknown2_3, MALI_DEPTH_TEST, depth_stencil->depth.enabled);
2264 ctx->fragment_shader_core.unknown2_3 &= ~MALI_DEPTH_FUNC_MASK;
2265 ctx->fragment_shader_core.unknown2_3 |= MALI_DEPTH_FUNC(panfrost_translate_compare_func(func));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h118 /* Flags apply to unknown2_3? */
524 u16 unknown2_3; member in struct:mali_shader_meta

Completed in 11 milliseconds