Home
last modified time | relevance | path

Searched refs:numerical_type (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_format_utils.cpp1066 VkFormatNumericalType numerical_type = VK_FORMAT_NUMERICAL_TYPE_NONE; in FormatDepthNumericalType() local
1072 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() local
1108 numerical_type = VK_FORMAT_NUMERICAL_TYPE_UINT; in FormatStencilNumericalType()
1114 return numerical_type; in FormatStencilNumericalType()
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py386 def __init__(self, numerical_type, cc_emitter, asm_emitter): argument
387 BaseTransform.__init__(self, cc_emitter, 'MinMax<%s>' % numerical_type,