Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/ts/
Dprintf_decoder.ts20 const SIGNED_INT = 'di'.split(''); constant
146 if (SIGNED_INT.indexOf(specifierType) !== -1) {
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp195 SIGNED_INT = 0, enumerator
203 return FormatType::SIGNED_INT; in getFormatType()
216 if (formatType == FormatType::SIGNED_INT) in getColorAttachmentFormat()
243 if (formatType == FormatType::SIGNED_INT) in initPrograms()
402 else if (formatType == FormatType::SIGNED_INT) in getExpectedColor()
1131 if (formatType == FormatType::SIGNED_INT || formatType == FormatType::UNSIGNED_INT) in getRandomClearColor()
1142 if (formatType == FormatType::SIGNED_INT) in getRandomClearColor()
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Ddecode.py243 SIGNED_INT = frozenset('di') variable in FormatSpec
392 if self.type in self.SIGNED_INT:
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h385 SIGNED_INT, enumerator
DProgramD3D.cpp633 return HLSLAttribType::SIGNED_INT; in GetAttribType()