Searched refs:g_floatDesc (Results 1 – 1 of 1) sorted by relevance
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.0/ |
H A D | bound-resource-limits.c | 204 static const PackedTypeDesc g_floatDesc = { variable 341 snprintf(str, strSize, "%s", g_floatDesc.defaultValue); in get_packed_reference() 725 "%s", g_floatDesc.defaultValue); in build_reduce_glsl_shader() 1082 PackedDesc vsOutput = { "out", "Variable", true, 0, &g_floatDesc }; in piglit_init() 1083 PackedDesc fsInput = { "in", "Variable", true, 0, &g_floatDesc }; in piglit_init()
|