Home
last modified time | relevance | path

Searched refs:offset_bytes (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
Drogue_build_data.c444 size_t offset_bytes = nir_intrinsic_range_base(intr); in collect_ubo_data() local
445 assert(!(offset_bytes % ROGUE_REG_SIZE_BYTES)); in collect_ubo_data()
447 size_t offset_regs = offset_bytes / ROGUE_REG_SIZE_BYTES; in collect_ubo_data()
581 size_t offset_bytes) in rogue_ubo_reg() argument
600 assert(!(offset_bytes % ROGUE_REG_SIZE_BYTES)); in rogue_ubo_reg()
601 offset_regs = offset_bytes / ROGUE_REG_SIZE_BYTES; in rogue_ubo_reg()
Drogue_build_data.h178 size_t offset_bytes);
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h242 offset_bytes(void *end, void *start) in offset_bytes() function
255 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
262 (offset_bytes(ring->cur, ring->start) == 0); in fd_ringbuffer_empty()
Dfreedreno_ringbuffer_sp_reloc.h90 size = offset_bytes(target->cur, target->start); in X()
Dfreedreno_ringbuffer_sp.c454 .size = offset_bytes(ring->cur, ring->start), in finalize_current_cmd()
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c389 submit_offset = offset_bytes(last_start, ring->start); in finalize_current_cmd()
390 size = offset_bytes(ring->cur, last_start); in finalize_current_cmd()
575 reloc->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc()
601 reloc_hi->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc()
640 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_emit_reloc_ring()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_ringbuffer.c319 cmds[i].size = offset_bytes(ring->cur, ring->start); in msm_submit_flush()
452 msm_ring->cmd->size = offset_bytes(ring->cur, ring->start); in finalize_current_cmd()
509 offset_bytes(ring->cur, ring->start) + msm_ring->offset, in msm_ringbuffer_emit_reloc()
522 offset_bytes(ring->cur, ring->start) + msm_ring->offset, in msm_ringbuffer_emit_reloc()
562 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_emit_reloc_ring()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_ringbuffer.h94 size = offset_bytes(target->cur, target->start); in X()
/third_party/libdrm/freedreno/
Dfreedreno_ringbuffer.c180 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
Dfreedreno_priv.h200 offset_bytes(void *end, void *start) in offset_bytes() function
/third_party/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c183 return offset_bytes(target->cur, target->start); in kgsl_ringbuffer_emit_reloc_ring()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c544 unsigned offset_bytes = nir_src_as_const_value(offset_src)->u32; in bound_bo_access_instr() local
548 if (has_unsized || offset_bytes + intr->num_components - 1 < size) in bound_bo_access_instr()
554 if (offset_bytes + i >= size) { in bound_bo_access_instr()