Searched refs:streams (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen6_sol.c243 const unsigned streams = brw->ctx.Const.MaxVertexStreams; local in function:aggregate_transform_feedback_counter
255 prim_counts += counter->bo_start * streams;
258 for (unsigned s = 0; s < streams; s++)
259 counter->accum[s] += prim_counts[streams + s] - prim_counts[s];
261 prim_counts += 2 * streams;
287 const int streams = ctx->Const.MaxVertexStreams; local in function:brw_save_primitives_written_counters
292 if ((obj->counter.bo_end + 2) * streams * sizeof(uint64_t) >=
305 for (int i = 0; i < streams; i++) {
306 int offset = (streams * obj->counter.bo_end + i) * sizeof(uint64_t);
428 /* Initialize the rest of the unused streams t
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx6_sol.c240 const unsigned streams = brw->ctx.Const.MaxVertexStreams; local in function:aggregate_transform_feedback_counter
252 prim_counts += counter->bo_start * streams;
255 for (unsigned s = 0; s < streams; s++)
256 counter->accum[s] += prim_counts[streams + s] - prim_counts[s];
258 prim_counts += 2 * streams;
284 const int streams = ctx->Const.MaxVertexStreams; local in function:brw_save_primitives_written_counters
289 if ((obj->counter.bo_end + 2) * streams * sizeof(uint64_t) >=
302 for (int i = 0; i < streams; i++) {
303 int offset = (streams * obj->counter.bo_end + i) * sizeof(uint64_t);
425 /* Initialize the rest of the unused streams t
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_driver.c99 static void S3VSaveSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams);
100 static void S3VRestoreSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams);
112 static void S3VInitSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams, DisplayModePtr mode);
1633 /* And if streams is to be used, save that as well */
1709 S3VSaveSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams) argument
1713 streams[0] = INREG(PSTREAM_CONTROL_REG);
1714 streams[1] = INREG(COL_CHROMA_KEY_CONTROL_REG);
1715 streams[2] = INREG(SSTREAM_CONTROL_REG);
1716 streams[3] = INREG(CHROMA_KEY_UPPER_BOUND_REG);
1717 streams[
2064 S3VRestoreSTREAMS(ScrnInfoPtr pScrn,unsigned int * streams) argument
3334 S3VInitSTREAMS(ScrnInfoPtr pScrn,unsigned int * streams,DisplayModePtr mode) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1058 struct r300_vertex_stream_state *streams = local in function:r300_emit_vertex_stream_state
1066 for (i = 0; i < streams->count; i++) {
1068 streams->vap_prog_stream_cntl[i]);
1071 for (i = 0; i < streams->count; i++) {
1073 streams->vap_prog_stream_cntl_ext[i]);
1078 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_0, streams->count);
1079 OUT_CS_TABLE(streams->vap_prog_stream_cntl, streams->count);
1080 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_EXT_0, streams->count);
1081 OUT_CS_TABLE(streams
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1061 struct r300_vertex_stream_state *streams = local in function:r300_emit_vertex_stream_state
1069 for (i = 0; i < streams->count; i++) {
1071 streams->vap_prog_stream_cntl[i]);
1074 for (i = 0; i < streams->count; i++) {
1076 streams->vap_prog_stream_cntl_ext[i]);
1081 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_0, streams->count);
1082 OUT_CS_TABLE(streams->vap_prog_stream_cntl, streams->count);
1083 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_EXT_0, streams->count);
1084 OUT_CS_TABLE(streams
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c138 unsigned streams; member in struct:ureg_program::__anon00333c4a0508
427 unsigned streams,
437 assert(!(streams & 0x03) || (usage_mask & 1));
438 assert(!(streams & 0x0c) || (usage_mask & 2));
439 assert(!(streams & 0x30) || (usage_mask & 4));
440 assert(!(streams & 0xc0) || (usage_mask & 8));
470 ureg->output[i].streams |= streams;
1515 unsigned streams,
1538 out[2].decl_semantic.StreamX = streams
424 ureg_DECL_output_layout(struct ureg_program * ureg,enum tgsi_semantic semantic_name,unsigned semantic_index,unsigned streams,unsigned index,unsigned usage_mask,unsigned array_id,unsigned array_size,boolean invariant) argument
1509 emit_decl_semantic(struct ureg_program * ureg,unsigned file,unsigned first,unsigned last,enum tgsi_semantic semantic_name,unsigned semantic_index,unsigned streams,unsigned usage_mask,unsigned array_id,boolean invariant) argument
[all...]
H A Dtgsi_ureg.h251 unsigned streams,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c140 unsigned streams; member in struct:ureg_program::ureg_output_decl
425 unsigned streams,
435 assert(!(streams & 0x03) || (usage_mask & 1));
436 assert(!(streams & 0x0c) || (usage_mask & 2));
437 assert(!(streams & 0x30) || (usage_mask & 4));
438 assert(!(streams & 0xc0) || (usage_mask & 8));
468 ureg->output[i].streams |= streams;
1513 unsigned streams,
1536 out[2].decl_semantic.StreamX = streams
422 ureg_DECL_output_layout(struct ureg_program * ureg,enum tgsi_semantic semantic_name,unsigned semantic_index,unsigned streams,unsigned index,unsigned usage_mask,unsigned array_id,unsigned array_size,boolean invariant) argument
1507 emit_decl_semantic(struct ureg_program * ureg,unsigned file,unsigned first,unsigned last,enum tgsi_semantic semantic_name,unsigned semantic_index,unsigned streams,unsigned usage_mask,unsigned array_id,boolean invariant) argument
[all...]
H A Dtgsi_ureg.h236 unsigned streams,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp105 Value* streams,
162 Value* streams = LOAD(mpFetchInfo, {0, SWR_FETCH_CONTEXT_pStreams}); local in function:FetchJit::Create
163 streams->setName("pStreams");
269 JitGatherVertices(fetchState, streams, vIndices, pVtxOut);
531 /// @param streams - value pointer to the current vertex stream
535 Value* streams,
565 Value* stream = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_xpData});
567 Value* stride = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_pitch});
571 Value* maxVertex = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_maxVertex)});
578 minVertex = GEP(streams, {
534 JitGatherVertices(const FETCH_COMPILE_STATE & fetchState,Value * streams,Value * vIndices,Value * pVtxOut) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp105 Value* streams,
162 Value* streams = LOAD(mpFetchInfo, {0, SWR_FETCH_CONTEXT_pStreams}); local in function:FetchJit::Create
163 streams->setName("pStreams");
272 JitGatherVertices(fetchState, streams, vIndices, pVtxOut);
538 /// @param streams - value pointer to the current vertex stream
542 Value* streams,
572 Value* stream = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_xpData});
574 Value* stride = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_pitch});
578 Value* maxVertex = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_maxVertex)});
585 minVertex = GEP(streams, {
541 JitGatherVertices(const FETCH_COMPILE_STATE & fetchState,Value * streams,Value * vIndices,Value * pVtxOut) argument
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.3.rst65 - i965: Do not render primitives in non-zero streams then TF is
H A D10.2.2.rst36 JUNIPER UVD accelerated playback of WMV3 streams does not work
H A D9.2.rst189 JUNIPER UVD accelerated playback of MPEG 1/2 streams does not work
H A D10.3.rst78 JUNIPER UVD accelerated playback of WMV3 streams does not work
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddistro.rst185 streams.
H A Dscreen.rst222 * ``PIPE_CAP_MAX_VERTEX_STREAMS``: The maximum number of vertex streams
418 for a driver that does not support multiple output streams (i.e.,
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Ddistro.rst185 streams.
H A Dscreen.rst235 * ``PIPE_CAP_MAX_VERTEX_STREAMS``: The maximum number of vertex streams
447 for a driver that does not support multiple output streams (i.e.,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h788 // vertex from the streams, may be negative
865 * If numStreams < SVGA3D_MAX_VERTEX_ARRAYS, the remaining streams
1490 SVGAGBVertexStream streams[SVGA3D_MAX_VERTEX_ARRAYS]; member in struct:__anonc6e2a0b54508
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h822 // vertex from the streams, may be negative
899 * If numStreams < SVGA3D_MAX_VERTEX_ARRAYS, the remaining streams
1524 SVGAGBVertexStream streams[SVGA3D_MAX_VERTEX_ARRAYS]; member in struct:__anon2dcb6c684508
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.m376 /* close all open files except for standard streams */
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.m419 /* close all open files except for standard streams */
/xsrc/external/mit/xterm/dist/
H A Daclocal.m4942 dnl if we have no stropts.h, skip the checks for streams modules
967 (1) # - streams
970 (2) # - streams
973 (3) # - streams
989 CF_MSG_LOG(skipping remaining streams features $cf_pty_this..2)
1010 dnl If we found grantpt, but no features, e.g., for streams or if we are not
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dconfigure.ac550 [support decompression of WOFF2 streams @<:@default=auto@:>@])],

Completed in 47 milliseconds

12