Lines Matching refs:UNIFORM_STRUCT_CASE
1339 …#define UNIFORM_STRUCT_CASE(NAME, DESCRIPTION, TEXTURES, SHADER_SRC, SET_UNIFORMS_BODY, EVAL_FUNC_… in init() macro
1349 UNIFORM_STRUCT_CASE(basic, "Basic struct usage", false, in init()
1375 UNIFORM_STRUCT_CASE(nested, "Nested struct", false, in init()
1407 UNIFORM_STRUCT_CASE(array_member, "Struct with array member", false, in init()
1438 …UNIFORM_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", fals… in init()
1471 UNIFORM_STRUCT_CASE(struct_array, "Struct array", false, in init()
1501 UNIFORM_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", false, in init()
1531 UNIFORM_STRUCT_CASE(nested_struct_array, "Nested struct array", false, in init()
1591 …UNIFORM_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing"… in init()
1655 UNIFORM_STRUCT_CASE(loop_struct_array, "Struct array usage in loop", false, in init()
1692 UNIFORM_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop", false, in init()
1773 UNIFORM_STRUCT_CASE(dynamic_loop_struct_array, "Struct array usage in dynamic loop", false, in init()
1811 …UNIFORM_STRUCT_CASE(dynamic_loop_nested_struct_array, "Nested struct array usage in dynamic loop",… in init()
1893 UNIFORM_STRUCT_CASE(sampler, "Sampler in struct", true, in init()
1920 UNIFORM_STRUCT_CASE(sampler_nested, "Sampler in nested struct", true, in init()
1953 UNIFORM_STRUCT_CASE(sampler_array, "Sampler in struct array", true, in init()
1983 UNIFORM_STRUCT_CASE(equal, "Struct equality", false, in init()
2025 UNIFORM_STRUCT_CASE(not_equal, "Struct equality", false, in init()