Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir.cpp667 case ir_depth_layout_none: return ""; in depth_layout_string()
2042 this->data.depth_layout = ir_depth_layout_none; in ir_variable()
Dir.h383 ir_depth_layout_none, /**< No depth layout is specified. */ enumerator
Dlinker.cpp1030 bool layout_declared = var->data.depth_layout != ir_depth_layout_none; in cross_validate_globals()
3343 case ir_depth_layout_none: in store_fragdepth_layout()
Dglsl_to_nir.cpp621 case ir_depth_layout_none: in visit()
Dast_to_hir.cpp3896 var->data.depth_layout = ir_depth_layout_none; in apply_layout_qualifier_to_variable()
4380 if (earlier->data.depth_layout != ir_depth_layout_none in get_variable_being_redeclared()