Lines Matching refs:UNIFORM_STRUCT_CASE
1192 …#define UNIFORM_STRUCT_CASE(NAME, DESCRIPTION, TEXTURES, SHADER_SRC, SET_UNIFORMS_BODY, EVAL_FUNC_… in init() macro
1200 UNIFORM_STRUCT_CASE(basic, "Basic struct usage", false, in init()
1226 UNIFORM_STRUCT_CASE(nested, "Nested struct", false, in init()
1258 UNIFORM_STRUCT_CASE(array_member, "Struct with array member", false, in init()
1289 …UNIFORM_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", fals… in init()
1322 UNIFORM_STRUCT_CASE(struct_array, "Struct array", false, in init()
1352 UNIFORM_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", false, in init()
1382 UNIFORM_STRUCT_CASE(nested_struct_array, "Nested struct array", false, in init()
1442 …UNIFORM_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing"… in init()
1506 UNIFORM_STRUCT_CASE(loop_struct_array, "Struct array usage in loop", false, in init()
1543 UNIFORM_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop", false, in init()
1624 UNIFORM_STRUCT_CASE(dynamic_loop_struct_array, "Struct array usage in dynamic loop", false, in init()
1662 …UNIFORM_STRUCT_CASE(dynamic_loop_nested_struct_array, "Nested struct array usage in dynamic loop",… in init()
1744 UNIFORM_STRUCT_CASE(sampler, "Sampler in struct", true, in init()
1771 UNIFORM_STRUCT_CASE(sampler_nested, "Sampler in nested struct", true, in init()
1804 UNIFORM_STRUCT_CASE(sampler_array, "Sampler in struct array", true, in init()
1834 UNIFORM_STRUCT_CASE(equal, "Struct equality", false, in init()
1876 UNIFORM_STRUCT_CASE(not_equal, "Struct equality", false, in init()