Searched refs:tessellation_width (Results 1 – 6 of 6) sorted by relevance
66 elm_tls->gContext.tessellation_width = width; in _initialize_elm()
303 uint32_t tessellation_width; member
225 if ((data->tessellation_width > 0) && (data->tessellation_height > 0))227 int width = data->tessellation_width;459 if ((data->tessellation_width > 0) && (data->tessellation_height > 0))461 int width = data->tessellation_width;
230 int32_t tessellation_width; member
6613 if (tessellation_width <= 0) { in vg_lite_init()6614 tessellation_width = 0; in vg_lite_init()6619 tessellation_width = 0; in vg_lite_init()6621 tessellation_width = VG_LITE_ALIGN(tessellation_width, 16); in vg_lite_init()6628 tessellation_width = 64; in vg_lite_init()6635 initialize.tessellation_width = tessellation_width; in vg_lite_init()6722 if (tessellation_width <= 0) { in vg_lite_init()6723 tessellation_width = 0; in vg_lite_init()6728 tessellation_width = 0; in vg_lite_init()6730 tessellation_width = VG_LITE_ALIGN(tessellation_width, 16); in vg_lite_init()[all …]
1020 vg_lite_error_t vg_lite_init(int32_t tessellation_width, int32_t tessellation_height);
Completed in 32 milliseconds