Searched refs:numerical_type (Results 1 – 2 of 2) sorted by relevance
1066 VkFormatNumericalType numerical_type = VK_FORMAT_NUMERICAL_TYPE_NONE; in FormatDepthNumericalType() local1072 numerical_type = VK_FORMAT_NUMERICAL_TYPE_UNORM; in FormatDepthNumericalType()1076 numerical_type = VK_FORMAT_NUMERICAL_TYPE_SFLOAT; in FormatDepthNumericalType()1082 return numerical_type; in FormatDepthNumericalType()1102 VkFormatNumericalType numerical_type = VK_FORMAT_NUMERICAL_TYPE_NONE; in FormatStencilNumericalType() local1108 numerical_type = VK_FORMAT_NUMERICAL_TYPE_UINT; in FormatStencilNumericalType()1114 return numerical_type; in FormatStencilNumericalType()
386 def __init__(self, numerical_type, cc_emitter, asm_emitter): argument387 BaseTransform.__init__(self, cc_emitter, 'MinMax<%s>' % numerical_type,