Home
last modified time | relevance | path

Searched defs:x_type (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp882 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
917 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
933 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
971 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
988 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1038 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1088 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1222 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1295 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1567 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp897 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
932 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
948 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
986 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1003 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1053 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1103 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1237 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1310 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1582 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp897 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
932 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
948 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
986 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1003 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1053 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1103 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1237 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1310 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1591 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
[all …]
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5403 const glsl_type *x_type, const glsl_type *y_type) in _min()
5410 const glsl_type *x_type, const glsl_type *y_type) in _max()
5465 …lder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) in _step()
5504 …_smoothstep(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) in _smoothstep()
5564 builtin_builder::_atan2_op(const glsl_type *x_type) in _atan2_op()
6954 builtin_builder::_ldexp(const glsl_type *x_type, const glsl_type *exp_type) in _ldexp()
6961 builtin_builder::_dfrexp(const glsl_type *x_type, const glsl_type *exp_type) in _dfrexp()
6974 builtin_builder::_frexp(const glsl_type *x_type, const glsl_type *exp_type) in _frexp()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc1116 auto x_type = (*x.begin()).getType(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc371 RankedTensorType x_type = x_value.getType().dyn_cast<RankedTensorType>(); in convertSelectOp() local
513 RankedTensorType x_type = x.getType().dyn_cast<RankedTensorType>(); in convertSquaredDifferenceOp() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2404 auto x_type = op.x().getType().dyn_cast<RankedTensorType>(); in Verify() local
2455 auto x_type = x.getType().cast<TensorType>(); in build() local
Dtf_ops_a_m.cc2603 auto x_type = op.x().getType().cast<TensorType>(); in Verify() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc469 auto x_type = op.x().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc100 DataType x_type = DataTypeToEnum<X_T>::v(); in TestCWiseGrad() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc427 auto x_type = x.getType().cast<RankedTensorType>(); in StaticBinaryBroadcast() local
5709 auto x_type = x.getType().cast<RankedTensorType>(); in House() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc1833 auto x_type = operands[1].getType(); in inferReturnTypes() local