Home | History | Annotate | Download | only in cso_cache

Lines Matching refs:has_tessellation

70    boolean has_tessellation;
329 ctx->has_tessellation = TRUE;
394 if (ctx->has_tessellation) {
945 assert(ctx->has_tessellation || !handle);
947 if (ctx->has_tessellation && ctx->tessctrl_shader != handle) {
966 if (!ctx->has_tessellation) {
977 if (!ctx->has_tessellation) {
990 assert(ctx->has_tessellation || !handle);
992 if (ctx->has_tessellation && ctx->tesseval_shader != handle) {
1011 if (!ctx->has_tessellation) {
1022 if (!ctx->has_tessellation) {