Home
last modified time | relevance | path

Searched refs:is_dual_slot (Results 1 – 9 of 9) 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.cpp2860 if (var->type->without_array()->is_dual_slot()) in assign_attribute_or_color_locations()
2937 if (to_assign[i].var->type->without_array()->is_dual_slot()) in assign_attribute_or_color_locations()
/external/mesa3d/src/compiler/
Dnir_types.cpp228 return type->is_dual_slot(); in glsl_type_is_dual_slot()
Dglsl_types.h507 bool is_dual_slot() const in is_dual_slot() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_draw_upload.c260 if (input->glarray->Doubles && !input->is_dual_slot) { in gen8_emit_vertices()
Dbrw_draw_upload.c574 input->is_dual_slot = (vs_prog_data->double_inputs_read & BITFIELD64_BIT(first)) != 0; in brw_prepare_vertices()
576 if (input->is_dual_slot) in brw_prepare_vertices()
Dbrw_vec4_visitor.cpp592 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
600 return (as_vec4 && type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
Dbrw_context.h503 bool is_dual_slot; member
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2954 if (type->is_dual_slot()) { in emit_block_mov()