Home
last modified time | relevance | path

Searched refs:right_type (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
258 if (!right_type || in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
264 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
258 if (!right_type || in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
264 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
258 if (!right_type || in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
264 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp134 const glw::GLubyte* left_pixel, glw::GLenum right_format, glw::GLenum right_type,
2473 const GLubyte* left_pixel, GLenum right_format, GLenum right_type, in unpackAndComaprePixels() argument
2487 …unpackPixel(right_format, right_type, right_pixel, right_red, right_green, right_blue, right_alpha… in unpackAndComaprePixels()