HomeSort by relevance Sort by last modified time
    Searched refs:ArraySize (Results 26 - 50 of 89) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.idl 429 UINT ArraySize;
436 UINT ArraySize;
444 UINT ArraySize;
451 UINT ArraySize;
479 UINT ArraySize;
486 UINT ArraySize;
494 UINT ArraySize;
501 UINT ArraySize;
528 UINT ArraySize;
534 UINT ArraySize;
    [all...]
d3d10.idl 509 UINT ArraySize;
521 cpp_quote(" explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0,")
526 cpp_quote(" ArraySize = arraySize;")
544 UINT ArraySize;
558 cpp_quote(" UINT arraySize = 1,")
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
mutex_unix.c 173 assert( iType-2 < ArraySize(staticMutexes) );
callback.c 290 int h = (sqlite3UpperToLower[c1] + nName) % ArraySize(pHash->a);
340 h = (sqlite3UpperToLower[(u8)zName[0]] + nName) % ArraySize(db->aFunc.a);
test_malloc.c 1251 for(i=0; i<ArraySize(aOp); i++){
1257 if( i>=ArraySize(aOp) ){
    [all...]
vacuum.c 295 for(i=0; i<ArraySize(aCopy); i+=2){
analyze.c 62 for(i=0; i<ArraySize(aTable); i++){
93 for(i=0; i<ArraySize(aTable); i++){
test_vfs.c 229 for(i=0; i<ArraySize(aCode); i++){
1059 for(iMethod=0; iMethod<ArraySize(vfsmethod); iMethod++){
1065 if( iMethod==ArraySize(vfsmethod) ){
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 374 Value *ArraySize, Function *MallocF,
381 // malloc(type, arraySize) becomes:
382 // bitcast (i8 *malloc(typeSize*arraySize)) to type*
383 if (!ArraySize)
384 ArraySize = ConstantInt::get(IntPtrTy, 1);
385 else if (ArraySize->getType() != IntPtrTy) {
387 ArraySize = CastInst::CreateIntegerCast(ArraySize, IntPtrTy, false,
390 ArraySize = CastInst::CreateIntegerCast(ArraySize, IntPtrTy, false
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 515 UINT ArraySize;
527 UINT ArraySize;
566 UINT ArraySize;
576 UINT ArraySize;
585 UINT ArraySize;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 515 UINT ArraySize;
527 UINT ArraySize;
566 UINT ArraySize;
576 UINT ArraySize;
585 UINT ArraySize;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
SwapChain11.cpp 137 || offscreenTextureDesc.ArraySize != 1)
153 offscreenTextureDesc.ArraySize = 1;
232 depthStencilTextureDesc.ArraySize = 1;
Renderer11.cpp 162 ArraySize(featureLevels),
181 ArraySize(featureLevels),
268 filter.DenyList.NumIDs = ArraySize(hideMessages);
323 for (unsigned int i = 0; i < ArraySize(float16Formats); i++)
342 for (unsigned int i = 0; i < ArraySize(float32Formats); i++)
369 for (unsigned int i = 0; i < ArraySize(rgTextureFormats); i++)
424 for (unsigned int i = 0; i < ArraySize(depthTextureFormats); i++)
465 unsigned int numRenderFormats = ArraySize(RenderTargetFormats);
466 unsigned int numDepthFormats = ArraySize(DepthStencilFormats);
    [all...]
Image11.cpp 239 resolveDesc.ArraySize = 1;
385 desc.ArraySize = 1;
RenderTarget11.cpp 303 desc.ArraySize = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 163 zsbufd.ArraySize = 1;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 163 zsbufd.ArraySize = 1;
  /frameworks/compile/slang/
slang_rs_reflection.h 227 unsigned ArraySize);
  /external/sqlite/dist/orig/
shell.c 509 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
738 if( i<ArraySize(p->colWidth) ){
749 if( i<ArraySize(p->actualWidth) ){
763 if( i<ArraySize(p->actualWidth) ){
778 if( i<ArraySize(p->actualWidth) ){
    [all...]
  /external/sqlite/dist/
shell.c 514 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
743 if( i<ArraySize(p->colWidth) ){
754 if( i<ArraySize(p->actualWidth) ){
768 if( i<ArraySize(p->actualWidth) ){
783 if( i<ArraySize(p->actualWidth) ){
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 875 ASSERT(level >= 1 && level <= (int)ArraySize(mImageArray) && mImageArray[level] != NULL);
958 ASSERT(level <= (int)ArraySize(mImageArray) && mImageArray[level] != NULL);
    [all...]
Context.cpp 160 for (unsigned int textureUnit = 0; textureUnit < ArraySize(mState.samplers); textureUnit++)
762 ASSERT(textureUnit < ArraySize(mState.samplers));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 321 zsbufd.ArraySize = 1;
367 offscreend.ArraySize = 1;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 321 zsbufd.ArraySize = 1;
367 offscreend.ArraySize = 1;
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]

Completed in 1543 milliseconds

12 3 4