Searched refs:batch (Results 26 - 50 of 119) sorted by relevance

12345

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_dump.c43 uint32_t *data = intel->batch.bo->virtual + offset;
84 struct brw_vs_unit_state *vs = intel->batch.bo->virtual + offset;
100 struct brw_gs_unit_state *gs = intel->batch.bo->virtual + offset;
116 struct brw_clip_unit_state *clip = intel->batch.bo->virtual + offset;
136 struct brw_sf_unit_state *sf = intel->batch.bo->virtual + offset;
153 struct brw_wm_unit_state *wm = intel->batch.bo->virtual + offset;
180 uint32_t *surf = brw->intel.batch.bo->virtual + offset;
204 struct gen7_surface_state *surf = brw->intel.batch.bo->virtual + offset;
227 struct gen5_sampler_default_color *sdc = (intel->batch.bo->virtual +
242 struct brw_sampler_default_color *sdc = (intel->batch
[all...]
H A Dbrw_urb.c252 if ((brw->intel.batch.used & 15) > 12) {
253 int pad = 16 - (brw->intel.batch.used & 15);
255 brw->intel.batch.map[brw->intel.batch.used++] = MI_NOOP;
H A Dbrw_wm_state.c145 wm->wm4.sampler_state_pointer = (intel->batch.bo->offset +
227 drm_intel_bo_emit_reloc(intel->batch.bo,
237 drm_intel_bo_emit_reloc(intel->batch.bo,
240 intel->batch.bo, (brw->sampler.offset |
H A Dbrw_misc_state.c74 * which points at the batchbuffer containing the streamed batch state.
108 * which points at the batchbuffer containing the streamed batch state.
158 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0,
161 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0,
165 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0,
167 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0,
169 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0,
171 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0,
511 * In the 3DSTATE_DEPTH_BUFFER batch emitted above, the 'separate
858 OUT_RELOC(intel->batch
[all...]
H A Dintel_syncobj.c77 sync->bo = intel->batch.bo;
H A Dbrw_cc.c217 cc->cc4.cc_viewport_state_offset = (intel->batch.bo->offset +
223 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
226 intel->batch.bo, brw->cc.vp_offset,
H A Dbrw_sf_state.c145 drm_intel_bo *bo = intel->batch.bo;
193 sf->sf5.sf_viewport_state_offset = (intel->batch.bo->offset +
308 intel->batch.bo, (brw->sf.vp_offset |
H A Dbrw_wm_sampler_state.c310 sampler->ss2.default_color_pointer = (intel->batch.bo->offset +
313 drm_intel_bo_emit_reloc(intel->batch.bo,
317 intel->batch.bo, brw->wm.sdc_offset[ss_index],
H A Dbrw_vs_state.c158 drm_intel_bo_emit_reloc(intel->batch.bo,
/external/skia/src/gpu/
H A DGrPipelineBuilder.cpp147 void GrPipelineBuilder::calcColorInvariantOutput(const GrBatch* batch) const {
148 fColorProcInfo.calcColorWithBatch(batch, fColorStages.begin(), this->numColorFragmentStages());
152 void GrPipelineBuilder::calcCoverageInvariantOutput(const GrBatch* batch) const {
153 fCoverageProcInfo.calcCoverageWithBatch(batch, fCoverageStages.begin(),
H A DGrInOrderDrawBuffer.cpp23 void GrInOrderDrawBuffer::onDrawBatch(GrBatch* batch, argument
25 State* state = this->setupPipelineAndShouldDraw(batch, pipelineInfo);
30 GrTargetCommands::Cmd* cmd = fCommands->recordDrawBatch(state, batch);
174 GrInOrderDrawBuffer::setupPipelineAndShouldDraw(GrBatch* batch, argument
184 batch->initBatchTracker(state->getPipeline()->getInitBatchTracker());
H A DGrInOrderCommandBuilder.cpp28 GrTargetCommands::Cmd* GrInOrderCommandBuilder::recordDrawBatch(State* state, GrBatch* batch) { argument
29 // Check if there is a Batch Draw we can batch with
33 if (previous->fState == state && previous->fBatch->combineIfPossible(batch)) {
38 return GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), DrawBatch, (state, batch,
H A DGrPipelineBuilder.h371 const GrProcOptInfo& colorProcInfo(const GrBatch* batch) const {
372 this->calcColorInvariantOutput(batch);
376 const GrProcOptInfo& coverageProcInfo(const GrBatch* batch) const {
377 this->calcCoverageInvariantOutput(batch);
395 * TODO remove these when batch is everywhere
H A DGrTargetCommands.h74 // TODO: This can be just a pipeline once paths are in batch, and it should live elsewhere
76 // TODO get rid of the prim proc parameter when we use batch everywhere
227 DrawBatch(State* state, GrBatch* batch, GrBatchTarget* batchTarget) argument
230 , fBatch(SkRef(batch))
232 SkASSERT(!batch->isUsed());
H A DGrDrawTarget.cpp129 GrBatch* batch) {
137 if (!this->setupClip(pipelineBuilder, &arfp, &ars, &scissorState, &batch->bounds())) {
142 // TODO move this into setupDstReadIfNecessary when paths are in batch
143 SkRect bounds = batch->bounds();
146 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, batch, &bounds,
152 this->onDrawBatch(batch, pipelineInfo);
301 SkAutoTUnref<GrBatch> batch(GrRectBatch::Create(color, viewMatrix, rect, localRect,
303 this->drawBatch(pipelineBuilder, batch);
520 const GrBatch* batch,
525 fColorPOI = fPipelineBuilder->colorProcInfo(batch);
128 drawBatch(GrPipelineBuilder* pipelineBuilder, GrBatch* batch) argument
518 PipelineInfo(GrPipelineBuilder* pipelineBuilder, GrScissorState* scissor, const GrBatch* batch, const SkRect* devBounds, GrDrawTarget* target) argument
[all...]
/external/vboot_reference/tests/
H A Dgen_test_keys.sh29 openssl req -batch -new -x509 -key ${key_base}.pem \
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.c124 if(i915->batch)
125 i915->iws->batchbuffer_destroy(i915->batch);
171 i915->batch = i915->iws->batchbuffer_create(i915->iws);
/external/iproute2/ip/
H A Dip.c45 " ip [ -force ] -batch filename\n"
105 static int batch(const char *name) function
224 } else if (matches(opt, "-batch") == 0) {
257 return batch(batch_file);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_syncobj.c77 sync->bo = intel->batch.bo;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_syncobj.c77 sync->bo = intel->batch.bo;
/external/skia/gm/
H A Dconvexpolyeffect.cpp195 SkAutoTUnref<GrBatch> batch(ConvexPolyTestBatch::Create(gp, geometry));
197 tt.target()->drawBatch(&pipelineBuilder, batch);
244 SkAutoTUnref<GrBatch> batch(ConvexPolyTestBatch::Create(gp, geometry));
246 tt.target()->drawBatch(&pipelineBuilder, batch);
H A Dbeziereffects.cpp229 SkAutoTUnref<GrBatch> batch(
232 tt.target()->drawBatch(&pipelineBuilder, batch);
374 SkAutoTUnref<GrBatch> batch(
377 tt.target()->drawBatch(&pipelineBuilder, batch);
613 SkAutoTUnref<GrBatch> batch(BezierQuadTestBatch::Create(gp, geometry, DevToUV));
615 tt.target()->drawBatch(&pipelineBuilder, batch);
/external/vboot_reference/utility/
H A Ddev_make_keypair53 openssl req -batch -new -x509 -key "${base}_${len}.pem" \
/external/skia/tests/
H A DGLProgramsTest.cpp253 SkAutoTUnref<GrBatch> batch(GrRandomBatch(&random, fContext));
254 SkASSERT(batch);
268 this->drawBatch(&pipelineBuilder, batch);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCPreparedStatement.java27 private ArrayList<BatchArg> batch; field in class:JDBCPreparedStatement
35 this.batch = null;
386 if (batch == null) {
387 batch = new ArrayList<BatchArg>(args.length);
390 batch.add(new BatchArg(args[i], blobs[i]));
395 if (batch == null) {
398 int[] ret = new int[batch.size() / args.length];
406 BatchArg b = (BatchArg) batch.get(index++);
418 throw new BatchUpdateException("batch failed", ret);
424 if (batch !
[all...]

Completed in 633 milliseconds

12345