Searched refs:array (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Vertex.cpp | 91 LoadArray* array = NULL; in EnableAttrAsArray() local 96 array = &m_LoadArray[ i ]; in EnableAttrAsArray() 100 NN_GR_ASSERT( array != NULL ); in EnableAttrAsArray() 103 array->physicalAddr = physical_addr; in EnableAttrAsArray() 104 array->type[ 0 ] = type; in EnableAttrAsArray() 105 array->bind[ 0 ] = bind_reg; in EnableAttrAsArray() 106 array->byte[ 0 ] = byte; in EnableAttrAsArray() 110 array->bind[ i ] = -1; in EnableAttrAsArray() 111 array->byte[ i ] = 0; in EnableAttrAsArray() 149 LoadArray* array = NULL; in EnableInterleavedArray() local [all …]
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | abstruct.csv | 257 0x203,Load array 0 address offset 258 0x204,Load array 0 element (numbers 1-8) 259 0x205,"Load array 0 element (numbers 9-12, number of bytes, number of elements)" 260 0x206,Load array 1 address offset 261 0x207,Load array 1 element (numbers 1-8) 262 0x208,"Load array 1 element (numbers 9-12, number of bytes, number of elements)" 263 0x209,Load array 2 address offset 264 0x20a,Load array 2 element (numbers 1-8) 265 0x20b,"Load array 2 element (numbers 9-12, number of bytes, number of elements)" 266 0x20c,Load array 3 address offset [all …]
|
| D | detail.csv | 4254 …ta, ptr, stride, size, type of glVertexAttribPointer",The address of load array 0. Sets the byte o… 4256 …ferData, ptr, stride, size, type of glVertexAttribPointer","Sets the first element of load array 0. 4274 …erData, ptr, stride, size, type of glVertexAttribPointer","Sets the second element of load array 0. 4292 …ferData, ptr, stride, size, type of glVertexAttribPointer","Sets the third element of load array 0. 4310 …erData, ptr, stride, size, type of glVertexAttribPointer","Sets the fourth element of load array 0. 4328 …ferData, ptr, stride, size, type of glVertexAttribPointer","Sets the fifth element of load array 0. 4346 …ferData, ptr, stride, size, type of glVertexAttribPointer","Sets the sixth element of load array 0. 4364 …rData, ptr, stride, size, type of glVertexAttribPointer","Sets the seventh element of load array 0. 4382 …erData, ptr, stride, size, type of glVertexAttribPointer","Sets the eighth element of load array 0. 4400 …ferData, ptr, stride, size, type of glVertexAttribPointer","Sets the ninth element of load array 0. [all …]
|
| /CTR-SDK-4.2.5/include/nn/config/compiler/ |
| D | rvct.h | 118 #define NN_DEFINE_STATIC_INIT_ARRAY(array, symbol) \ argument 119 static void (*const array[])() __attribute__((used, section(".static_init"))) = { &symbol }
|
| /CTR-SDK-4.2.5/build/omake/platforms/CTR/ |
| D | CTR.commondefs.func.om | 449 flags += $(mapToArray $(contents),$(fun k,v,$(array -i,$(v):$(k))))
|