Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_format_traits.hpp21 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent()
115 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t blockSize( VULKAN_HPP_NAMESPACE::Format format ) in blockSize()
372 …LINE VULKAN_HPP_CONSTEXPR_14 char const * compatibilityClass( VULKAN_HPP_NAMESPACE::Format format ) in compatibilityClass()
629 …_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentBits( VULKAN_HPP_NAMESPACE::Format format, ui… in componentBits()
2017 …AN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentCount( VULKAN_HPP_NAMESPACE::Format format ) in componentCount()
2274 …INLINE VULKAN_HPP_CONSTEXPR_14 char const * componentName( VULKAN_HPP_NAMESPACE::Format format, ui… in componentName()
4294 …LKAN_HPP_CONSTEXPR_14 char const * componentNumericFormat( VULKAN_HPP_NAMESPACE::Format format, ui… in componentNumericFormat()
6314 …NLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentPlaneIndex( VULKAN_HPP_NAMESPACE::Format format, ui… in componentPlaneIndex()
6516 …_INLINE VULKAN_HPP_CONSTEXPR_14 bool componentsAreCompressed( VULKAN_HPP_NAMESPACE::Format format ) in componentsAreCompressed()
6599 …NLINE VULKAN_HPP_CONSTEXPR_14 char const * compressionScheme( VULKAN_HPP_NAMESPACE::Format format ) in compressionScheme()
[all …]
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkFormatUtils.h277 static inline int getLinearFormatPixelSize(VkFormat format) { in getLinearFormatPixelSize()
287 constexpr bool formatIsUNorm(VkFormat format) { in formatIsUNorm()
388 constexpr bool formatIsSNorm(VkFormat format) { in formatIsSNorm()
413 constexpr bool formatIsUScaled(VkFormat format) { in formatIsUScaled()
434 constexpr bool formatIsSScaled(VkFormat format) { in formatIsSScaled()
455 constexpr bool formatIsUInt(VkFormat format) { in formatIsUInt()
485 constexpr bool formatIsSInt(VkFormat format) { in formatIsSInt()
514 constexpr bool formatIsUFloat(VkFormat format) { in formatIsUFloat()
535 constexpr bool formatIsSFloat(VkFormat format) { in formatIsSFloat()
546 constexpr bool formatIsSrgb(VkFormat format) { in formatIsSrgb()
[all …]
Dvk_format_info.h79 static inline VkImageAspectFlags vk_format_aspects(VkFormat format) { in vk_format_aspects()
127 static inline bool vk_format_is_color(VkFormat format) { in vk_format_is_color()
131 static inline bool vk_format_is_depth_or_stencil(VkFormat format) { in vk_format_is_depth_or_stencil()
136 static inline bool vk_format_has_depth(VkFormat format) { in vk_format_has_depth()
DVkFormatUtils_unittest.cpp73 const VkFormat format = VK_FORMAT_UNDEFINED; in TEST() local
80 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in TEST() local
116 const VkFormat format = VK_FORMAT_G8_B8R8_2PLANE_420_UNORM; in TEST() local
177 const VkFormat format = VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM; in TEST() local
DVkFormatUtils.cpp103 #define ADD_SINGLE_PLANE_FORMAT_INFO(format, bpp) \ in getFormatPlaneLayoutsMap() argument
130 const FormatPlaneLayouts* getFormatPlaneLayouts(VkFormat format) { in getFormatPlaneLayouts()
140 bool getFormatTransferInfo(VkFormat format, uint32_t width, uint32_t height, in getFormatTransferInfo()
/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.c36 void dprint(const char* format, ...) { in dprint()
43 void fdprintf(FILE* fp, const char* format, ...) { in fdprintf()
50 void fdprintfnv(FILE* fp, const char* lvl, const char* format, va_list args) { in fdprintfnv()
67 void dprintn(const char* format, ...) { in dprintn()
74 void dprintnv(const char* format, va_list args) { in dprintnv()
77 void dinfo(const char* format, ...) { in dinfo()
84 void dwarning(const char* format, ...) { in dwarning()
91 void derror(const char* format, ...) { in derror()
/device/google/contexthub/util/nanotool/
Dlog.cpp43 #define LOG_EX_VARARGS(level, format) \ argument
51 void Log::Error(const char *format, ...) { in Error()
55 void Log::Warn(const char *format, ...) { in Warn()
59 void Log::Info(const char *format, ...) { in Info()
63 void Log::Debug(const char *format, ...) { in Debug()
122 void Log::LogEx(LogLevel level, const char *format, va_list arg_list) { in LogEx()
144 void PrintfLogger::Output(const char *format, va_list arg_list) { in Output()
/device/google/gs101/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp8 #define LOGI(format,...) ALOGI(TAG format,##__VA_ARGS__) argument
9 #define LOGD(format,...) ALOGD(TAG format,##__VA_ARGS__) argument
10 #define LOGE(format,...) ALOGE(TAG format,##__VA_ARGS__) argument
11 #define CLOGI(format,...) printf(TAG format,##__VA_ARGS__) argument
12 #define CLOGD(format,...) printf(TAG format,##__VA_ARGS__) argument
13 #define CLOGE(format,...) printf(TAG format,##__VA_ARGS__) argument
15 #define LOGI_BOTH(format,...) { \ argument
/device/google/gs201/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp8 #define LOGI(format,...) ALOGI(TAG format,##__VA_ARGS__) argument
9 #define LOGD(format,...) ALOGD(TAG format,##__VA_ARGS__) argument
10 #define LOGE(format,...) ALOGE(TAG format,##__VA_ARGS__) argument
11 #define CLOGI(format,...) printf(TAG format,##__VA_ARGS__) argument
12 #define CLOGD(format,...) printf(TAG format,##__VA_ARGS__) argument
13 #define CLOGE(format,...) printf(TAG format,##__VA_ARGS__) argument
15 #define LOGI_BOTH(format,...) { \ argument
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_format_info.h148 vk_format_aspects(VkFormat format) in vk_format_aspects()
200 vk_format_is_color(VkFormat format) in vk_format_is_color()
206 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil()
213 vk_format_has_depth(VkFormat format) in vk_format_has_depth()
/device/generic/goldfish-opengl/android-emu/aemu/base/
DStringFormat.cpp22 std::string StringFormatRaw(const char* format, ...) { in StringFormatRaw()
30 std::string StringFormatWithArgs(const char* format, va_list args) { in StringFormatWithArgs()
36 void StringAppendFormatRaw(std::string* string, const char* format, ...) { in StringAppendFormatRaw()
44 const char* format, in StringAppendFormatWithArgs()
DStringFormat.h68 std::string StringFormat(const char* format, Args&&... args) { in StringFormat()
74 const char* format, in StringAppendFormat()
/device/generic/vulkan-cereal/stream-servers/gl/
DYUVConverter.cpp45 bool isInterleaved(FrameworkFormat format) { in isInterleaved()
65 YUVInterleaveDirection getInterleaveDirection(FrameworkFormat format) { in getInterleaveDirection()
87 GLint getGlTextureFormat(FrameworkFormat format, YUVPlane plane) { in getGlTextureFormat()
150 GLenum getGlPixelFormat(FrameworkFormat format, YUVPlane plane) { in getGlPixelFormat()
213 GLsizei getGlPixelType(FrameworkFormat format, YUVPlane plane) { in getGlPixelType()
311 FrameworkFormat format, in getYUVOffsets()
445 FrameworkFormat format, in createYUVGLTex()
466 static void readYUVTex(GLuint tex, FrameworkFormat format, YUVPlane plane, void* pixels, in readYUVTex()
503 FrameworkFormat format, in subUpdateYUVGLTex()
778 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format) in YUVConverter()
[all …]
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc60 #define NANO_CAL_LOGD(tag, format, ...) \ argument
62 #define NANO_CAL_LOGW(tag, format, ...) \ argument
64 #define NANO_CAL_LOGE(tag, format, ...) \ argument
67 #define NANO_CAL_LOGD(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument
68 #define NANO_CAL_LOGW(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument
69 #define NANO_CAL_LOGE(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument
74 #define NANO_CAL_LOGI(tag, format, ...) \ argument
/device/generic/goldfish-opengl/fuchsia/
Dfuchsia_stdio.cc21 int printf(const char *format, ...) in printf()
30 int vprintf(const char *format, va_list ap) in vprintf()
35 int fprintf(FILE *stream, const char *format, ...) in fprintf()
63 int vfprintf(FILE *stream, const char *format, va_list ap) in vfprintf()
Dport.cc27 static void linux_log_prefix(const char *prefix, const char *file, int line, const char *format, in linux_log_prefix()
48 int line, const char* format, ...) { in __android_log_print()
84 const char* file, int line, const char* format, ...) { in __android_log_assert()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DTextureUtils.cpp415 GLint format = GL_RGB; in doCompressedTexImage2D() local
555 GLint format, type; in doCompressedTexImage2D() local
630 bool isCoreProfileEmulatedFormat(GLenum format) { in isCoreProfileEmulatedFormat()
641 GLenum getCoreProfileEmulatedFormat(GLenum format) { in getCoreProfileEmulatedFormat()
682 TextureSwizzle getSwizzleForEmulatedFormat(GLenum format) { in getSwizzleForEmulatedFormat()
711 TextureSwizzle getInverseSwizzleForEmulatedFormat(GLenum format) { in getInverseSwizzleForEmulatedFormat()
815 …t level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image… in doCompressedTexSubImage2DNative()
865 bool isRgtcFormat(GLenum format) { in isRgtcFormat()
878 bool isEtc2OrAstcFormat(GLenum format) { in isEtc2OrAstcFormat()
920 static int s_computePixelSize(GLenum format, GLenum type) { in s_computePixelSize()
[all …]
Drgtc.cpp31 inline size_t rgtc_get_block_size(RGTCImageFormat format) { in rgtc_get_block_size()
45 size_t rgtc_get_decoded_pixel_size(RGTCImageFormat format) { in rgtc_get_decoded_pixel_size()
101 int rgtc_decode_image(const uint8_t* in, RGTCImageFormat format, uint8_t* out, uint32_t width, in rgtc_decode_image()
145 size_t rgtc_get_encoded_image_size(RGTCImageFormat format, uint32_t width, uint32_t height) { in rgtc_get_encoded_image_size()
DGLutils.cpp56 #define COLOR_BITS_CASE(format, r, g, b, a) \ in glFormatToChannelBits() argument
116 #define DEPTH_BITS_CASE(format, d) \ in glFormatToChannelBits() argument
128 #define STENCIL_BITS_CASE(format, d) \ in glFormatToChannelBits() argument
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp55 static int computePixelSize(GLenum format, GLenum type) { in computePixelSize()
57 #define FORMAT_ERROR(format, type) \ in computePixelSize() argument
235 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch()
240 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset()
251 GLenum format, GLenum type, in computeTextureStartEnd()
290 GLenum format, GLenum type, in computeTotalImageSize()
316 GLenum format, GLenum type, in computeNeededBufferSize()
343 GLenum format, GLenum type, in computePackingOffsets2D()
369 GLenum format, GLenum type, in computePackingOffsets3D()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DPixelFormat.cpp20 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel()
38 uint32_t bitsPerPixel(PixelFormat format) { in bitsPerPixel()
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dvp8only_encoder_factory.cpp29 for (auto& format : inner_->GetSupportedFormats()) { in GetSupportedFormats() local
38 const webrtc::SdpVideoFormat& format) { in CreateVideoEncoder()
/device/generic/vulkan-cereal/stream-servers/vulkan/emulated_textures/
DCompressedImageInfo.cpp80 const ShaderGroup* getShaderGroup(VkFormat format) { in getShaderGroup()
140 const ShaderData* getDecompressionShader(VkFormat format, VkImageType imageType) { in getDecompressionShader()
161 VkFormat format, VkImageType imageType, uint32_t mipLevel, in createDefaultImageView()
198 VkExtent2D getBlockSize(VkFormat format) { in getBlockSize()
385 bool CompressedImageInfo::isEtc2(VkFormat format) { in isEtc2()
404 bool CompressedImageInfo::isAstc(VkFormat format) { in isAstc()
441 bool CompressedImageInfo::needEmulatedAlpha(VkFormat format) { in needEmulatedAlpha()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp548 bool readPixelsFormat(GLenum format) { in readPixelsFormat()
566 bool readPixelsType(GLenum format) { in readPixelsType()
585 bool pixelOp(GLenum format,GLenum type) { in pixelOp()
801 bool isIntegerFormat(GLenum format) { in isIntegerFormat()
960 bool unsizedFormat(GLenum format) { in unsizedFormat()
1171 bool pixelFormat(GL2Encoder* ctx, GLenum format) { in pixelFormat()
1192 #define GLES3_FORMAT_CASE(format) \ in pixelFormat() argument
1205 #define VALID_INTERNAL_FORMAT(format) \ in pixelInternalFormat() argument
1231 bool pixelSizedFormat(GL2Encoder* ctx, GLenum internalformat, GLenum format, GLenum type) { in pixelSizedFormat()
/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.cpp35 bool shouldAttemptExternalMemorySharing(FrameworkFormat format) { in shouldAttemptExternalMemorySharing()
41 ColorBuffer::ColorBuffer(HandleType handle, uint32_t width, uint32_t height, GLenum format, in ColorBuffer()
52 uint32_t height, GLenum format, in create()
110 const auto format = static_cast<GLenum>(stream->getBe32()); in onLoad() local
462 void ColorBuffer::glOpSwapYuvTexturesAndUpdate(GLenum format, GLenum type, in glOpSwapYuvTexturesAndUpdate()

12345678910>>...13