/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_build_data.c | 444 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 D | rogue_build_data.h | 178 size_t offset_bytes);
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_ringbuffer.h | 242 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 D | freedreno_ringbuffer_sp_reloc.h | 90 size = offset_bytes(target->cur, target->start); in fd_ringbuffer_sp_emit_reloc_ring()
|
H A D | freedreno_ringbuffer_sp.c | 454 .size = offset_bytes(ring->cur, ring->start), in finalize_current_cmd()
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_ringbuffer.c | 389 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 D | msm_ringbuffer.c | 319 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 D | virtio_ringbuffer.h | 94 size = offset_bytes(target->cur, target->start); in virtio_ringbuffer_emit_reloc_ring()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_ringbuffer.c | 180 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
|
H A D | freedreno_priv.h | 200 offset_bytes(void *end, void *start) in offset_bytes() function
|
/third_party/node/deps/v8/src/torque/ |
H A D | class-debug-reader-generator.cc | 42 size_t offset_bytes; member 377 << struct_field.offset_bytes << ", " << struct_field.num_bits in GenerateGetPropsChunkForField()
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_ringbuffer.c | 183 return offset_bytes(target->cur, target->start); in kgsl_ringbuffer_emit_reloc_ring()
|
/third_party/backends/backend/genesys/ |
H A D | low.cpp | 1259 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 D | zink_compiler.c | 544 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()
|