Home
last modified time | relevance | path

Searched refs:offset_bytes (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
H A 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()
575 * \param[in] offset_bytes The UBO offset in bytes.
581 size_t offset_bytes) in rogue_ubo_reg()
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()
578 rogue_ubo_reg(struct rogue_ubo_data *ubo_data, size_t desc_set, size_t binding, size_t offset_bytes) rogue_ubo_reg() argument
H A Drogue_build_data.h178 size_t offset_bytes);
/third_party/mesa3d/src/freedreno/drm/
H A 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()
H A Dfreedreno_ringbuffer_sp_reloc.h90 size = offset_bytes(target->cur, target->start); in fd_ringbuffer_sp_emit_reloc_ring()
H A Dfreedreno_ringbuffer_sp.c454 .size = offset_bytes(ring->cur, ring->start), in finalize_current_cmd()
/third_party/libdrm/freedreno/msm/
H A 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/
H A 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/
H A Dvirtio_ringbuffer.h94 size = offset_bytes(target->cur, target->start); in virtio_ringbuffer_emit_reloc_ring()
/third_party/libdrm/freedreno/
H A Dfreedreno_ringbuffer.c180 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
H A Dfreedreno_priv.h200 offset_bytes(void *end, void *start) in offset_bytes() function
/third_party/node/deps/v8/src/torque/
H A Dclass-debug-reader-generator.cc42 size_t offset_bytes; member
377 << struct_field.offset_bytes << ", " << struct_field.num_bits in GenerateGetPropsChunkForField()
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_ringbuffer.c183 return offset_bytes(target->cur, target->start); in kgsl_ringbuffer_emit_reloc_ring()
/third_party/backends/backend/genesys/
H A Dlow.cpp1259 unsigned offset_bytes = offset_pixels * dev.calib_session.params.channels; in build_image_pipeline() local
1261 dev.white_average_data, offset_bytes); in build_image_pipeline()
/third_party/mesa3d/src/gallium/drivers/zink/
H A 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()

Completed in 17 milliseconds