Home
last modified time | relevance | path

Searched refs:DualSlotInputs (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_array.cpp192 (st, ctx->Array._DrawVAO, vp->Base.DualSlotInputs, in st_setup_arrays()
213 const GLbitfield dual_slot_inputs = vp->Base.DualSlotInputs; in st_setup_current()
277 const GLbitfield dual_slot_inputs = vp->Base.DualSlotInputs; in st_setup_current_user()
317 (st, ctx->Array._DrawVAO, vp->Base.DualSlotInputs, in st_update_array_templ()
Dst_glsl_to_nir.cpp819 nir_remap_dual_slot_attributes(nir, &shader->Program->DualSlotInputs); in st_link_nir()
911 prog->DualSlotInputs); in st_link_nir()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_draw.c227 if (vp->info.inputs_read & ~enabled || vp->DualSlotInputs) in vbo_save_playback_vertex_list_gallium()
/third_party/mesa3d/src/mesa/main/
Dshader_types.h538 GLbitfield64 DualSlotInputs; member
Dglspirv.c317 nir_remap_dual_slot_attributes(nir, &linked_shader->Program->DualSlotInputs); in _mesa_spirv_to_nir()
/third_party/mesa3d/src/compiler/glsl/
Dir_set_program_inouts.cpp121 prog->DualSlotInputs |= bitfield; in mark()
Dserialize.cpp1101 blob_write_uint64(metadata, glprog->DualSlotInputs); in write_shader_metadata()
1153 glprog->DualSlotInputs = blob_read_uint64(metadata); in read_shader_metadata()