Searched refs:is_dual_slot (Results 1 – 13 of 13) sorted by relevance
120 var->type->without_array()->is_dual_slot()) in mark()311 if (type->without_array()->is_dual_slot()) in try_mark_partial_variable()
656 bool is_dual_slot = glsl_type_is_dual_slot(glsl_without_array(type)); in add_parameter() local657 if (is_dual_slot) in add_parameter()668 if (is_dual_slot) { in add_parameter()
3159 if (var->type->without_array()->is_dual_slot()) in assign_attribute_or_color_locations()3236 if (to_assign[i].var->type->without_array()->is_dual_slot()) in assign_attribute_or_color_locations()
523 input->is_dual_slot = (vp->DualSlotInputs & BITFIELD64_BIT(attr)) != 0; in brw_prepare_vertices()632 input->is_dual_slot = (vp->DualSlotInputs & BITFIELD64_BIT(attr)) != 0; in brw_prepare_vertices()688 input->is_dual_slot = (vp->DualSlotInputs & BITFIELD64_BIT(attr)) != 0; in brw_prepare_vertices()
454 bool is_dual_slot; member
297 bool is_dual_slot) in uploads_needed() argument302 if (is_dual_slot) in uploads_needed()538 if (uploads_needed(format, input->is_dual_slot) > 1) in genX()635 uploads_needed(format, input->is_dual_slot) : 1; in genX()705 if (glformat->Doubles && !input->is_dual_slot) { in genX()
895 bool is_dual_slot() const in is_dual_slot() function
373 return type->is_dual_slot(); in glsl_type_is_dual_slot()
2390 bool is_dual_slot = type->without_array()->is_dual_slot(); in visit_field() local2391 if (is_dual_slot) in visit_field()2401 if (is_dual_slot) { in visit_field()
587 (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()
2613 static bool is_dual_slot(nir_intrinsic_instr *intrin) in is_dual_slot() function2659 sem.num_slots = is_dual_slot(intrin) ? 2 : 1; in add_const_offset_to_base_block()
3094 if (type->is_dual_slot()) { in emit_block_mov()
3343 - nir: fix a bug in is_dual_slot in nir_io_add_const_offset_to_base