Searched refs:tBuf (Results 1 – 9 of 9) sorted by relevance
/third_party/glslang/Test/baseResults/ |
D | spv.textureBuffer.vert.out | 13 Name 9 "tBuf" 18 Decorate 9(tBuf) DescriptorSet 0 19 Decorate 9(tBuf) Binding 0 33 9(tBuf): 8(ptr) Variable UniformConstant 54 10: 7 Load 9(tBuf) 62 27: 7 Load 9(tBuf)
|
/third_party/glslang/Test/ |
D | spv.textureBuffer.vert | 3 uniform textureBuffer tBuf; 12 texelFetch(samplerBuffer(tBuf, s), 13); 14 texelFetch(tBuf, 13);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 96 uint8_t sBuf[512], tBuf[512]; in compareUsingPartials() local 108 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials() 115 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 242 uint8_t sBuf[16384], tBuf[16384]; in compareUsingPartials() local 255 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials() 262 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
|
/third_party/icu/docs/userguide/collation/ |
D | api.md | 463 uint8_t sBuf[16384], tBuf[16384]; 475 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); 476 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
|
/third_party/spirv-tools/test/opt/ |
D | inst_bindless_check_test.cpp | 6010 OpName %tBuf "tBuf" in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | inst_bindless_check_test.cpp | 9827 OpName %tBuf "tBuf" in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | inst_bindless_check_test.cpp | 9827 OpName %tBuf "tBuf" in TEST_F()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 44087 char tBuf[PROXY_MAXCONCHLEN]; 44088 int len = osPread(conchFile->h, tBuf, PROXY_MAXCONCHLEN, 0); 44093 if( len>PROXY_PATHINDEX && tBuf[0]==(char)PROXY_CONCHVERSION){ 44095 if( 0!=memcmp(&tBuf[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN) ){
|