Home
last modified time | relevance | path

Searched refs:numerical_type (Results 1 – 3 of 3) 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,
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp425 unsigned numerical_type; member
491 if (info->numerical_type != in check_location_aliasing()
522 info->numerical_type = get_numerical_type(type->without_array()); in check_location_aliasing()