Searched refs:sot (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_streamout.c213 struct svga_stream_output_target *sot; local in function:svga_create_stream_output_target
221 sot = CALLOC_STRUCT(svga_stream_output_target);
222 if (!sot)
225 pipe_reference_init(&sot->base.reference, 1);
226 pipe_resource_reference(&sot->base.buffer, buffer);
227 sot->base.context = pipe;
228 sot->base.buffer = buffer;
229 sot->base.buffer_offset = buffer_offset;
230 sot->base.buffer_size = buffer_size;
232 return &sot
239 struct svga_stream_output_target *sot = svga_stream_output_target(target); local in function:svga_destroy_stream_output_target
275 struct svga_stream_output_target *sot local in function:svga_set_stream_output_targets
[all...]
H A Dsvga_cmd_vgpu10.c465 SVGA3dSoTarget *sot; local in function:SVGA3D_vgpu10_SetSOTargets
478 sot = (SVGA3dSoTarget *)(cmd + 1);
479 for (i = 0; i < count; i++, sot++) {
481 sot->offset = targets[i].offset;
482 sot->sizeInBytes = targets[i].sizeInBytes;
483 swc->surface_relocation(swc, &sot->sid, NULL, surfaces[i],
487 sot->offset = 0;
488 sot->sizeInBytes = ~0u;
489 swc->surface_relocation(swc, &sot->sid, NULL, NULL,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_streamout.c381 struct svga_stream_output_target *sot; local in function:svga_create_stream_output_target
389 sot = CALLOC_STRUCT(svga_stream_output_target);
390 if (!sot)
393 pipe_reference_init(&sot->base.reference, 1);
394 pipe_resource_reference(&sot->base.buffer, buffer);
395 sot->base.context = pipe;
396 sot->base.buffer = buffer;
397 sot->base.buffer_offset = buffer_offset;
398 sot->base.buffer_size = buffer_size;
400 return &sot
407 struct svga_stream_output_target *sot = svga_stream_output_target(target); local in function:svga_destroy_stream_output_target
451 struct svga_stream_output_target *sot local in function:svga_set_stream_output_targets
[all...]
H A Dsvga_cmd_vgpu10.c465 SVGA3dSoTarget *sot; local in function:SVGA3D_vgpu10_SetSOTargets
478 sot = (SVGA3dSoTarget *)(cmd + 1);
479 for (i = 0; i < count; i++, sot++) {
481 sot->offset = targets[i].offset;
482 sot->sizeInBytes = targets[i].sizeInBytes;
483 swc->surface_relocation(swc, &sot->sid, NULL, surfaces[i],
487 sot->offset = 0;
488 sot->sizeInBytes = ~0u;
489 swc->surface_relocation(swc, &sot->sid, NULL, NULL,

Completed in 7 milliseconds