OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unknown2_3
(Results
1 - 3
of
3
) 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/
pan_context.c
585
.
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/
panfrost-job.h
118
/* Flags apply to
unknown2_3
? */
524
u16
unknown2_3
;
member in struct:mali_shader_meta
Completed in 11 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026