Home
last modified time | relevance | path

Searched refs:is_dual_slot (Results 1 – 13 of 13) 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()
Dgl_nir_link_uniforms.c656 bool is_dual_slot = glsl_type_is_dual_slot(glsl_without_array(type)); in add_parameter() local
657 if (is_dual_slot) in add_parameter()
668 if (is_dual_slot) { in add_parameter()
Dlinker.cpp3159 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c523 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()
Dbrw_context.h454 bool is_dual_slot; member
DgenX_state_upload.c297 bool is_dual_slot) in uploads_needed() argument
302 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()
/external/mesa3d/src/compiler/
Dglsl_types.h895 bool is_dual_slot() const in is_dual_slot() function
Dnir_types.cpp373 return type->is_dual_slot(); in glsl_type_is_dual_slot()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2390 bool is_dual_slot = type->without_array()->is_dual_slot(); in visit_field() local
2391 if (is_dual_slot) in visit_field()
2401 if (is_dual_slot) { in visit_field()
/external/mesa3d/src/intel/compiler/
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()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io.c2613 static bool is_dual_slot(nir_intrinsic_instr *intrin) in is_dual_slot() function
2659 sem.num_slots = is_dual_slot(intrin) ? 2 : 1; in add_const_offset_to_base_block()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3094 if (type->is_dual_slot()) { in emit_block_mov()
/external/mesa3d/docs/relnotes/
D20.3.0.rst3343 - nir: fix a bug in is_dual_slot in nir_io_add_const_offset_to_base