Home
last modified time | relevance | path

Searched refs:NumShaderBinaryFormats (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dconsts_exts.h947 GLuint NumShaderBinaryFormats; member
H A Dget.c1324 assert(ctx->Const.NumShaderBinaryFormats <= 1); in find_custom_value()
1325 v->value_int_n.n = MIN2(ctx->Const.NumShaderBinaryFormats, 1); in find_custom_value()
1326 if (ctx->Const.NumShaderBinaryFormats > 0) { in find_custom_value()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c510 c->NumShaderBinaryFormats = 1; in st_init_limits()