Home
last modified time | relevance | path

Searched refs:bType (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c224 unsigned int bTag, bType, bSize; in hid_get_item() local
284 bType = 0xff; /* XXX what should it be */ in hid_get_item()
288 bType = (bSize >> 2) & 3; in hid_get_item()
322 switch (bType) { in hid_get_item()
531 DPRINTFN(0, "default bType=%d\n", bType); in hid_get_item()
/third_party/glslang/glslang/MachineIndependent/
H A DInitialize.cpp6244 for (size_t bType = 0; bType < sizeof(bTypes)/sizeof(TBasicType); ++bType) { in initialize()
6250 sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in initialize()
6331 for (size_t bType = 0; bType < sizeof(bTypes)/sizeof(TBasicType); ++bType) { in add2ndGenerationSamplingImaging()
6332 if (bTypes[bType] == EbtFloat16 && (profile == EEsProfile || version < 450)) in add2ndGenerationSamplingImaging()
6334 if (dim == EsdRect && version < 140 && bType > 0) in add2ndGenerationSamplingImaging()
6336 if (shadow && (bTypes[bType] in add2ndGenerationSamplingImaging()
[all...]
/third_party/curl/lib/
H A Dcurl_ntlm_core.c276 blob.hdr.bType = PLAINTEXTKEYBLOB; in encrypt_des()
/third_party/skia/src/core/
H A DSkMatrix.cpp614 TypeMask bType = b.getType(); in setConcat() local
620 } else if (only_scale_and_translate(aType | bType)) { in setConcat()
628 if ((aType | bType) & kPerspective_Mask) { in setConcat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1037 const bool bType = (m_data.useType == UT_KHR_B) || (m_data.useType == UT_NV); in iterate() local
1052 if (bType && p->BType == types[j]) typeSizes[j].insert(TestTuple(p->KSize, p->NSize, 0)); in iterate()
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c667 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
/third_party/openssl/engines/
H A De_capi.c667 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()

Completed in 24 milliseconds