Home
last modified time | relevance | path

Searched defs:is_dual_slot (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/
Dglsl_types.h905 bool is_dual_slot() const in is_dual_slot() function
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c683 bool is_dual_slot = glsl_type_is_dual_slot(glsl_without_array(type)); in add_parameter() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c2854 static bool is_dual_slot(nir_intrinsic_instr *intrin) in is_dual_slot() function