Home
last modified time | relevance | path

Searched refs:size_dwords (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c316 unsigned size_dwords = num_dp * (4 + IR3_DP_VS_COUNT); /* 4dw PKT7 header */ in fd6_build_driver_params() local
318 ctx->batch->submit, size_dwords * 4, FD_RINGBUFFER_STREAMING); in fd6_build_driver_params()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c5303 size_t size_dwords = (ice->state.so_target[buffer]->buffer_offset + ice->state.so_target[buffer]->buffer_size) / 4; in emit_sol_surface() local
5309 // assert((size_dwords - offset_dwords) / stride_dwords in emit_sol_surface()
5312 if (size_dwords > offset_dwords + num_vector_components) { in emit_sol_surface()
5318 (size_dwords - offset_dwords - num_vector_components); in emit_sol_surface()

Completed in 14 milliseconds