Home
last modified time | relevance | path

Searched refs:ChannelType (Results 1 – 25 of 30) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcomplicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.symbols33 export type ChannelType = Channel extends { type: infer R } ? R : never;
34 >ChannelType : Symbol(ChannelType, Decl(complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.t…
61 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T }
64 >ChannelType : Symbol(ChannelType, Decl(complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.t…
91 export function makeNewChannel<T extends ChannelType>(type: T): NewChannel<ChannelOfType<T>> {
94 >ChannelType : Symbol(ChannelType, Decl(complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.t…
DcomplicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.js16 export type ChannelType = Channel extends { type: infer R } ? R : never;
23 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T }
32 export function makeNewChannel<T extends ChannelType>(type: T): NewChannel<ChannelOfType<T>> {
DcomplicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.types27 export type ChannelType = Channel extends { type: infer R } ? R : never;
28 >ChannelType : "text" | "email"
40 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T }
55 export function makeNewChannel<T extends ChannelType>(type: T): NewChannel<ChannelOfType<T>> {
DcomplicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.errors.txt39 export type ChannelType = Channel extends { type: infer R } ? R : never;
46 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T }
55 export function makeNewChannel<T extends ChannelType>(type: T): NewChannel<ChannelOfType<T>> {
/third_party/typescript/tests/cases/compiler/
DcomplicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts15 export type ChannelType = Channel extends { type: infer R } ? R : never; alias
22 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T }
31 export function makeNewChannel<T extends ChannelType>(type: T): NewChannel<ChannelOfType<T>> {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp509 const char* getChannelStr (const TextureFormat::ChannelType& type) in getChannelStr()
525 TextureFormat::ChannelType makeChannelType (tcu::TextureChannelClass channelClass, bool doubled) in makeChannelType()
527 auto channelType = TextureFormat::ChannelType::CHANNELTYPE_LAST; in makeChannelType()
531 …channelType = doubled ? TextureFormat::ChannelType::SIGNED_INT64 : TextureFormat::ChannelType::SIG… in makeChannelType()
534 …channelType = doubled ? TextureFormat::ChannelType::UNSIGNED_INT64 : TextureFormat::ChannelType::U… in makeChannelType()
537 channelType = doubled ? TextureFormat::ChannelType::FLOAT64 : TextureFormat::ChannelType::FLOAT; in makeChannelType()
DvktImageAtomicSpirvShaders.hpp52 …e imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckTy…
DvktImageAtomicSpirvShaders.cpp6525 …e imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckTy… in CaseVariant()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9video.h46 D3DAUTHENTICATEDCHANNELTYPE ChannelType,
Ddevice9video.c38 D3DAUTHENTICATEDCHANNELTYPE ChannelType, in NineDevice9Video_CreateAuthenticatedChannel() argument
Dnine_lock.c2435 D3DAUTHENTICATEDCHANNELTYPE ChannelType, in LockDevice9Video_CreateAuthenticatedChannel() argument
2441 …r = NineDevice9Video_CreateAuthenticatedChannel(This, ChannelType, ppAuthenticatedChannel, pChanne… in LockDevice9Video_CreateAuthenticatedChannel()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.hpp42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
69 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
DtcuTexture.hpp73 enum ChannelType enum in tcu::TextureFormat
130 ChannelType type;
132 TextureFormat (ChannelOrder order_, ChannelType type_) in TextureFormat()
156 int getChannelSize (TextureFormat::ChannelType type);
1243 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelType type);
DtcuTextureUtil.cpp120 bool isCombinedDepthStencilType (TextureFormat::ChannelType type) in isCombinedDepthStencilType()
162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass()
357 static Vec2 getFloatChannelValueRange (TextureFormat::ChannelType channelType) in getFloatChannelValueRange()
542 static IVec4 getChannelBitDepth (TextureFormat::ChannelType channelType) in getChannelBitDepth()
619 static IVec4 getChannelMantissaBitDepth (TextureFormat::ChannelType channelType) in getChannelMantissaBitDepth()
DtcuTexture.cpp275 inline float channelToFloat (const deUint8* value, TextureFormat::ChannelType type) in channelToFloat()
314 inline T channelToIntType (const deUint8* value, TextureFormat::ChannelType type) in channelToIntType()
352 inline int channelToInt (const deUint8* value, TextureFormat::ChannelType type) in channelToInt()
357 void floatToChannel (deUint8* dst, float src, TextureFormat::ChannelType type) in floatToChannel()
448 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type) in intToChannel()
723 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize()
765 const TextureFormat::ChannelType type = format.type; in getPixelSize()
4183 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelType type) in operator <<()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp135 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type) in isFormatTypeUnsignedInteger()
142 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type) in isFormatTypeSignedInteger()
149 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type) in isFormatTypeInteger()
154 static inline bool isFormatTypeUnorm (TextureFormat::ChannelType type) in isFormatTypeUnorm()
161 static inline bool isFormatTypeSnorm (TextureFormat::ChannelType type) in isFormatTypeSnorm()
237 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureTyp… in getShaderSamplerOrImageType()
253 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageTy… in getShaderImageType()
258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType image… in getShaderSamplerType()
1311 …template <TextureFormat::ChannelType ImageFormatType, typename TcuFloatType, typename TcuFloatStor…
1321 template <TextureFormat::ChannelType ImageFormatType, typename TcuFloatType, typename TcuFloatTypeS…
Des31fTextureGatherTests.cpp129 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type) in isUnormFormatType()
136 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type) in isSIntFormatType()
143 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type) in isUIntFormatType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp655 bool isPackedType (const TextureFormat::ChannelType type) in isPackedType()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3319 static const TextureFormat::ChannelType s_size8[tcu::TEXTURECHANNELCLASS_LAST] = in getChannelAccessFormat()
3327 static const TextureFormat::ChannelType s_size16[tcu::TEXTURECHANNELCLASS_LAST] = in getChannelAccessFormat()
3335 static const TextureFormat::ChannelType s_size32[tcu::TEXTURECHANNELCLASS_LAST] = in getChannelAccessFormat()
3344 static const TextureFormat::ChannelType s_size64[tcu::TEXTURECHANNELCLASS_LAST] = in getChannelAccessFormat()
3353 TextureFormat::ChannelType chnType = TextureFormat::CHANNELTYPE_LAST; in getChannelAccessFormat()
/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1725 …rmat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelType)channelType); in createTextureFormatTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp196 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type) in isUnormFormatType()
203 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type) in isSIntFormatType()
210 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type) in isUIntFormatType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp967 bool isLegalExpandableFormat (tcu::TextureFormat::ChannelType channeltype) in isLegalExpandableFormat()
1022 bool isSmallerThan8BitFormat (tcu::TextureFormat::ChannelType channeltype) in isSmallerThan8BitFormat()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.cpp977 …getFloatingPointMinimumResolvableDifference (float maxZValue, tcu::TextureFormat::ChannelType type) in getFloatingPointMinimumResolvableDifference()
1005 const tcu::TextureFormat::ChannelType channelType = format.type; in findPrimitiveMinimumResolvableDifference()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1380 D3DAUTHENTICATEDCHANNELTYPE ChannelType; member
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp396 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized) in mapGLChannelType()

12