Home
last modified time | relevance | path

Searched refs:UnsignedNorm (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/engines/
H A Dmaxwell_3d.h159 UnsignedNorm = 2, enumerator
288 case Type::UnsignedNorm: in TypeString()
306 return (type == Type::SignedNorm) || (type == Type::UnsignedNorm); in IsNormalized()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_opengl/
H A Dmaxwell_to_gl.h29 case Maxwell::VertexAttribute::Type::UnsignedNorm: in VertexFormat()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dmaxwell_to_vk.cpp308 case Maxwell::VertexAttribute::Type::UnsignedNorm: in VertexFormat()
H A Dvk_shader_decompiler.cpp2436 case Maxwell::VertexAttribute::Type::UnsignedNorm: in GetAttributeType()