Home
last modified time | relevance | path

Searched refs:is_dual_slot (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dir_set_program_inouts.cpp120 var->type->without_array()->is_dual_slot()) in mark()
311 if (type->without_array()->is_dual_slot()) in try_mark_partial_variable()
H A Dgl_nir_link_uniforms.c683 bool is_dual_slot = glsl_type_is_dual_slot(glsl_without_array(type)); in add_parameter() local
684 if (is_dual_slot) in add_parameter()
695 if (is_dual_slot) { in add_parameter()
H A Dlinker.cpp3018 if (var->type->without_array()->is_dual_slot()) in assign_attribute_or_color_locations()
3094 if (to_assign[i].var->type->without_array()->is_dual_slot()) in assign_attribute_or_color_locations()
/third_party/mesa3d/src/compiler/
H A Dglsl_types.h905 bool is_dual_slot() const in is_dual_slot() function
H A Dnir_types.cpp418 return type->is_dual_slot(); in glsl_type_is_dual_slot()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp587 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
595 return (as_vec4 && type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c2854 static bool is_dual_slot(nir_intrinsic_instr *intrin) in is_dual_slot() function
2909 sem.num_slots = is_dual_slot(intrin) ? 2 : 1; in add_const_offset_to_base_block()

Completed in 18 milliseconds