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.cpp659 case ir_depth_layout_none: return ""; in depth_layout_string()
2043 this->data.depth_layout = ir_depth_layout_none; in ir_variable()
Dir.h379 ir_depth_layout_none, /**< No depth layout is specified. */ enumerator
Dlinker.cpp968 bool layout_declared = var->data.depth_layout != ir_depth_layout_none; in cross_validate_globals()
3146 case ir_depth_layout_none: in store_fragdepth_layout()
Dglsl_to_nir.cpp659 case ir_depth_layout_none: in visit()
Dast_to_hir.cpp3952 var->data.depth_layout = ir_depth_layout_none; in apply_layout_qualifier_to_variable()
4446 if (earlier->data.depth_layout != ir_depth_layout_none in get_variable_being_redeclared()