| /external/tensorflow/tensorflow/compiler/xla/ |
| D | layout_util.cc | 61 Layout layout; in MakeLayout() local 82 std::vector<int64> layout(rank); in MakeDescendingLayout() local 89 Layout layout; in MakeLayoutFromMajorToMinor() local 101 Layout layout; in CreateDefaultLayoutForRank() local 201 /* static */ Status LayoutUtil::ValidateLayoutForShape(const Layout& layout, in ValidateLayoutForShape() 273 /* static */ bool LayoutUtil::IsDense(const Layout& layout) { in IsDense() 277 /* static */ bool LayoutUtil::IsMonotonicWithDim0Minor(const Layout& layout) { in IsMonotonicWithDim0Minor() 283 /* static */ bool LayoutUtil::IsMonotonicWithDim0Major(const Layout& layout) { in IsMonotonicWithDim0Major() 321 const Layout& layout) { in MinorToMajor() 326 /* static */ int64 LayoutUtil::Major(const Layout& layout, in Major() [all …]
|
| D | shape_layout.cc | 58 const Layout& ShapeLayout::layout() const { in layout() function in xla::ShapeLayout 68 void ShapeLayout::ResetLayout(const Layout& layout) { in ResetLayout() 75 void ShapeLayout::ResetLayout(const Layout& layout, in ResetLayout()
|
| D | literal_util.h | 315 const Layout& layout) { in CreateR2WithLayout() 335 const Layout& layout) { in CreateR3WithLayout() 368 const Layout& layout) { in CreateR4WithLayout() 404 const Array<NativeT>& values, const Layout& layout) { in CreateFromArrayWithLayout() 421 const Array2D<NativeT>& values, const Layout& layout) { in CreateR2FromArray2DWithLayout() 433 const Array3D<NativeT>& values, const Layout& layout) { in CreateR3FromArray3DWithLayout() 504 const Array4D<NativeT>& values, const Layout& layout) { in CreateR4FromArray4DWithLayout()
|
| /external/mesa3d/src/freedreno/fdl/ |
| D | freedreno_layout.h | 136 fdl_cpp_shift(const struct fdl_layout *layout) in fdl_cpp_shift() 143 fdl_pitch(const struct fdl_layout *layout, unsigned level) in fdl_pitch() 153 fdl_ubwc_pitch(const struct fdl_layout *layout, unsigned level) in fdl_ubwc_pitch() 161 fdl_layer_stride(const struct fdl_layout *layout, unsigned level) in fdl_layer_stride() 171 fdl2_pitch(const struct fdl_layout *layout, unsigned level) in fdl2_pitch() 180 fdl2_pitch_pixels(const struct fdl_layout *layout, unsigned level) in fdl2_pitch_pixels() 186 fdl_surface_offset(const struct fdl_layout *layout, unsigned level, unsigned layer) in fdl_surface_offset() 193 fdl_ubwc_offset(const struct fdl_layout *layout, unsigned level, unsigned layer) in fdl_ubwc_offset() 203 fdl_level_linear(const struct fdl_layout *layout, int level) in fdl_level_linear() 216 fdl_tile_mode(const struct fdl_layout *layout, int level) in fdl_tile_mode() [all …]
|
| D | freedreno_layout.c | 33 fdl_layout_buffer(struct fdl_layout *layout, uint32_t size) in fdl_layout_buffer() 46 fdl_dump_layout(struct fdl_layout *layout) in fdl_dump_layout()
|
| D | fd6_layout.c | 33 is_r8g8(struct fdl_layout *layout) in is_r8g8() 40 fdl6_get_ubwc_blockwidth(struct fdl_layout *layout, in fdl6_get_ubwc_blockwidth() 70 fdl6_tile_alignment(struct fdl_layout *layout, uint32_t *heightalign) in fdl6_tile_alignment() 98 fdl6_layout(struct fdl_layout *layout, in fdl6_layout()
|
| /external/libopus/src/ |
| D | opus_multistream.c | 41 int validate_layout(const ChannelLayout *layout) in validate_layout() 57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) in get_left_channel() 69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev) in get_right_channel() 81 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev) in get_mono_channel()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | shape.cc | 73 std::string ToString(Layout layout) { in ToString() 109 Axis GetAxis(Layout layout, int32_t index) { in GetAxis() 113 int GetAxisIndex(Layout layout, Axis axis) { in GetAxisIndex() 117 bool HasAxis(Layout layout, Axis axis) { in HasAxis() 121 int Size(Layout layout) { return DispatchByLayout(layout, NumAxisFunc()); } in Size()
|
| /external/u-boot/test/dm/ |
| D | regmap.c | 135 struct layout { in dm_test_regmap_getset() struct 136 u32 val0; in dm_test_regmap_getset() 137 u32 val1; in dm_test_regmap_getset() 138 u32 val2; in dm_test_regmap_getset() 139 u32 val3; in dm_test_regmap_getset()
|
| /external/u-boot/common/eeprom/ |
| D | eeprom_layout.c | 37 __weak void __eeprom_layout_assign(struct eeprom_layout *layout, in __eeprom_layout_assign() 50 static void eeprom_layout_print(const struct eeprom_layout *layout) in eeprom_layout_print() 67 static int eeprom_layout_update_field(struct eeprom_layout *layout, in eeprom_layout_update_field() 104 void eeprom_layout_setup(struct eeprom_layout *layout, unsigned char *buf, in eeprom_layout_setup()
|
| /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
| D | FileAppender.java | 23 public FileAppender(Layout layout, String filename) { in FileAppender() 26 public FileAppender(Layout layout, String filename, boolean append) { in FileAppender() 29 …public FileAppender(Layout layout, String filename, boolean append, boolean bufferedIO, int buffer… in FileAppender()
|
| D | RollingFileAppender.java | 33 public RollingFileAppender(Layout layout, String filename) throws IOException { in RollingFileAppender() 37 public RollingFileAppender(Layout layout, String filename, boolean append) throws IOException { in RollingFileAppender()
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | storage.c | 452 bool field_contains_hasbit(MessageLayout* layout, in field_contains_hasbit() 464 MessageLayout* layout = ALLOC(MessageLayout); in create_layout() local 577 void free_layout(MessageLayout* layout) { in free_layout() 597 static void* slot_memory(MessageLayout* layout, in slot_memory() 604 static uint32_t* slot_oneof_case(MessageLayout* layout, in slot_oneof_case() 611 static void slot_set_hasbit(MessageLayout* layout, in slot_set_hasbit() 620 static void slot_clear_hasbit(MessageLayout* layout, in slot_clear_hasbit() 628 static bool slot_is_hasbit_set(MessageLayout* layout, in slot_is_hasbit_set() 640 VALUE layout_has(MessageLayout* layout, in layout_has() 647 void layout_clear(MessageLayout* layout, in layout_clear() [all …]
|
| /external/skia/src/gpu/vk/ |
| D | GrVkImageLayout.h | 16 GrVkImageLayout(VkImageLayout layout) : fLayout(layout) {} in GrVkImageLayout() 18 void setImageLayout(VkImageLayout layout) { in setImageLayout()
|
| D | GrVkRenderTarget.cpp | 29 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 55 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 80 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 98 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 113 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 133 sk_sp<GrVkImageLayout> layout) { in MakeWrappedRenderTarget() 213 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in MakeSecondaryCBRenderTarget() local
|
| D | GrVkTextureRenderTarget.cpp | 26 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget() 48 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget() 65 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget() 87 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget() 190 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(info.fImageLayout)); in MakeNewTextureRenderTarget() local 216 sk_sp<GrVkImageLayout> layout) { in MakeWrappedTextureRenderTarget()
|
| /external/skqp/src/gpu/vk/ |
| D | GrVkImageLayout.h | 16 GrVkImageLayout(VkImageLayout layout) : fLayout(layout) {} in GrVkImageLayout() 18 void setImageLayout(VkImageLayout layout) { in setImageLayout()
|
| D | GrVkRenderTarget.cpp | 28 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 53 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 78 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 98 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 116 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget() 133 sk_sp<GrVkImageLayout> layout) { in MakeWrappedRenderTarget() 213 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in MakeSecondaryCBRenderTarget() local
|
| D | GrVkPipelineLayout.h | 17 GrVkPipelineLayout(VkPipelineLayout layout) : fPipelineLayout(layout) {} in GrVkPipelineLayout() 19 VkPipelineLayout layout() const { return fPipelineLayout; } in layout() function
|
| D | GrVkTexture.cpp | 25 sk_sp<GrVkImageLayout> layout, in GrVkTexture() 40 sk_sp<GrVkImageLayout> layout, const GrVkImageView* view, in GrVkTexture() 58 sk_sp<GrVkImageLayout> layout, in GrVkTexture() 87 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(info.fImageLayout)); in MakeNewTexture() local 97 sk_sp<GrVkImageLayout> layout) { in MakeWrappedTexture()
|
| D | GrVkTextureRenderTarget.cpp | 25 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget() 46 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget() 62 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget() 82 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget() 184 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(info.fImageLayout)); in MakeNewTextureRenderTarget() local 209 sk_sp<GrVkImageLayout> layout) { in MakeWrappedTextureRenderTarget()
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | pending_counts_test.cc | 26 PendingCounts::Layout layout; in TEST() local 62 PendingCounts::Layout layout; in TEST() local 79 PendingCounts::Layout layout; in TEST() local 114 PendingCounts::Layout layout; in TEST() local 139 PendingCounts::Layout layout; in TEST() local
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | hlo_test_base.h | 243 const Layout& layout) { in ForceParameterLayout() 253 void ForceResultLayout(HloModule* module, const Layout& layout) { in ForceResultLayout() 259 void ForceResultLayout(HloModule* module, const Layout& layout, in ForceResultLayout()
|
| /external/tensorflow/tensorflow/lite/experimental/ruy/ |
| D | internal_matrix.h | 179 Layout layout; member 189 PackedLayout layout; member 212 PackedLayout layout; member 251 inline bool IsPacked(const Layout& layout) { in IsPacked() 259 inline bool IsRowMajor(const Layout& layout) { in IsRowMajor() 264 inline bool IsColMajor(const LayoutOrPackedLayout& layout) { in IsColMajor() 269 inline int FlatSize(const LayoutOrPackedLayout& layout) { in FlatSize() 276 inline int Offset(const Layout& layout, int row, int col) { in Offset() 290 inline int Offset(const PackedLayout& layout, int row, int col) { in Offset() 365 inline void Transpose(Layout* layout) { in Transpose()
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowRelativeLayoutTest.java | 23 RelativeLayout layout = new RelativeLayout(ApplicationProvider.getApplicationContext()); in getRules_shouldShowAddRuleData_sinceApiLevel17() local 36 RelativeLayout layout = new RelativeLayout(ApplicationProvider.getApplicationContext()); in getRules_shouldShowAddRuleData_uptoApiLevel16() local
|