Home
last modified time | relevance | path

Searched refs:FRAG_DEPTH_LAYOUT_NONE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_enums.h777 FRAG_DEPTH_LAYOUT_NONE, /**< No layout is specified. */ enumerator
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c469 if (nir->info.fs.depth_layout != FRAG_DEPTH_LAYOUT_NONE) { in nir_tgsi_scan_shader()
Dtgsi_to_nir.c162 return FRAG_DEPTH_LAYOUT_NONE; in ttn_get_depth_layout()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2328 if (info->fs.depth_layout != FRAG_DEPTH_LAYOUT_NONE) { in ureg_setup_fragment_shader()
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp3344 prog->FragDepthLayout = FRAG_DEPTH_LAYOUT_NONE; in store_fragdepth_layout()
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp8574 case FRAG_DEPTH_LAYOUT_NONE: in computed_depth_mode()