Searched refs:pointer_array (Results 1 – 3 of 3) sorted by relevance
| /external/llvm/test/CodeGen/Mips/cconv/ |
| D | memory-layout.ll | 77 @pointer_array = global [2 x i8*] [i8* @byte, i8* @byte] 117 ; ALL-LABEL: pointer_array: 120 ; O32: .size pointer_array, 8 123 ; N32: .size pointer_array, 8 126 ; N64: .size pointer_array, 16
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/ |
| D | memory-layout.ll | 77 @pointer_array = global [2 x i8*] [i8* @byte, i8* @byte] 117 ; ALL-LABEL: pointer_array: 120 ; O32: .size pointer_array, 8 123 ; N32: .size pointer_array, 8 126 ; N64: .size pointer_array, 16
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cVertexAttrib64BitTest.cpp | 433 static const GLvoid* pointer_array[] = { (GLvoid*)1, (GLvoid*)4, (GLvoid*)-16 }; in invalidOperation() local 434 static const GLuint pointer_array_length = sizeof(pointer_array) / sizeof(pointer_array[0]); in invalidOperation() 441 const GLvoid* pointer = pointer_array[i]; in invalidOperation()
|