Home
last modified time | relevance | path

Searched refs:tBuf (Results 1 – 9 of 9) sorted by relevance

/third_party/glslang/Test/baseResults/
Dspv.textureBuffer.vert.out13 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/
Dspv.textureBuffer.vert3 uniform textureBuffer tBuf;
12 texelFetch(samplerBuffer(tBuf, s), 13);
14 texelFetch(tBuf, 13);
/third_party/icu/icu4c/source/test/intltest/
Dtscoll.cpp96 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/
Dcallcoll.c242 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/
Dapi.md463 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/
Dinst_bindless_check_test.cpp6010 OpName %tBuf "tBuf" in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinst_bindless_check_test.cpp9827 OpName %tBuf "tBuf" in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinst_bindless_check_test.cpp9827 OpName %tBuf "tBuf" in TEST_F()
/third_party/sqlite/src/
Dsqlite3.c44087 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) ){