Lines Matching defs:format
37 deUint32 getVertexFormatSize (VkFormat format)
39 switch (format)
174 deUint32 getVertexFormatComponentCount (VkFormat format)
176 switch (format)
299 deUint32 getVertexFormatComponentSize (VkFormat format)
301 switch (format)
405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx)
407 switch (format)
502 bool isVertexFormatComponentOrderBGR (VkFormat format)
504 switch (format)
535 bool isVertexFormatComponentOrderABGR(VkFormat format)
537 switch (format)
561 bool isVertexFormatComponentOrderARGB(VkFormat format)
563 switch (format)
581 bool isVertexFormatSint (VkFormat format)
583 switch (format)
611 bool isVertexFormatUint (VkFormat format)
613 switch (format)
642 bool isVertexFormatSfloat (VkFormat format)
644 switch (format)
668 bool isVertexFormatUfloat (VkFormat format)
670 switch (format)
684 bool isVertexFormatUnorm (VkFormat format)
686 switch (format)
722 bool isVertexFormatSnorm (VkFormat format)
724 switch (format)
749 bool isVertexFormatSRGB (VkFormat format)
751 switch (format)
770 bool isVertexFormatSscaled (VkFormat format)
772 switch (format)
797 bool isVertexFormatUscaled (VkFormat format)
799 switch (format)
824 bool isVertexFormatDouble (VkFormat format)
826 switch (format)
848 bool isVertexFormatPacked(VkFormat format)
850 switch (format)