Searched refs:tessellation_width_height (Results 1 – 4 of 4) sorted by relevance
279 data->tessellation_width_height = width | (height << 16);518 ts_initialize.tessellation_width_height = width | (height << 16);532 data->tessellation_width_height = ts_initialize.tessellation_width_height;
270 uint32_t tessellation_width_height; member
644 uint32_t tessellation_width_height; /*! Combination of buffer width and height. */ member
6585 VG_LITE_RETURN_ERROR(push_state(context, 0x0A3A, context->tsbuffer.tessellation_width_height)); in program_tessellation()6659 s_context.tsbuffer.tessellation_width_height = initialize.tessellation_width_height; in vg_lite_init()6769 … task_tls->t_context.tsbuffer.tessellation_width_height = initialize.tessellation_width_height; in vg_lite_init()6876 width = ctx->tsbuffer.tessellation_width_height & 0xFFFF; in vg_lite_draw()6877 height = ctx->tsbuffer.tessellation_width_height >> 16; in vg_lite_draw()8391 width = ctx->tsbuffer.tessellation_width_height & 0xFFFF; in vg_lite_draw_pattern()8392 height = ctx->tsbuffer.tessellation_width_height >> 16; in vg_lite_draw_pattern()8810 width = ctx->tsbuffer.tessellation_width_height & 0xFFFF; in vg_lite_draw_linear_gradient()8811 height = ctx->tsbuffer.tessellation_width_height >> 16; in vg_lite_draw_linear_gradient()9287 width = ctx->tsbuffer.tessellation_width_height & 0xFFFF; in vg_lite_draw_radial_gradient()[all …]
Completed in 34 milliseconds