/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fUniformLocationTests.cpp | 457 // get a 4 channel 8 bits each texture format that is usable by the given sampler type 498 const deUint32 format = getTextureFormat(samplerType); 501 tex = de::MovePtr<Texture2D>(new Texture2D(m_renderCtx, format, 16, 16)); 505 if (format == GL_RGBA8I || format == GL_RGBA8UI)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDescriptorLimitsTests.cpp | 64 inline VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument 72 format, // VkFormat format; in makeImageCreateInfo() 87 tcu::TextureLevel generateColorImage (const VkFormat format, const tcu::IVec2 &renderSize, const tcu::Vec4 color) in generateColorImage() argument 89 tcu::TextureLevel image(mapVkFormat(format), renderSize.x(), renderSize.y()); in generateColorImage() 102 colorFormat, // VkFormat format in makeRenderPassInputAttachment() 115 colorFormat, // VkFormat format; in makeRenderPassInputAttachment()
|
H A D | vktPipelineExecutablePropertiesTests.cpp | 374 if (statistics[ndx][statNdx].format == VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR) in verifyStatistics() 417 if (statistics[0][statNdx0].format != statistics[1][statNdx1].format) in verifyStatistics() 422 switch (statistics[0][statNdx0].format) in verifyStatistics() 469 return tcu::TestStatus::fail("Invalid statistic format"); in verifyStatistics() 994 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in preparePipelineWrapper() 1000 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in preparePipelineWrapper()
|
H A D | vktPipelineStencilTests.cpp | 61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument 65 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat() 290 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_stencilFormat)); in checkSupport() 386 m_colorFormat, // VkFormat format; 417 m_stencilFormat, // VkFormat format; 451 m_colorFormat, // VkFormat format; 468 m_stencilFormat, // VkFormat format; 538 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; 544 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; 924 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessBufferAccessTests.cpp | 511 TCU_THROW(NotSupportedError, (std::string("Unsupported format: ") + getFormatName(bufferFormat)).c_str()); in genTexelBufferShaderAccess() 869 // Check format support in BufferAccessInstance() 1074 m_bufferFormat, // VkFormat format; in BufferAccessInstance() 1086 m_bufferFormat, // VkFormat format; in BufferAccessInstance() 1144 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in BufferAccessInstance() 1429 // or the maximum representable positive integer value (if the format is integer-based). 1702 const VkFormat format = (((ShaderType)shaderTypeNdx == SHADER_TYPE_TEXEL_COPY ) ? VK_FORMAT_R32G32B32A32_SFLOAT : VK_FORMAT_R32_SFLOAT); 1704 outOfAllocTests->addChild(new RobustBufferReadTest(testCtx, "oob_uniform_read", "", stage, (ShaderType)shaderTypeNdx, format, testPipelineRobustness, 16, false, true)); 1708 outOfAllocTests->addChild(new RobustBufferReadTest(testCtx, "oob_storage_read", "", stage, (ShaderType)shaderTypeNdx, format, testPipelineRobustness, 16, true, true)); 1710 outOfAllocTests->addChild(new RobustBufferWriteTest(testCtx, "oob_storage_write", "", stage, (ShaderType)shaderTypeNdx, format, testPipelineRobustnes [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoCapabilitiesTests.cpp | 300 VK_FORMAT_MAX_ENUM, // VkFormat format; in iterate() 329 if (videoFormatProperty.format == VK_FORMAT_MAX_ENUM) in iterate() 332 if (videoFormatProperty.format == VK_FORMAT_UNDEFINED) in iterate() 338 TCU_FAIL("VK_FORMAT_UNDEFINED must be the only format returned for opaque DPB"); in iterate() 345 if (videoFormatProperty.format == VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM || in iterate() 346 videoFormatProperty.format == VK_FORMAT_G8_B8R8_2PLANE_420_UNORM) in iterate()
|
/third_party/alsa-lib/src/control/ |
H A D | control_remap.c | 39 #define debug(format, args...) fprintf(stderr, format, ##args) 40 #define debug_id(id, format, args...) do { \ 43 fprintf(stderr, format, ##args); \ 47 #define debug(format, args...) do { } while (0) 48 #define debug_id(id, format, args...) do { } while (0)
|
/third_party/backends/backend/ |
H A D | tamarack.c | 1292 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters() 1296 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters() 1300 s->params.format = SANE_FRAME_RED + s->pass; in sane_get_parameters() 1307 s->params.format = SANE_FRAME_RED + s->pass; in sane_get_parameters() 1315 DBG(1, "Got parameters: format:%d, ppl: %d, bpl:%d, depth:%d, " in sane_get_parameters() 1317 s->params.format, s->params.pixels_per_line, in sane_get_parameters() 1347 s->params.format = SANE_FRAME_GRAY; in sane_start()
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 582 building a target. These are commonly set with the format "CXX $output" 611 See "gn help label_pattern" for the format of the entries in the list. These 1150 The format is that of a Makefile and all paths must be relative to the root 2327 "output_conversion: Data format for generated_file targets."; 2329 R"(output_conversion: Data format for generated_file targets. 2352 The format of this file will list one file per line with no escaping. The
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | PluralRules.java | 836 String buf = String.format(Locale.ENGLISH, "%1.15e", n); in decimals() 978 String baseString = String.format(Locale.ROOT, "%." + visibleDecimalDigitCount + "f", source); in toString() 1281 // originated from a format with trailing decimals. in addSamples() 1783 result.append(format(lb)); in addRange() 1785 result.append(format(lb) + ".." + format(ub)); in addRange() 1789 private static String format(double lb) { in format() method in PluralRules
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 1048 depth_size = 24; /* if Z and stencil, always use 24+8 format */ in choose_visual() 1912 int target = 0, format = 0, mipmap = 0; in glXCreatePixmap() local 1926 format = *attr; in glXCreatePixmap() 1957 if (format == GLX_TEXTURE_FORMAT_RGB_EXT) { in glXCreatePixmap() 1964 else if (format == GLX_TEXTURE_FORMAT_RGBA_EXT) { in glXCreatePixmap() 2000 if (format || target || mipmap) { in glXCreatePixmap() 2002 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap); in glXCreatePixmap()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_context.c | 36 #include "util/format/u_format.h" 368 (util_format_is_srgb(templ->format) == in virgl_create_surface() 369 util_format_is_srgb(resource->format))); in virgl_create_surface() 376 surf->base.format = templ->format; in virgl_create_surface() 1226 (util_format_is_srgb(blit->dst.resource->format) == in virgl_blit() 1227 util_format_is_srgb(blit->dst.format))); in virgl_blit()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 338 _debug_printf("\t\t.format = %s\n", svga_format_name((*cmd).format)); in dump_SVGA3dInputElementDesc() 1349 _debug_printf("\t\t.format = %s\n", svga_format_name((*cmd).format)); in dump_SVGA3dCmdDefineSurface() 1683 _debug_printf("\t\t.format = %s\n", svga_format_name(cmd->format)); in SVGA3D_DUMP_HEADER() 1722 _debug_printf("\t\t.format = %s\n", svga_format_name(cmd->format)); in SVGA3D_DUMP_HEADER() 1752 _debug_printf("\t\t.format = %s\n", svga_format_name(cmd->format)); in SVGA3D_DUMP_HEADER() [all...] |
/third_party/openGLES/api/GL/ |
H A D | wgl.h | 92 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 93 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 94 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 119 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 120 BOOL WINAPI wglUseFontOutlinesA (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 121 BOOL WINAPI wglUseFontOutlinesW (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_cs.c | 699 debug_printf(" .format = %s\n", in dump_cs_variant_key() 700 util_format_name(texture->format)); in dump_cs_variant_key() 714 debug_printf(" .format = %s\n", in dump_cs_variant_key() 715 util_format_name(image->format)); in dump_cs_variant_key() 1041 unsigned view_blocksize = util_format_get_blocksize(view->format); in lp_csctx_set_sampler_views() 1181 const uint32_t bw = util_format_get_blockwidth(image->resource->format); in lp_csctx_set_cs_images() 1182 const uint32_t bh = util_format_get_blockheight(image->resource->format); in lp_csctx_set_cs_images() 1210 unsigned view_blocksize = util_format_get_blocksize(image->format); in lp_csctx_set_cs_images()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cldrtest.c | 990 UResourceBundle* format = ures_getByKeyWithFallback(names, "format", NULL, &errorCode); in VerifyTranslation() local 991 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 1029 ures_close(format); in VerifyTranslation() 1033 format = ures_getByKeyWithFallback(names,"format", NULL, &errorCode); in VerifyTranslation() 1034 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 1066 ures_close(format); in VerifyTranslation()
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 108 const char *format, va_list args) in libevdev_dflt_log_func() 121 /* default logging format: in libevdev_dflt_log_func() 131 vfprintf(stderr, format, args); in libevdev_dflt_log_func() 167 const char *format, ...) in _libevdev_log_msg() 189 va_start(args, format); in _libevdev_log_msg() 191 dev->log.device_handler(dev, priority, dev->log.userdata, file, line, func, format, args); in _libevdev_log_msg() 193 log_data.global_handler(priority, log_data.userdata, file, line, func, format, args); in _libevdev_log_msg() 674 /* EVIOCGMTSLOTS required format */ in sync_mt_state() 105 libevdev_dflt_log_func(enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) libevdev_dflt_log_func() argument 164 _libevdev_log_msg(const struct libevdev *dev, enum libevdev_log_priority priority, const char *file, int line, const char *func, const char *format, ...) _libevdev_log_msg() argument
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 192 const char *format, ...) in iprintf() 201 assert(strlen(format) >= 1); in iprintf() 209 if (format[0] == '-' && indent > 0) in iprintf() 212 snprintf(fmt, sizeof(fmt), "%s%s", &space[len - indent - 1], format); in iprintf() 213 va_start(args, format); in iprintf() 1768 const char *format, in quirks_log_handler() 190 iprintf(FILE *fp, enum indent indent, const char *format, ...) iprintf() argument 1766 quirks_log_handler(struct libinput *this_is_null, enum libinput_log_priority priority, const char *format, va_list args) quirks_log_handler() argument
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 114 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...); 189 # define CAPI_DMP_PEM 0x8 /* Dump PEM format certificate */ 1083 static void capi_vtrace(CAPI_CTX *ctx, int level, char *format, in capi_vtrace() argument 1095 BIO_vprintf(out, format, argptr); in capi_vtrace() 1099 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...) in CAPI_trace() argument 1102 va_start(args, format); in CAPI_trace() 1103 capi_vtrace(ctx, CAPI_DBG_TRACE, format, args); in CAPI_trace()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 58 vk::VkImageCreateInfo makeImageCreateInfo (const vk::VkExtent2D extent, const vk::VkFormat format, const vk::VkImageUsageFlags usage) in makeImageCreateInfo() argument 66 format, // VkFormat format; in makeImageCreateInfo() 103 vk::VkVertexInputAttributeDescription makeAttributeDescription (uint32_t location, uint32_t binding, vk::VkFormat format, uint32_t offset) in makeAttributeDescription() argument 109 attributeDescription.format = format; in makeAttributeDescription() 345 log << tcu::TestLog::Message << "location " << attrib.location << ", binding " << attrib.binding << ", format " << attrib.format << tcu::TestLog::EndMessage; in iterate()
|
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 127 const VkFormat format, in makeImage() 139 format, // VkFormat format; in makeImage() 174 //! Map color image format to a convenient format used in vertex attributes 322 VkFormat colorFormat; //!< Color attachment format 395 std::string colorBufferPack; //!< a cast or a function call when writing back color format to the ssbo in initPrograms() 424 DE_FATAL("initPrograms not handled for this color format"); in initPrograms() 589 std::vector<VkClearValue> genClearValues (const VkFormat format, const deUint32 count) in genClearValues() argument 594 switch (format) in genClearValues() 125 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const deUint32 layers, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument 1324 getFormatShortString(const VkFormat format) getFormatShortString() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Blit11.cpp | 932 // Determine if the source format is a signed integer format, the destFormat will already in copyTexture() 1181 const auto &srcFormat = source.getFormatSet().format(); in copyDepthStencilImpl() 1748 const d3d11::Format &format, in initResolveDepthOnly() 1752 format.texFormat == mResolvedDepth.getFormat()) in initResolveDepthOnly() 1762 textureDesc.Format = format.texFormat; in initResolveDepthOnly() 1772 ANGLE_TRY(mRenderer->allocateTexture(context11, textureDesc, format, &mResolvedDepth)); in initResolveDepthOnly() 1777 dsvDesc.Format = format.dsvFormat; in initResolveDepthOnly() 1747 initResolveDepthOnly(const gl::Context *context, const d3d11::Format &format, const gl::Extents &extents) initResolveDepthOnly() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 776 "We only support writing log base-2 alignment format with XCOFF."); in EmitXCOFFLocalCommonSymbol() 962 OS << format("0x%02x", uint8_t(Data[J])) << ", "; in EmitBinaryData() 963 OS << format("0x%02x", uint8_t(Data[J])); in EmitBinaryData() 1570 OS << format("0x%02x", uint8_t(Values[i])) << ", "; 1571 OS << format("0x%02x", uint8_t(Values[e])); 1894 OS << format("0x%02x", uint8_t(Code[i])); 1898 OS << format("0x%02x", uint8_t(Code[i])) << '\''
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier_test.cc | 492 Format format(list.get()); in TEST_F() 495 Result r = verifier.Probe(&probe, &format, 6, 6, 1, 1, in TEST_F() 534 Format format(list.get()); in TEST_F() 537 Result r = verifier.Probe(&probe, &format, 6, 6, 1, 1, in TEST_F() 576 Format format(list.get()); in TEST_F() 579 Result r = verifier.Probe(&probe, &format, 6, 6, 1, 1, in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL1.cpp | 326 GLenum format, in ValidateDrawPixels() 580 GLenum format, in ValidateGetTexImage() 1487 GLenum format, in ValidateTexImage1D() 1723 GLenum format, in ValidateInterleavedArrays() 1755 GLenum format, in ValidateTexSubImage1D() 1781 GLenum format, in ValidateCompressedTexSubImage1D() 322 ValidateDrawPixels(const Context *, angle::EntryPoint entryPoint, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateDrawPixels() argument 576 ValidateGetTexImage(const Context *, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum format, GLenum type, const void *pixels) ValidateGetTexImage() argument 1480 ValidateTexImage1D(const Context *, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage1D() argument 1721 ValidateInterleavedArrays(const Context *context, angle::EntryPoint entryPoint, GLenum format, GLsizei stride, const void *pointer) ValidateInterleavedArrays() argument 1749 ValidateTexSubImage1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage1D() argument 1775 ValidateCompressedTexSubImage1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage1D() argument
|