/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
D | reshape_test.cc | 26 using DataTypes = ::testing::Types<uint8_t, int8_t>; typedef 27 TYPED_TEST_SUITE(ReshapeOpTest, DataTypes);
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.hpp | 47 struct DataTypes struct 50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; } in operator <<() argument 58 …Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outSc…
|
D | es31fFboColorbufferTests.cpp | 135 …Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFm… in render() 228 …Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texF… in render()
|
D | es31fFboTestUtil.cpp | 116 static sglr::pdec::ShaderProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, … in genTexture2DShaderDecl() 150 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Ve… in Texture2DShader()
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_fdr_log_writer.h | 64 template <MetadataRecord::RecordKinds Kind, class... DataTypes> 65 MetadataRecord createMetadataRecord(DataTypes &&... Ds) { 66 static_assert(AggregateSizes<std::tuple<DataTypes...>>::value <= 73 std::make_tuple(std::forward<DataTypes>(Ds)...));
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h.cmake | 1 /*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\ 60 "__STDC_LIMIT_MACROS before #including Support/DataTypes.h" 65 "__STDC_CONSTANT_MACROS before #including Support/DataTypes.h"
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | expand_dims_test.cc | 83 using DataTypes = ::testing::Types<float, int8_t, int16_t, int32_t>; typedef 84 TYPED_TEST_SUITE(ExpandDimsOpTest, DataTypes);
|
D | split_v_test.cc | 114 using DataTypes = ::testing::Types<float, uint8_t, int8_t, int16_t, int32_t>; typedef 115 TYPED_TEST_SUITE(SplitVOpTypedTest, DataTypes);
|
D | reshape_test.cc | 43 using DataTypes = ::testing::Types<float, int8_t, int16_t, int32_t>; typedef 44 TYPED_TEST_SUITE(ReshapeOpTest, DataTypes);
|
D | squeeze_test.cc | 73 using DataTypes = ::testing::Types<float, int8_t, int16_t, int32_t>; typedef 74 TYPED_TEST_SUITE(SqueezeOpTest, DataTypes);
|
D | split_test.cc | 126 using DataTypes = ::testing::Types<float, int8_t, int16_t>; typedef 127 TYPED_TEST_SUITE(SplitOpTest, DataTypes);
|
D | broadcast_to_test.cc | 79 using DataTypes = ::testing::Types<float, uint8_t, int8_t, int16_t, int32_t>; typedef 80 TYPED_TEST_SUITE(BroadcastToOpTest, DataTypes);
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.hpp | 47 struct DataTypes struct 50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; } in operator <<() argument 88 …Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outSc…
|
D | es3fFboColorbufferTests.cpp | 230 …Texture2DShader texToFbo0Shader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texF… in render() 231 …Texture2DShader texToFbo1Shader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texF… in render() 232 …Texture2DShader multiTexShader (DataTypes() << glu::getSampler2DType(texFmt0) << glu::getSampler… in render() 364 …Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texF… in render() 493 …Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texF… in render() 619 …Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFm… in render() 747 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render() 837 …Texture2DShader fboBlitShader (DataTypes() << glu::getSampler2DType(fboFormat), getFragmentOut… in render()
|
D | es3fFboRenderTest.cpp | 538 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, fboOutputType); in render() 539 Texture2DShader texFromFboShader (DataTypes() << fboSamplerType, glu::TYPE_FLOAT_VEC4); in render() 622 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render() 825 Texture2DShader shader(DataTypes() << fboSamplerType, glu::TYPE_FLOAT_VEC4); in render() 861 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render() 1120 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, fboOutputType); in render() 1121 Texture2DShader texFromFboShader (DataTypes() << fboSamplerType, glu::TYPE_FLOAT_VEC4); in render() 1276 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, fboOutputType); in render() 1277 Texture2DShader texFromFboShader (DataTypes() << fboSamplerType, glu::TYPE_FLOAT_VEC4); in render()
|
D | es3fFboInvalidateTests.cpp | 218 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render() 366 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render() 640 Texture2DShader texShader(DataTypes() << glu::getSampler2DType(colorFmt), glu::TYPE_FLOAT_VEC4); in render() 652 …Texture2DShader texShader(DataTypes() << glu::getSampler2DType(depthStencilFmt), glu::TYPE_FLOAT_V… in render() 1012 Texture2DShader texShader(DataTypes() << glu::getSampler2DType(colorFmt), glu::TYPE_FLOAT_VEC4); in render() 1024 …Texture2DShader texShader(DataTypes() << glu::getSampler2DType(depthStencilFmt), glu::TYPE_FLOAT_V… in render()
|
D | es3fFramebufferBlitTests.cpp | 76 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render() 483 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render() 633 …Texture2DShader texShader (DataTypes() << glu::getSampler2DType(colorFormat), glu::TYPE_FLOAT_V… in render() 795 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render()
|
D | es3fFboDepthbufferTests.cpp | 73 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4); in render()
|
/external/llvm/include/llvm/ |
D | module.modulemap.build | 3 header "Support/DataTypes.h"
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | module.modulemap.build | 3 header "Support/DataTypes.h"
|
D | module.install.modulemap | 25 header "Support/DataTypes.h"
|
/external/llvm-project/llvm/include/llvm/ |
D | module.modulemap.build | 3 header "Support/DataTypes.h"
|
D | module.install.modulemap | 25 header "Support/DataTypes.h"
|
/external/swiftshader/third_party/llvm-subzero/ |
D | CMakeLists.txt | 19 "build/Android/include/llvm/Support/DataTypes.h" 23 "build/Fuchsia/include/llvm/Support/DataTypes.h" 27 "build/Linux/include/llvm/Support/DataTypes.h" 31 "build/MacOS/include/llvm/Support/DataTypes.h" 35 "build/Windows/include/llvm/Support/DataTypes.h"
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 388 Type *DataTypes[] = { in getOrCreateRegionCounters() local 392 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes)); in getOrCreateRegionCounters()
|