Lines Matching defs:format
37 deUint32 getVertexFormatSize (VkFormat format) in getVertexFormatSize()
174 deUint32 getVertexFormatComponentCount (VkFormat format) in getVertexFormatComponentCount()
299 deUint32 getVertexFormatComponentSize (VkFormat format) in getVertexFormatComponentSize()
405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx) in getPackedVertexFormatComponentWidth()
502 bool isVertexFormatComponentOrderBGR (VkFormat format) in isVertexFormatComponentOrderBGR()
535 bool isVertexFormatComponentOrderABGR(VkFormat format) in isVertexFormatComponentOrderABGR()
561 bool isVertexFormatComponentOrderARGB(VkFormat format) in isVertexFormatComponentOrderARGB()
581 bool isVertexFormatSint (VkFormat format) in isVertexFormatSint()
611 bool isVertexFormatUint (VkFormat format) in isVertexFormatUint()
642 bool isVertexFormatSfloat (VkFormat format) in isVertexFormatSfloat()
668 bool isVertexFormatUfloat (VkFormat format) in isVertexFormatUfloat()
684 bool isVertexFormatUnorm (VkFormat format) in isVertexFormatUnorm()
722 bool isVertexFormatSnorm (VkFormat format) in isVertexFormatSnorm()
749 bool isVertexFormatSRGB (VkFormat format) in isVertexFormatSRGB()
770 bool isVertexFormatSscaled (VkFormat format) in isVertexFormatSscaled()
797 bool isVertexFormatUscaled (VkFormat format) in isVertexFormatUscaled()
824 bool isVertexFormatDouble (VkFormat format) in isVertexFormatDouble()
848 bool isVertexFormatPacked(VkFormat format) in isVertexFormatPacked()