Home
last modified time | relevance | path

Searched refs:native_fmt (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c375 const struct tu_native_format native_fmt = tu6_get_native_format(format); in tu_physical_device_get_format_properties() local
376 if (!desc || !native_fmt.supported) { in tu_physical_device_get_format_properties()
381 if (native_fmt.supported & FMT_VERTEX) in tu_physical_device_get_format_properties()
384 if (native_fmt.supported & FMT_TEXTURE) { in tu_physical_device_get_format_properties()
408 if (native_fmt.supported & FMT_COLOR) { in tu_physical_device_get_format_properties()
409 assert(native_fmt.supported & FMT_TEXTURE); in tu_physical_device_get_format_properties()
420 if (native_fmt.swap == WZYX) { in tu_physical_device_get_format_properties()
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass.cc378 const bool native_fmt = NativeFormatEnabled(); in MklLayoutRewritePass() local
420 native_fmt ? csinfo_.mkl_native_conv2d_with_bias in MklLayoutRewritePass()
484 native_fmt ? csinfo_.mkl_native_fused_batch_norm_ex in MklLayoutRewritePass()
489 native_fmt ? csinfo_.mkl_native_fused_conv2d in MklLayoutRewritePass()
494 native_fmt ? csinfo_.mkl_native_fused_depthwise_conv2d in MklLayoutRewritePass()
499 native_fmt ? csinfo_.mkl_native_fused_matmul in MklLayoutRewritePass()
540 native_fmt ? csinfo_.mkl_native_pad_with_conv2d in MklLayoutRewritePass()
545 native_fmt ? csinfo_.mkl_native_pad_with_fused_conv2d in MklLayoutRewritePass()
718 if (!native_fmt) { in MklLayoutRewritePass()