Home
last modified time | relevance | path

Searched refs:linked_xfb_info (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_sol.c44 const struct gl_transform_feedback_info *linked_xfb_info = NULL; in gen6_update_sol_surfaces() local
49 linked_xfb_info = xfb_obj->program->sh.LinkedTransformFeedback; in gen6_update_sol_surfaces()
54 if (xfb_active && i < linked_xfb_info->NumOutputs) { in gen6_update_sol_surfaces()
55 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer; in gen6_update_sol_surfaces()
58 linked_xfb_info->Outputs[i].DstOffset; in gen6_update_sol_surfaces()
63 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
64 linked_xfb_info->Buffers[buffer].Stride, buffer_offset); in gen6_update_sol_surfaces()
69 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
70 linked_xfb_info->Buffers[buffer].Stride, buffer_offset); in gen6_update_sol_surfaces()
120 const struct gl_transform_feedback_info *linked_xfb_info = in brw_gs_upload_binding_table() local
[all …]
Dbrw_ff_gs.c200 const struct gl_transform_feedback_info *linked_xfb_info = in brw_ff_gs_populate_key() local
213 assert(linked_xfb_info->NumOutputs <= BRW_MAX_SOL_BINDINGS); in brw_ff_gs_populate_key()
216 key->num_transform_feedback_bindings = linked_xfb_info->NumOutputs; in brw_ff_gs_populate_key()
219 linked_xfb_info->Outputs[i].OutputRegister; in brw_ff_gs_populate_key()
221 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset]; in brw_ff_gs_populate_key()
DgenX_state_upload.c3585 const struct gl_transform_feedback_info *linked_xfb_info = local
3599 for (unsigned i = 0; i < linked_xfb_info->NumOutputs; i++) {
3601 &linked_xfb_info->Outputs[i];
3676 const struct gl_transform_feedback_info *linked_xfb_info = local
3711 sob.SurfacePitch = linked_xfb_info->Buffers[i].Stride * 4;
3783 const struct gl_transform_feedback_info *linked_xfb_info = local
3787 sos.Buffer0SurfacePitch = linked_xfb_info->Buffers[0].Stride * 4;
3789 sos.Buffer1SurfacePitch = linked_xfb_info->Buffers[1].Stride * 4;
3791 sos.Buffer2SurfacePitch = linked_xfb_info->Buffers[2].Stride * 4;
3793 sos.Buffer3SurfacePitch = linked_xfb_info->Buffers[3].Stride * 4;
/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp534 const struct gl_transform_feedback_info *linked_xfb_info = in xfb_setup() local
547 assert(linked_xfb_info->NumOutputs <= BRW_MAX_SOL_BINDINGS); in xfb_setup()
549 gs_prog_data->num_transform_feedback_bindings = linked_xfb_info->NumOutputs; in xfb_setup()
552 linked_xfb_info->Outputs[i].OutputRegister; in xfb_setup()
554 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset]; in xfb_setup()