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

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_shader.c 615 uint32_t maxvtxcnt = 0x7fffffff; local
635 * up to 'offset + stride[i]', that leaves maxvtxcnt as:
637 * buffer_size = (maxvtxcnt * stride[i]) + stride[i]
638 * maxvtxcnt = (buffer_size - stride[i]) / stride[i]
650 maxvtxcnt = MIN2(maxvtxcnt, max);
654 return maxvtxcnt;
ir3_compiler_nir.c 1900 struct ir3_instruction *vtxcnt, *maxvtxcnt, *cond; local
    [all...]

Completed in 193 milliseconds