HomeSort by relevance Sort by last modified time
    Searched refs:linked_xfb_info (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sol.c 43 const struct gl_transform_feedback_info *linked_xfb_info = NULL; local
48 linked_xfb_info = xfb_obj->program->sh.LinkedTransformFeedback;
53 if (xfb_active && i < linked_xfb_info->NumOutputs) {
54 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
57 linked_xfb_info->Outputs[i].DstOffset;
62 linked_xfb_info->Outputs[i].NumComponents,
63 linked_xfb_info->Buffers[buffer].Stride, buffer_offset);
68 linked_xfb_info->Outputs[i].NumComponents,
69 linked_xfb_info->Buffers[buffer].Stride, buffer_offset);
119 const struct gl_transform_feedback_info *linked_xfb_info local
147 const struct gl_transform_feedback_info *linked_xfb_info = local
394 const struct gl_transform_feedback_info *linked_xfb_info; local
    [all...]
brw_ff_gs.c 200 const struct gl_transform_feedback_info *linked_xfb_info = local
213 assert(linked_xfb_info->NumOutputs <= BRW_MAX_SOL_BINDINGS);
216 key->num_transform_feedback_bindings = linked_xfb_info->NumOutputs;
219 linked_xfb_info->Outputs[i].OutputRegister;
221 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
genX_state_upload.c 3530 const struct gl_transform_feedback_info *linked_xfb_info = local
3621 const struct gl_transform_feedback_info *linked_xfb_info = local
3727 const struct gl_transform_feedback_info *linked_xfb_info = local
    [all...]
  /external/mesa3d/src/intel/compiler/
gen6_gs_visitor.cpp 534 const struct gl_transform_feedback_info *linked_xfb_info = local
547 assert(linked_xfb_info->NumOutputs <= BRW_MAX_SOL_BINDINGS);
549 gs_prog_data->num_transform_feedback_bindings = linked_xfb_info->NumOutputs;
552 linked_xfb_info->Outputs[i].OutputRegister;
554 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];

Completed in 334 milliseconds