Home
last modified time | relevance | path

Searched refs:is_dual_slot (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/compiler/glsl/
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()
Dlinker.cpp2944 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c496 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()
DgenX_state_upload.c368 bool is_dual_slot) in uploads_needed() argument
373 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()
Dbrw_context.h443 bool is_dual_slot; member
/external/mesa3d/src/compiler/
Dnir_types.cpp243 return type->is_dual_slot(); in glsl_type_is_dual_slot()
Dglsl_types.h531 bool is_dual_slot() const in is_dual_slot() function
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2444 bool is_dual_slot = type->without_array()->is_dual_slot(); in visit_field() local
2445 if (is_dual_slot) in visit_field()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp597 (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()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2940 if (type->is_dual_slot()) { in emit_block_mov()