Searched refs:bbox_slot (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1191 int bbox_slot = state->ctx->Const.NoPrimitiveBoundingBoxOutput ? -1 : in generate_tcs_special_vars() local 1194 add_output(bbox_slot, array(vec4_t, 2), "gl_BoundingBoxEXT") in generate_tcs_special_vars() 1197 add_output(bbox_slot, array(vec4_t, 2), GLSL_PRECISION_HIGH, in generate_tcs_special_vars() 1201 add_output(bbox_slot, array(vec4_t, 2), GLSL_PRECISION_HIGH, in generate_tcs_special_vars()
|