Searched refs:bbox_slot (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1191 int bbox_slot = state->ctx->Const.NoPrimitiveBoundingBoxOutput ? -1 : local in function:__anon505b80a70110::builtin_variable_generator::generate_tcs_special_vars
1194 add_output(bbox_slot, array(vec4_t, 2), "gl_BoundingBoxEXT")
1197 add_output(bbox_slot, array(vec4_t, 2), GLSL_PRECISION_HIGH,
1201 add_output(bbox_slot, array(vec4_t, 2), GLSL_PRECISION_HIGH,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1087 int bbox_slot = state->ctx->Const.NoPrimitiveBoundingBoxOutput ? -1 : local in function:__anonc328bf340110::builtin_variable_generator::generate_tcs_special_vars
1090 add_output(bbox_slot, array(vec4_t, 2), "gl_BoundingBoxEXT")
1093 add_output(bbox_slot, array(vec4_t, 2), "gl_BoundingBoxOES")
1096 add_output(bbox_slot, array(vec4_t, 2), "gl_BoundingBox")

Completed in 5 milliseconds