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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 449 uint32_t next_ubo_dst_offset; member in struct:vc4_compile
vc4_program.c 105 range->dst_offset = c->next_ubo_dst_offset;
106 c->next_ubo_dst_offset += range->size;
    [all...]

Completed in 910 milliseconds