Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp198 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
244 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_logicals.cpp198 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
244 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2460 const GLubyte* left_pixel, GLenum right_format, GLenum right_type, in unpackAndComaprePixels()