Home
last modified time | relevance | path

Searched refs:LOCAL_STRUCT_CASE (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderStructTests.cpp195 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, SHADER_SRC, EVAL_FUNC_BODY) \ in init() macro
198 LOCAL_STRUCT_CASE(basic, "Basic struct usage", in init()
220 LOCAL_STRUCT_CASE(nested, "Nested struct", in init()
247 LOCAL_STRUCT_CASE(array_member, "Struct with array member", in init()
273 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", in init()
301 LOCAL_STRUCT_CASE(struct_array, "Struct array", in init()
327 LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", in init()
353 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", in init()
417 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", in init()
481 LOCAL_STRUCT_CASE(parameter, "Struct as a function parameter", in init()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcShaderStructTests.cpp202 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, SHADER_SRC, EVAL_FUNC_BODY) … in init() macro
215 LOCAL_STRUCT_CASE(basic, "Basic struct usage", in init()
234 LOCAL_STRUCT_CASE(nested, "Nested struct", in init()
258 LOCAL_STRUCT_CASE(array_member, "Struct with array member", in init()
281 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", in init()
306 LOCAL_STRUCT_CASE(struct_array, "Struct array", in init()
329 LOCAL_STRUCT_CASE( in init()
354 LOCAL_STRUCT_CASE( in init()
417 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", in init()
483 LOCAL_STRUCT_CASE(parameter, "Struct as a function parameter", in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderStructTests.cpp226 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, FLAGS, SHADER_SRC, EVAL_FUNC_BODY) \ in init() macro
229 LOCAL_STRUCT_CASE(basic, "Basic struct usage", 0, in init()
251 LOCAL_STRUCT_CASE(nested, "Nested struct", 0, in init()
278 LOCAL_STRUCT_CASE(array_member, "Struct with array member", 0, in init()
304LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", FLAG_R… in init()
332 LOCAL_STRUCT_CASE(struct_array, "Struct array", 0, in init()
358LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", FLAG_REQUIRES_… in init()
384 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", 0, in init()
448LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", … in init()
512 LOCAL_STRUCT_CASE(parameter, "Struct as a function parameter", 0, in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderStructTests.cpp148 …#define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, SHADER_SRC, SET_UNIFORMS_BODY, EVAL_FUNC_BODY) … in init() macro
156 LOCAL_STRUCT_CASE(basic, "Basic struct usage", in init()
181 LOCAL_STRUCT_CASE(nested, "Nested struct", in init()
212 LOCAL_STRUCT_CASE(array_member, "Struct with array member", in init()
241 LOCAL_STRUCT_CASE(array_member_dynamic_index, "Struct with array member, dynamic indexing", in init()
274 LOCAL_STRUCT_CASE(struct_array, "Struct array", in init()
305 LOCAL_STRUCT_CASE(struct_array_dynamic_index, "Struct array with dynamic indexing", in init()
336 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", in init()
411 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", in init()
486 LOCAL_STRUCT_CASE(parameter, "Struct as a function parameter", in init()
[all …]