Searched refs:is_dual_slot (Results 1 – 10 of 10) 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()
2944 if (var->type->without_array()->is_dual_slot()) in assign_attribute_or_color_locations()3018 if (to_assign[i].var->type->without_array()->is_dual_slot()) in assign_attribute_or_color_locations()
496 input->is_dual_slot = (vs_prog_data->double_inputs_read & BITFIELD64_BIT(first)) != 0; in brw_prepare_vertices()498 if (input->is_dual_slot) in brw_prepare_vertices()
368 bool is_dual_slot) in uploads_needed() argument373 if (is_dual_slot) in uploads_needed()541 if (uploads_needed(format, input->is_dual_slot) > 1) in genX()638 uploads_needed(format, input->is_dual_slot) : 1; in genX()708 if (input->glarray->Doubles && !input->is_dual_slot) { in genX()
443 bool is_dual_slot; member
243 return type->is_dual_slot(); in glsl_type_is_dual_slot()
531 bool is_dual_slot() const in is_dual_slot() function
2444 bool is_dual_slot = type->without_array()->is_dual_slot(); in visit_field() local2445 if (is_dual_slot) in visit_field()
597 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()605 return (as_vec4 && type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
2940 if (type->is_dual_slot()) { in emit_block_mov()