Home
last modified time | relevance | path

Searched refs:gl_frag_depth_layout (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_info.h414 enum gl_frag_depth_layout depth_layout:3;
Dshader_enums.h1008 enum gl_frag_depth_layout enum
/external/mesa3d/src/asahi/compiler/
Dagx_compile.h122 enum gl_frag_depth_layout depth_layout;
Dagx_compile.c3897 enum gl_frag_depth_layout layout = nir->info.fs.depth_layout; in agx_compile_shader_nir()
/external/mesa3d/src/asahi/lib/
Dagx_helpers.h108 agx_translate_depth_layout(enum gl_frag_depth_layout layout) in agx_translate_depth_layout()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c162 static enum gl_frag_depth_layout
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c4362 get_depth_layout_mode(enum gl_frag_depth_layout depth_layout) in get_depth_layout_mode()