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

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 70 boolean has_tessellation; member in struct:cso_context
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) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 133 bool has_tessellation; member in struct:blitter_context_priv
186 ctx->has_tessellation =
557 assert(!ctx->has_tessellation || ctx->base.saved_tcs != INVALID_PTR);
558 assert(!ctx->has_tessellation || ctx->base.saved_tes != INVALID_PTR);
592 if (ctx->has_tessellation) {
    [all...]

Completed in 333 milliseconds