Home
last modified time | relevance | path

Searched refs:IsInt32 (Results 1 – 21 of 21) sorted by relevance

/external/deqp-deps/amber/src/
Dtype_test.cc290 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()
Dformat.h166 bool IsInt32() const { in IsInt32() function
168 type::Type::IsInt32(type_->AsNumber()->GetFormatMode(), in IsInt32()
Dbuffer.cc47 if (type::Type::IsInt32(mode, num_bits)) in CalculateDiff()
351 if (type::Type::IsInt32(mode, num_bits)) { in WriteValueFromComponent()
Dverifier.cc238 } else if (type::Type::IsInt32(mode, num_bits)) { in GetActualValuesFromTexel()
578 } else if (type::Type::IsInt32(mode, num_bits)) { in ProbeSSBO()
Dtype.h62 static bool IsInt32(FormatMode mode, uint32_t num_bits) { in IsInt32() function
/external/deqp-deps/amber/src/amberscript/
Dparser_expect_test.cc657 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()
Dparser_buffer_test.cc525 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()
Dparser.cc748 type::Type::IsInt32(num->GetFormatMode(), num->NumBits())) { in ParseShaderSpecialization()
/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc337 if (!IsInt32(gather_loop_trip_count)) { in ExpandInstruction()
Dscatter_expander.cc378 if (!IsInt32(scatter_loop_trip_count)) { in ExpandInstruction()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h523 bool IsInt32(T x) { in IsInt32() function
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp355 return hValue->IsInt32(); in IsInteger()
/external/vixl/src/aarch64/
Doperands-aarch64.h751 bool IsInt32() const { return IsIntN(32); } in IsInt32() function
Dmacro-assembler-aarch64.cc423 VIXL_ASSERT(IsUint32(imm) || IsInt32(imm) || rd.Is64Bits()); in MoveImmediateHelper()
Ddisasm-aarch64.cc10786 VIXL_ASSERT(IsInt32(value)); in SubstituteIntField()
10795 VIXL_ASSERT(IsInt32(value)); in SubstituteIntField()
Dassembler-aarch64.h232 VIXL_ASSERT(IsUint32(low64_) || IsInt32(low64_)); in GetRawValue32()
Dmacro-assembler-aarch64.h1973 VIXL_ASSERT(IsUint32(imm) || IsInt32(imm)); in Ldr()
/external/vixl/src/aarch32/
Doperands-aarch32.h131 VIXL_ASSERT(IsInt32(immediate) || IsUint32(immediate)); in From()
Dassembler-aarch32.h191 VIXL_ASSERT(IsInt32(offset)); in GetCursorOffset()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc168 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/
Dir_emitter_unnested.cc393 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()