HomeSort by relevance Sort by last modified time
    Searched refs:so_buf (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_sol.c 335 STATIC_ASSERT(ARRAY_SIZE(sb->so_buf) >= 2);
336 sb->so_buf[0] = info->offset;
337 sb->so_buf[1] = (size) ? info->offset + size : 0;
364 STATIC_ASSERT(ARRAY_SIZE(sb->so_buf) >= 4);
365 sb->so_buf[0] = dw1;
366 sb->so_buf[1] = info->offset;
374 sb->so_buf[2] = (size) ? size / 4 - 1 : 0;
377 sb->so_buf[3] = (info->write_offset_imm_enable) ?
ilo_state_sol.h 129 uint32_t so_buf[5]; member in struct:ilo_state_sol_buffer
ilo_builder_3d_top.h 877 sb->vma->bo_offset + sb->so_buf[0], INTEL_RELOC_WRITE);
879 sb->vma->bo_offset + sb->so_buf[1], INTEL_RELOC_WRITE);
902 dw[1] = sb->so_buf[0] |
908 sb->vma->bo_offset + sb->so_buf[1], INTEL_RELOC_WRITE);
914 dw[4] = sb->so_buf[2];
925 dw[7] = sb->so_buf[3];
    [all...]

Completed in 90 milliseconds