Lines Matching defs:format
37 deUint32 getVertexFormatSize (VkFormat format) in getVertexFormatSize()
172 deUint32 getVertexFormatComponentCount (VkFormat format) in getVertexFormatComponentCount()
295 deUint32 getVertexFormatComponentSize (VkFormat format) in getVertexFormatComponentSize()
401 bool isVertexFormatComponentOrderBGR (VkFormat format) in isVertexFormatComponentOrderBGR()
433 bool isVertexFormatSint (VkFormat format) in isVertexFormatSint()
462 bool isVertexFormatUint (VkFormat format) in isVertexFormatUint()
492 bool isVertexFormatSfloat (VkFormat format) in isVertexFormatSfloat()
518 bool isVertexFormatUfloat (VkFormat format) in isVertexFormatUfloat()
534 bool isVertexFormatUnorm (VkFormat format) in isVertexFormatUnorm()
563 bool isVertexFormatSnorm (VkFormat format) in isVertexFormatSnorm()
589 bool isVertexFormatSRGB (VkFormat format) in isVertexFormatSRGB()
609 bool isVertexFormatSscaled (VkFormat format) in isVertexFormatSscaled()
635 bool isVertexFormatUscaled (VkFormat format) in isVertexFormatUscaled()
662 bool isVertexFormatDouble (VkFormat format) in isVertexFormatDouble()