Searched refs:array_test (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glsl/tests/ |
D | set_uniform_initializer_tests.cpp | 309 array_test(void *mem_ctx, struct gl_shader_program *prog, in array_test() function 341 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1, 4, 0); in TEST_F() 346 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2, 4, 0); in TEST_F() 351 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 3, 4, 0); in TEST_F() 356 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 4, 4, 0); in TEST_F() 361 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 1, 4, 0); in TEST_F() 366 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 2, 4, 0); in TEST_F() 371 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 3, 4, 0); in TEST_F() 376 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 4, 4, 0); in TEST_F() 381 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_BOOL, 1, 1, 4, 0); in TEST_F() [all …]
|
/external/clang/test/Analysis/ |
D | stack-addr-ps.c | 41 int array_test(int x[2]) { in array_test() function
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | extract_insert_value.ll | 21 ; CHECK-LLVM: define spir_func void @array_test 43 define spir_func void @array_test(%struct.arr addrspace(1)* %object) #0 {
|
/external/clang/test/SemaObjCXX/ |
D | warn-objc-literal-conversion.mm | 61 void array_test() { function
|