Home
last modified time | relevance | path

Searched refs:bType (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp6317 … for (int bType = 0; bType < 4; ++bType) { // float, float16, int, uint results in add2ndGenerationSamplingImaging() local
6319 if (shadow && bType > 1) in add2ndGenerationSamplingImaging()
6322 … if (bTypes[bType] == EbtFloat16 && (profile == EEsProfile ||version < 450)) in add2ndGenerationSamplingImaging()
6325 for (int bType = 0; bType < 3; ++bType) { // float, int, uint results in add2ndGenerationSamplingImaging()
6327 if (shadow && bType > 0) in add2ndGenerationSamplingImaging()
6330 if (dim == EsdRect && version < 140 && bType > 0) in add2ndGenerationSamplingImaging()
6339 sampler.setSubpass(bTypes[bType], ms ? true : false); in add2ndGenerationSamplingImaging()
6341 … sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()
6345 sampler.set(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()
/external/u-boot/drivers/usb/gadget/
Dstorage_common.c209 u8 bType; member
/external/curl/lib/
Dcurl_ntlm_core.c361 blob.hdr.bType = PLAINTEXTKEYBLOB; in encrypt_des()
/external/skia/src/core/
DSkMatrix.cpp638 TypeMask bType = b.getType(); in setConcat() local
644 } else if (only_scale_and_translate(aType | bType)) { in setConcat()
652 if ((aType | bType) & kPerspective_Mask) { in setConcat()
/external/skqp/src/core/
DSkMatrix.cpp638 TypeMask bType = b.getType(); in setConcat() local
644 } else if (only_scale_and_translate(aType | bType)) { in setConcat()
652 if ((aType | bType) & kPerspective_Mask) { in setConcat()