/external/deqp-deps/amber/src/ |
D | type_test.cc | 290 TEST_F(TypeTest, IsInt32) { in TEST_F() argument 291 EXPECT_TRUE(Type::IsInt32(FormatMode::kSInt, 32)); in TEST_F() 292 EXPECT_TRUE(Type::IsInt32(FormatMode::kSNorm, 32)); in TEST_F() 293 EXPECT_TRUE(Type::IsInt32(FormatMode::kSScaled, 32)); in TEST_F() 294 EXPECT_FALSE(Type::IsInt32(FormatMode::kSRGB, 32)); in TEST_F() 295 EXPECT_FALSE(Type::IsInt32(FormatMode::kUNorm, 32)); in TEST_F() 296 EXPECT_FALSE(Type::IsInt32(FormatMode::kUInt, 32)); in TEST_F() 297 EXPECT_FALSE(Type::IsInt32(FormatMode::kUScaled, 32)); in TEST_F() 298 EXPECT_FALSE(Type::IsInt32(FormatMode::kUFloat, 32)); in TEST_F() 299 EXPECT_FALSE(Type::IsInt32(FormatMode::kSFloat, 32)); in TEST_F()
|
D | format.h | 166 bool IsInt32() const { in IsInt32() function 168 type::Type::IsInt32(type_->AsNumber()->GetFormatMode(), in IsInt32()
|
D | buffer.cc | 47 if (type::Type::IsInt32(mode, num_bits)) in CalculateDiff() 351 if (type::Type::IsInt32(mode, num_bits)) { in WriteValueFromComponent()
|
D | verifier.cc | 238 } else if (type::Type::IsInt32(mode, num_bits)) { in GetActualValuesFromTexel() 578 } else if (type::Type::IsInt32(mode, num_bits)) { in ProbeSSBO()
|
D | type.h | 62 static bool IsInt32(FormatMode mode, uint32_t num_bits) { in IsInt32() function
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_expect_test.cc | 657 EXPECT_TRUE(probe->GetFormat()->IsInt32()); in TEST_F() 875 EXPECT_TRUE(probe->GetFormat()->IsInt32()); in TEST_F() 905 EXPECT_TRUE(probe->GetFormat()->IsInt32()); in TEST_F() 935 EXPECT_TRUE(probe->GetFormat()->IsInt32()); in TEST_F()
|
D | parser_buffer_test.cc | 525 EXPECT_TRUE(buffer->GetFormat()->IsInt32()); in TEST_F() 560 EXPECT_TRUE(buffer->GetFormat()->IsInt32()); in TEST_F() 595 EXPECT_TRUE(buffer->GetFormat()->IsInt32()); in TEST_F()
|
D | parser.cc | 748 type::Type::IsInt32(num->GetFormatMode(), num->NumBits())) { in ParseShaderSpecialization()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | gather_expander.cc | 337 if (!IsInt32(gather_loop_trip_count)) { in ExpandInstruction()
|
D | scatter_expander.cc | 378 if (!IsInt32(scatter_loop_trip_count)) { in ExpandInstruction()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.h | 523 bool IsInt32(T x) { in IsInt32() function
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value.cpp | 355 return hValue->IsInt32(); in IsInteger()
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 751 bool IsInt32() const { return IsIntN(32); } in IsInt32() function
|
D | macro-assembler-aarch64.cc | 423 VIXL_ASSERT(IsUint32(imm) || IsInt32(imm) || rd.Is64Bits()); in MoveImmediateHelper()
|
D | disasm-aarch64.cc | 10786 VIXL_ASSERT(IsInt32(value)); in SubstituteIntField() 10795 VIXL_ASSERT(IsInt32(value)); in SubstituteIntField()
|
D | assembler-aarch64.h | 232 VIXL_ASSERT(IsUint32(low64_) || IsInt32(low64_)); in GetRawValue32()
|
D | macro-assembler-aarch64.h | 1973 VIXL_ASSERT(IsUint32(imm) || IsInt32(imm)); in Ldr()
|
/external/vixl/src/aarch32/ |
D | operands-aarch32.h | 131 VIXL_ASSERT(IsInt32(immediate) || IsUint32(immediate)); in From()
|
D | assembler-aarch32.h | 191 VIXL_ASSERT(IsInt32(offset)); in GetCursorOffset()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 168 bool IsInt32(TfLiteType type) { in IsInt32() function 1690 if (IsInt32(context->tensors[node->inputs->data[0]].type)) { in Validate() 1745 if (IsInt32(context->tensors[node->inputs->data[0]].type)) { in Validate() 2131 IsInt32(input_type)), in Validate() 2134 if (IsInt32(input_type)) { in Validate()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 393 if (sub_shape.IsArray() && !IsInt32(ShapeUtil::ElementsIn(sub_shape))) { in GetIndexTypeForKernel() 403 if (!IsInt32(launch_size)) { in GetIndexTypeForKernel() 441 if (sub_shape.IsArray() && !IsInt32(ShapeUtil::ElementsIn(sub_shape))) { in GetIndexTypeForKernelFromMlir() 451 if (!IsInt32(launch_size)) { in GetIndexTypeForKernelFromMlir()
|