Home
last modified time | relevance | path

Searched defs:batch (Results 1 - 25 of 172) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_flush.c78 struct i915_winsys_batchbuffer *batch = i915->batch; in i915_flush() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fine_fence.c6 crocus_fine_fence_reset(struct crocus_batch *batch) in crocus_fine_fence_reset() argument
17 crocus_fine_fence_init(struct crocus_batch *batch) in crocus_fine_fence_init() argument
26 crocus_fine_fence_next(struct crocus_batch *batch) crocus_fine_fence_next() argument
49 crocus_fine_fence_new(struct crocus_batch *batch, unsigned flags) crocus_fine_fence_new() argument
[all...]
H A Dgen4_blorp_exec.h27 struct crocus_batch *batch = blorp_batch->driver_batch; in dynamic_state_address() local
39 struct crocus_batch *batch = blorp_batch->driver_batch; in instruction_state_address() local
50 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_emit_vs_state() local
70 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_emit_sf_state() local
173 struct crocus_batch *batch = blorp_batch->driver_batch; blorp_emit_pipeline() local
[all...]
/third_party/skia/src/core/
H A DSkTaskGroup.cpp21 void SkTaskGroup::batch(int N, std::function<void(int)> fn) { in batch() function in SkTaskGroup
/third_party/alsa-utils/alsaucm/
H A Dusecase.h27 char *batch; member
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder_stub.c50 intel_print_batch(struct intel_batch_decode_ctx *ctx, const uint32_t *batch, uint32_t batch_size, uint64_t batch_addr, bool from_ring) intel_print_batch() argument
/third_party/mesa3d/src/intel/isl/
H A Disl_emit_cpb.c50 isl_genX(emit_cpb_control_s)(const struct isl_device *dev, void *batch, in emit_cpb_control_s() argument
H A Disl_emit_depth_stencil.c69 isl_genX(emit_depth_stencil_hiz_s)(const struct isl_device *dev, void *batch, in emit_depth_stencil_hiz_s() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.h55 struct fd_batch *batch; member
[all...]
H A Dfreedreno_query_acc.h82 struct fd_batch *batch; member
H A Dfreedreno_draw.h43 fd_draw(struct fd_batch *batch, struct fd_ringbuffer *ring, in fd_draw() argument
143 fd_draw_emit(struct fd_batch *batch, struct fd_ringbuffer *ring, in fd_draw_emit() argument
H A Dfreedreno_draw.c204 fd_batch_update_queries(batch); global() variable
213 batch_draw_tracking_for_dirty_bits(batch); global() variable
326 struct fd_batch *batch = fd_context_batch(ctx); global() variable
347 fd_batch_needs_flush(batch); global() variable
376 fd_batch_unlock_submit(batch); global() variable
377 fd_batch_check_size(batch); global() variable
444 struct fd_batch *batch = fd_context_batch(ctx); global() variable
463 fd_batch_needs_flush(batch); global() variable
477 fd_batch_update_queries(batch); global() variable
489 fd_batch_unlock_submit(batch); global() variable
495 fd_batch_check_size(batch); global() variable
526 struct fd_batch *batch, *save_batch = NULL; global() variable
574 fd_batch_needs_flush(batch); global() variable
577 fd_batch_flush(batch); global() variable
[all...]
H A Dfreedreno_query_acc.c118 struct fd_batch *batch = fd_context_batch_locked(ctx); global() variable
120 fd_batch_unlock_submit(batch); global() variable
232 fd_acc_query_update_batch(struct fd_batch *batch, bool disable_all) fd_acc_query_update_batch() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_fine_fence.c6 iris_fine_fence_reset(struct iris_batch *batch) in iris_fine_fence_reset() argument
17 iris_fine_fence_init(struct iris_batch *batch) in iris_fine_fence_init() argument
25 iris_fine_fence_next(struct iris_batch *batch) iris_fine_fence_next() argument
45 iris_fine_fence_new(struct iris_batch *batch, unsigned flags) iris_fine_fence_new() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c47 occlusion_get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring) in occlusion_get_sample() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexProgram.cpp69 void VertexProgram::program(Pointer<UInt> &batch, UInt &vertexCount) in program() argument
H A DVertexRoutine.hpp43 Pointer<UInt> batch; member in sw::VertexRoutinePrototype
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexRoutine.hpp33 Pointer<Byte> batch; member in sw::VertexRoutinePrototype
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c166 fd5_clear_lrz(struct fd_batch *batch, struct fd_resource *zsbuf, double depth) in fd5_clear_lrz() argument
[all...]
H A Dfd5_draw.h43 fd5_draw(struct fd_batch *batch, struct fd_ringbuffer *ring, in fd5_draw() argument
81 fd5_draw_emit(struct fd_batch *batch, struct fd_ringbuffer *ring, in fd5_draw_emit() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_uniforms.c33 agx_const_buffer_ptr(struct agx_batch *batch, in agx_const_buffer_ptr() argument
52 struct agx_batch *batch = ctx->batch; in agx_push_location_direct() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_gpu_memcpy.c55 emit_common_so_memcpy(struct anv_batch *batch, struct anv_device *device, in emit_common_so_memcpy() argument
115 emit_so_memcpy(struct anv_batch *batch, struct anv_device *device, struct anv_address dst, struct anv_address src, uint32_t size) emit_so_memcpy() argument
238 emit_so_memcpy_init(struct anv_memcpy_state *state, struct anv_device *device, struct anv_batch *batch) emit_so_memcpy_init() argument
[all...]
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_perf.c234 unsigned int iters = 0, batch = 3; in main() local
116 fimg2d_perf_multi(struct exynos_bo *bo, struct g2d_context *ctx, unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch) fimg2d_perf_multi() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c48 occlusion_get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring) in occlusion_get_sample() argument
117 struct fd_batch *batch = fd_context_batch_locked(ctx); variable
121 fd_batch_unlock_submit(batch); variable
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c130 fd6_vsc_update_sizes(struct fd_batch *batch, const struct pipe_draw_info *info, in fd6_vsc_update_sizes() argument
[all...]

Completed in 8 milliseconds

1234567