Home
last modified time | relevance | path

Searched defs:left_type (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp197 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
243 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_logicals.cpp197 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
243 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h75 const int left_type = left_mi ? left_mi->interp_filter : SWITCHABLE_FILTERS; in get_pred_context_switchable_interp() local
/external/libaom/libaom/av1/common/
Dpred_common.c41 int left_type = SWITCHABLE_FILTERS; in av1_get_pred_context_switchable_interp() local
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc1298 int left_type = kNumExplicitInterpolationFilters; in GetInterpolationFilterCdf() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2459 bool Utils::unpackAndComaprePixels(GLenum left_format, GLenum left_type, GLenum left_internal_forma… in unpackAndComaprePixels()