/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format.h | 38 vk_format_description(VkFormat format) in vk_format_description() 47 vk_format_get_blocksize(VkFormat format) in vk_format_get_blocksize() 53 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() 59 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight() 65 vk_format_is_compressed(VkFormat format) in vk_format_is_compressed() 72 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() 80 vk_format_has_alpha(VkFormat format) in vk_format_has_alpha() 86 vk_format_is_int(VkFormat format) in vk_format_is_int() 92 vk_format_is_uint(VkFormat format) in vk_format_is_uint() 98 vk_format_is_sint(VkFormat format) in vk_format_is_sint() [all …]
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_format_traits.hpp | 20 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t blockSize( VULKAN_HPP_NAMESPACE::Format format ) in blockSize() 276 …AN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t texelsPerBlock( VULKAN_HPP_NAMESPACE::Format format ) in texelsPerBlock() 532 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() 626 …NLINE VULKAN_HPP_CONSTEXPR_14 char const * compressionScheme( VULKAN_HPP_NAMESPACE::Format format ) in compressionScheme() 712 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 bool isCompressed( VULKAN_HPP_NAMESPACE::Format format ) in isCompressed() 719 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() 783 …_INLINE VULKAN_HPP_CONSTEXPR_14 bool componentsAreCompressed( VULKAN_HPP_NAMESPACE::Format format ) in componentsAreCompressed() 864 …_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentBits( VULKAN_HPP_NAMESPACE::Format format, ui… in componentBits() 2245 …AN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentCount( VULKAN_HPP_NAMESPACE::Format format ) in componentCount() 2501 …INLINE VULKAN_HPP_CONSTEXPR_14 char const * componentName( VULKAN_HPP_NAMESPACE::Format format, ui… in componentName() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan_format_traits.hpp | 19 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t blockSize(VULKAN_HPP_NAMESPACE::Format format) in blockSize() 275 …LKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t texelsPerBlock(VULKAN_HPP_NAMESPACE::Format format) in texelsPerBlock() 531 …INE VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent(VULKAN_HPP_NAMESPACE::Format format) in blockExtent() 625 …P_INLINE VULKAN_HPP_CONSTEXPR_14 char const *compressionScheme(VULKAN_HPP_NAMESPACE::Format format) in compressionScheme() 711 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 bool isCompressed(VULKAN_HPP_NAMESPACE::Format format) in isCompressed() 718 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed(VULKAN_HPP_NAMESPACE::Format format) in packed() 782 …PP_INLINE VULKAN_HPP_CONSTEXPR_14 bool componentsAreCompressed(VULKAN_HPP_NAMESPACE::Format format) in componentsAreCompressed() 863 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentBits(VULKAN_HPP_NAMESPACE::Format format… in componentBits() 2244 …LKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentCount(VULKAN_HPP_NAMESPACE::Format format) in componentCount() 2500 …P_INLINE VULKAN_HPP_CONSTEXPR_14 char const *componentName(VULKAN_HPP_NAMESPACE::Format format, ui… in componentName() [all …]
|
/external/mesa3d/src/broadcom/vulkan/ |
D | vk_format_info.h | 34 vk_format_aspects(VkFormat format) in vk_format_aspects() 86 vk_format_is_color(VkFormat format) in vk_format_is_color() 93 vk_format_is_int(VkFormat format) in vk_format_is_int() 99 vk_format_is_sint(VkFormat format) in vk_format_is_sint() 105 vk_format_is_uint(VkFormat format) in vk_format_is_uint() 111 vk_format_is_srgb(VkFormat format) in vk_format_is_srgb() 117 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() 124 vk_format_has_depth(VkFormat format) in vk_format_has_depth() 131 vk_format_has_stencil(VkFormat format) in vk_format_has_stencil() 138 vk_format_get_blocksize(VkFormat format) in vk_format_get_blocksize() [all …]
|
/external/libxkbcommon/doc/ |
D | keymap-format-text-v1.md | 23 ### Keycode statements 53 ### Alias statements 63 ### LED name statements 99 ### Type definitions 109 #### `level_name` statements 121 #### `modifiers` statement 132 #### `map` entry statements 145 #### `preserve` statements 174 ### Interpret statements 255 #### `useModMapMods` statement [all …]
|
/external/angle/src/libANGLE/ |
D | formatutils.cpp | 655 bool IsYuvFormat(GLenum format) in IsYuvFormat() 673 uint32_t GetPlaneCount(GLenum format) in GetPlaneCount() 693 uint32_t GetYPlaneBpp(GLenum format) in GetYPlaneBpp() 713 uint32_t GetChromaPlaneBpp(GLenum format) in GetChromaPlaneBpp() 736 void GetSubSampleFactor(GLenum format, int *horizontalSubsampleFactor, int *verticalSubsampleFactor) in GetSubSampleFactor() 795 GLenum format, in AddRGBAXFormat() 840 GLenum format, in AddRGBAFormat() 860 GLenum format, in AddLUMAFormat() 897 GLenum format, in AddDepthStencilFormat() 973 GLenum format, in AddYUVFormat() [all …]
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_string_field.cc | 99 Formatter format(printer, variables_); in GeneratePrivateMembers() local 120 Formatter format(printer, variables_); in GenerateStaticMembers() local 134 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local 210 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local 391 Formatter format(printer, variables_); in GenerateNonInlineAccessorDefinitions() local 401 Formatter format(printer, variables_); in GenerateClearingCode() local 425 Formatter format(printer, variables_); in GenerateMessageClearingCode() local 480 Formatter format(printer, variables_); in GenerateMergingCode() local 492 Formatter format(printer, variables_); in GenerateSwappingCode() local 503 Formatter format(printer, variables_); in GenerateConstructorCode() local [all …]
|
D | cpp_primitive_field.cc | 131 Formatter format(printer, variables_); in GeneratePrivateMembers() local 137 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local 146 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local 160 Formatter format(printer, variables_); in GenerateClearingCode() local 165 Formatter format(printer, variables_); in GenerateMergingCode() local 170 Formatter format(printer, variables_); in GenerateSwappingCode() local 176 Formatter format(printer, variables_); in GenerateConstructorCode() local 182 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local 188 Formatter format(printer, variables_); in GenerateMergeFromCodedStream() local 199 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizes() local [all …]
|
D | cpp_enum_field.cc | 71 Formatter format(printer, variables_); in GeneratePrivateMembers() local 77 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local 86 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local 104 Formatter format(printer, variables_); in GenerateClearingCode() local 109 Formatter format(printer, variables_); in GenerateMergingCode() local 114 Formatter format(printer, variables_); in GenerateSwappingCode() local 119 Formatter format(printer, variables_); in GenerateConstructorCode() local 125 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local 131 Formatter format(printer, variables_); in GenerateMergeFromCodedStream() local 162 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizes() local [all …]
|
D | cpp_message_field.cc | 98 Formatter format(printer, variables_); in GeneratePrivateMembers() local 108 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local 128 Formatter format(printer, variables_); in GenerateNonInlineAccessorDefinitions() local 152 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local 258 Formatter format(printer, variables_); in GenerateInternalAccessorDeclarations() local 275 Formatter format(printer, variables_); in GenerateInternalAccessorDefinitions() local 349 Formatter format(printer, variables_); in GenerateClearingCode() local 365 Formatter format(printer, variables_); in GenerateMessageClearingCode() local 382 Formatter format(printer, variables_); in GenerateMergingCode() local 393 Formatter format(printer, variables_); in GenerateSwappingCode() local [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_format_utils.cpp | 282 VK_LAYER_EXPORT bool FormatIsCompressed_ETC2_EAC(VkFormat format) { in FormatIsCompressed_ETC2_EAC() 305 VK_LAYER_EXPORT bool FormatIsCompressed_ASTC_LDR(VkFormat format) { in FormatIsCompressed_ASTC_LDR() 346 VK_LAYER_EXPORT bool FormatIsCompressed_BC(VkFormat format) { in FormatIsCompressed_BC() 375 VK_LAYER_EXPORT bool FormatIsCompressed_PVRTC(VkFormat format) { in FormatIsCompressed_PVRTC() 396 VK_LAYER_EXPORT bool FormatIsSinglePlane_422(VkFormat format) { in FormatIsSinglePlane_422() 417 VK_LAYER_EXPORT bool FormatIsCompressed(VkFormat format) { in FormatIsCompressed() 422 VK_LAYER_EXPORT bool FormatIsPacked(VkFormat format) { in FormatIsPacked() 485 VK_LAYER_EXPORT bool FormatElementIsTexel(VkFormat format) { in FormatElementIsTexel() 494 VK_LAYER_EXPORT bool FormatIsDepthOrStencil(VkFormat format) { in FormatIsDepthOrStencil() 499 VK_LAYER_EXPORT bool FormatIsDepthAndStencil(VkFormat format) { in FormatIsDepthAndStencil() [all …]
|
/external/rust/crates/vulkano/src/pipeline/vertex/ |
D | impl_vertex.rs | 65 fn format() -> (VertexMemberTy, usize); in format() method 70 fn format() -> (VertexMemberTy, usize) { in format() method 77 fn format() -> (VertexMemberTy, usize) { in format() method 84 fn format() -> (VertexMemberTy, usize) { in format() method 91 fn format() -> (VertexMemberTy, usize) { in format() method 98 fn format() -> (VertexMemberTy, usize) { in format() method 105 fn format() -> (VertexMemberTy, usize) { in format() method 112 fn format() -> (VertexMemberTy, usize) { in format() method 119 fn format() -> (VertexMemberTy, usize) { in format() method 129 fn format() -> (VertexMemberTy, usize) { in format() function [all …]
|
/external/mesa3d/src/mesa/main/ |
D | formats.c | 84 _mesa_get_format_info(mesa_format format) in _mesa_get_format_info() 102 _mesa_get_format_name(mesa_format format) in _mesa_get_format_name() 120 _mesa_get_format_bytes(mesa_format format) in _mesa_get_format_bytes() 141 _mesa_get_format_bits(mesa_format format, GLenum pname) in _mesa_get_format_bits() 196 _mesa_get_format_max_bits(mesa_format format) in _mesa_get_format_max_bits() 214 _mesa_get_format_layout(mesa_format format) in _mesa_get_format_layout() 232 _mesa_get_format_datatype(mesa_format format) in _mesa_get_format_datatype() 239 get_base_format_for_array_format(mesa_array_format format) in get_base_format_for_array_format() 320 _mesa_get_format_base_format(uint32_t format) in _mesa_get_format_base_format() 339 _mesa_get_format_block_size(mesa_format format, in _mesa_get_format_block_size() [all …]
|
D | glformats.c | 369 _mesa_components_in_format(GLenum format) in _mesa_components_in_format() 424 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel() 577 _mesa_is_enum_format_unsized(GLenum format) in _mesa_is_enum_format_unsized() 633 _mesa_is_enum_format_unorm(GLenum format) in _mesa_is_enum_format_unorm() 704 _mesa_is_enum_format_snorm(GLenum format) in _mesa_is_enum_format_snorm() 742 _mesa_is_enum_format_unsigned_int(GLenum format) in _mesa_is_enum_format_unsigned_int() 782 _mesa_is_enum_format_signed_int(GLenum format) in _mesa_is_enum_format_signed_int() 939 _mesa_is_enum_format_integer(GLenum format) in _mesa_is_enum_format_integer() 984 _mesa_is_color_format(GLenum format) in _mesa_is_color_format() 1250 _mesa_is_depth_format(GLenum format) in _mesa_is_depth_format() [all …]
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 149 enum pipe_format format; member 407 util_format_name(enum pipe_format format) in util_format_name() 420 util_format_short_name(enum pipe_format format) in util_format_short_name() 436 util_format_is_plain(enum pipe_format format) in util_format_is_plain() 448 util_format_is_compressed(enum pipe_format format) in util_format_is_compressed() 473 util_format_is_s3tc(enum pipe_format format) in util_format_is_s3tc() 486 util_format_is_etc(enum pipe_format format) in util_format_is_etc() 499 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb() 520 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil() 534 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format.h | 156 enum pipe_format format; member 256 util_format_name(enum pipe_format format) in util_format_name() 269 util_format_short_name(enum pipe_format format) in util_format_short_name() 285 util_format_is_plain(enum pipe_format format) in util_format_is_plain() 297 util_format_is_compressed(enum pipe_format format) in util_format_is_compressed() 322 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb() 343 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil() 357 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil() 402 util_format_get_mask(enum pipe_format format) in util_format_get_mask() 499 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() [all …]
|
/external/webrtc/sdk/objc/base/ |
D | RTCLogging.h | 37 #define RTCLogString(format, ...) \ argument 41 #define RTCLogFormat(severity, format, ...) \ argument 47 #define RTCLogVerbose(format, ...) \ argument 50 #define RTCLogInfo(format, ...) \ argument 53 #define RTCLogWarning(format, ...) \ argument 56 #define RTCLogError(format, ...) \ argument 60 #define RTCLogDebug(format, ...) RTCLogInfo(format, ##__VA_ARGS__) argument 62 #define RTCLogDebug(format, ...) \ argument 67 #define RTCLog(format, ...) RTCLogInfo(format, ##__VA_ARGS__) argument
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | Logger.java | 107 public void trace(String format, Object arg); in trace() 121 public void trace(String format, Object arg1, Object arg2); in trace() 137 public void trace(String format, Object... arguments); in trace() 179 public void trace(Marker marker, String format, Object arg); in trace() 192 public void trace(Marker marker, String format, Object arg1, Object arg2); in trace() 204 public void trace(Marker marker, String format, Object... argArray); in trace() 242 public void debug(String format, Object arg); in debug() 255 public void debug(String format, Object arg1, Object arg2); in debug() 271 public void debug(String format, Object... arguments); in debug() 308 public void debug(Marker marker, String format, Object arg); in debug() [all …]
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
D | SubstituteLogger.java | 61 public void trace(String format, Object arg) { in trace() 65 public void trace(String format, Object arg1, Object arg2) { in trace() 69 public void trace(String format, Object... arguments) { in trace() 85 public void trace(Marker marker, String format, Object arg) { in trace() 89 public void trace(Marker marker, String format, Object arg1, Object arg2) { in trace() 93 public void trace(Marker marker, String format, Object... arguments) { in trace() 109 public void debug(String format, Object arg) { in debug() 113 public void debug(String format, Object arg1, Object arg2) { in debug() 117 public void debug(String format, Object... arguments) { in debug() 133 public void debug(Marker marker, String format, Object arg) { in debug() [all …]
|
D | NOPLogger.java | 72 final public void trace(String format, Object arg) { in trace() 77 public final void trace(String format, Object arg1, Object arg2) { in trace() 82 public final void trace(String format, Object... argArray) { in trace() 105 final public void debug(String format, Object arg) { in debug() 110 public final void debug(String format, Object arg1, Object arg2) { in debug() 115 public final void debug(String format, Object... argArray) { in debug() 139 final public void info(String format, Object arg1) { in info() 144 final public void info(String format, Object arg1, Object arg2) { in info() 149 public final void info(String format, Object... argArray) { in info() 172 final public void warn(String format, Object arg1) { in warn() [all …]
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | DefaultTrackNameProvider.java | 38 public String getTrackName(Format format) { in getTrackName() 57 private String buildResolutionString(Format format) { in buildResolutionString() 65 private String buildBitrateString(Format format) { in buildBitrateString() 72 private String buildAudioChannelString(Format format) { in buildAudioChannelString() 92 private String buildLanguageOrLabelString(Format format) { in buildLanguageOrLabelString() 98 private String buildLabelString(Format format) { in buildLabelString() 102 private String buildLanguageString(Format format) { in buildLanguageString() 111 private String buildRoleString(Format format) { in buildRoleString() 143 private static int inferPrimaryTrackType(Format format) { in inferPrimaryTrackType()
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format.h | 124 VkFormat format; member 156 vk_format_get_blocksizebits(VkFormat format) in vk_format_get_blocksizebits() 172 vk_format_get_blocksize(VkFormat format) in vk_format_get_blocksize() 187 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth() 200 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight() 217 vk_format_get_first_non_void_channel(VkFormat format) in vk_format_get_first_non_void_channel() 244 vk_format_aspects(VkFormat format) in vk_format_aspects() 316 vk_format_is_compressed(VkFormat format) in vk_format_is_compressed() 339 vk_format_is_subsampled(VkFormat format) in vk_format_is_subsampled() 366 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() [all …]
|
/external/v4l2_codec2/common/ |
D | VideoPixelFormat.cpp | 27 std::string videoPixelFormatToString(VideoPixelFormat format) { in videoPixelFormatToString() 102 size_t bitDepth(VideoPixelFormat format) { in bitDepth() 145 static bool RequiresEvenSizeAllocation(VideoPixelFormat format) { in RequiresEvenSizeAllocation() 183 size_t numPlanes(VideoPixelFormat format) { in numPlanes() 223 size_t allocationSize(VideoPixelFormat format, const android::ui::Size& coded_size) { in allocationSize() 233 android::ui::Size planeSize(VideoPixelFormat format, size_t plane, in planeSize() 254 int planeHorizontalBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeHorizontalBitsPerPixel() 262 int planeBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeBitsPerPixel() 267 int bytesPerElement(VideoPixelFormat format, size_t plane) { in bytesPerElement() 313 bool isValidPlane(VideoPixelFormat format, size_t plane) { in isValidPlane() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexUtil.cpp | 37 deUint32 getVertexFormatSize (VkFormat format) in getVertexFormatSize() 174 deUint32 getVertexFormatComponentCount (VkFormat format) in getVertexFormatComponentCount() 299 deUint32 getVertexFormatComponentSize (VkFormat format) in getVertexFormatComponentSize() 405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx) in getPackedVertexFormatComponentWidth() 502 bool isVertexFormatComponentOrderBGR (VkFormat format) in isVertexFormatComponentOrderBGR() 535 bool isVertexFormatComponentOrderABGR(VkFormat format) in isVertexFormatComponentOrderABGR() 561 bool isVertexFormatComponentOrderARGB(VkFormat format) in isVertexFormatComponentOrderARGB() 581 bool isVertexFormatSint (VkFormat format) in isVertexFormatSint() 611 bool isVertexFormatUint (VkFormat format) in isVertexFormatUint() 642 bool isVertexFormatSfloat (VkFormat format) in isVertexFormatSfloat() [all …]
|
/external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/ |
D | AndroidLoggerAdapter.java | 126 public void trace(String format, Object arg) { in trace() 146 public void trace(String format, Object arg1, Object arg2) { in trace() 164 public void trace(String format, Object... argArray) { in trace() 212 public void debug(String format, Object arg) { in debug() 232 public void debug(String format, Object arg1, Object arg2) { in debug() 250 public void debug(String format, Object... argArray) { in debug() 298 public void info(String format, Object arg) { in info() 318 public void info(String format, Object arg1, Object arg2) { in info() 336 public void info(String format, Object... argArray) { in info() 387 public void warn(String format, Object arg) { in warn() [all …]
|