Home
last modified time | relevance | path

Searched refs:ir_depth_layout_none (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir.cpp668 case ir_depth_layout_none: return ""; in depth_layout_string()
2044 this->data.depth_layout = ir_depth_layout_none; in ir_variable()
Dir.h383 ir_depth_layout_none, /**< No depth layout is specified. */ enumerator
Dlinker.cpp1063 bool layout_declared = var->data.depth_layout != ir_depth_layout_none; in cross_validate_globals()
3383 case ir_depth_layout_none: in store_fragdepth_layout()
Dglsl_to_nir.cpp623 case ir_depth_layout_none: in visit()
Dast_to_hir.cpp3938 var->data.depth_layout = ir_depth_layout_none; in apply_layout_qualifier_to_variable()
4422 if (earlier->data.depth_layout != ir_depth_layout_none in get_variable_being_redeclared()