Home
last modified time | relevance | path

Searched refs:nancode_type (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1851 const uint32_t nancode_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1852 if (!_.IsIntScalarOrVectorType(nancode_type)) { in ValidateExtInst()
1858 if (_.GetDimension(nancode_type) != num_components) { in ValidateExtInst()
1865 if (_.GetBitWidth(result_type) != _.GetBitWidth(nancode_type)) { in ValidateExtInst()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2155 const uint32_t nancode_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2156 if (!_.IsIntScalarOrVectorType(nancode_type)) { in ValidateExtInst()
2162 if (_.GetDimension(nancode_type) != num_components) { in ValidateExtInst()
2169 if (_.GetBitWidth(result_type) != _.GetBitWidth(nancode_type)) { in ValidateExtInst()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp2151 const uint32_t nancode_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2152 if (!_.IsIntScalarOrVectorType(nancode_type)) { in ValidateExtInst()
2158 if (_.GetDimension(nancode_type) != num_components) { in ValidateExtInst()
2165 if (_.GetBitWidth(result_type) != _.GetBitWidth(nancode_type)) { in ValidateExtInst()