Home
last modified time | relevance | path

Searched refs:format (Results 426 - 450 of 9328) sorted by relevance

1...<<11121314151617181920>>...374

/third_party/node/lib/internal/crypto/
H A Dkeys.js164 options.format, 'options.format', [undefined, 'buffer', 'jwk']);
165 if (options.format === 'jwk') {
220 if (options && options.format === 'jwk') {
224 format,
227 return this[kHandle].export(format, type);
237 if (options && options.format === 'jwk') {
245 format,
250 return this[kHandle].export(format, type, cipher, passphrase);
299 const { format
[all...]
/third_party/node/deps/v8/tools/
H A Dlocs.py137 print("Error: Specified build dir {} is not a directory.".format(
141 autoninja = "autoninja -C {}".format(build_dir)
143 print("Error: Building {} failed.".format(build_dir), file=sys.stderr)
146 compile_commands_file = "{}/compile_commands.json".format(build_dir)
147 print("Generating compile commands in {}.".format(
149 ninja = "ninja -C {} -t compdb cxx cc > {}".format(
152 print("Error: Cound not generate {} for {}.".format(
156 ninja_deps_file = "{}/ninja-deps.txt".format(build_dir)
157 print("Generating ninja dependencies in {}.".format(
159 ninja = "ninja -C {} -t deps > {}".format(
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c36 #include "util/format/u_format.h"
72 GLenum format, GLenum type) in needs_integer_signed_unsigned_conversion()
75 _mesa_get_read_renderbuffer_for_format(ctx, format); in needs_integer_signed_unsigned_conversion()
114 /* Make sure we have stencil format in case of GL_STENCIL_INDEX to in try_pbo_readpixels()
208 image.format = dst_format; in try_pbo_readpixels()
279 GLenum format, in blit_to_staging()
297 dst_templ.format = dst_format; in blit_to_staging()
315 blit.src.format = src_format; in blit_to_staging()
318 blit.dst.format = dst->format; in blit_to_staging()
71 needs_integer_signed_unsigned_conversion(const struct gl_context *ctx, GLenum format, GLenum type) needs_integer_signed_unsigned_conversion() argument
276 blit_to_staging(struct st_context *st, struct gl_renderbuffer *rb, bool invert_y, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, enum pipe_format src_format, enum pipe_format dst_format) blit_to_staging() argument
344 try_cached_readpixels(struct st_context *st, struct gl_renderbuffer *rb, bool invert_y, GLsizei width, GLsizei height, GLenum format, enum pipe_format src_format, enum pipe_format dst_format) try_cached_readpixels() argument
412 st_ReadPixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, void *pixels) st_ReadPixels() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c43 _mesa_get_shader_image_format(GLenum format) in _mesa_get_shader_image_format() argument
45 switch (format) { in _mesa_get_shader_image_format()
170 /** Not a valid image format. */
190 get_image_format_class(mesa_format format) in get_image_format_class() argument
192 switch (format) { in get_image_format_class()
350 _mesa_get_image_format_class(GLenum format) in _mesa_get_image_format_class() argument
352 mesa_format tex_format = _mesa_get_shader_image_format(format); in _mesa_get_image_format_class()
362 GLenum format) in _mesa_is_shader_image_format_supported()
364 switch (format) { in _mesa_is_shader_image_format_supported()
432 const GLenum format in _mesa_default_image_unit() local
361 _mesa_is_shader_image_format_supported(const struct gl_context *ctx, GLenum format) _mesa_is_shader_image_format_supported() argument
522 validate_bind_image_texture(struct gl_context *ctx, GLuint unit, GLuint texture, GLint level, GLint layer, GLenum access, GLenum format, bool check_level_layer) validate_bind_image_texture() argument
564 set_image_binding(struct gl_image_unit *u, struct gl_texture_object *texObj, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) set_image_binding() argument
586 bind_image_texture(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint unit, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) bind_image_texture() argument
601 _mesa_BindImageTexture_no_error(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) _mesa_BindImageTexture_no_error() argument
616 _mesa_BindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) _mesa_BindImageTexture() argument
661 _mesa_BindImageTextureEXT(GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format) _mesa_BindImageTextureEXT() argument
[all...]
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py34 print("Error: {}".format(str(e)), file=sys.stderr)
126 "Detected axis range: x [{:4d}..{:4d}], y [{:4d}..{:4d}]".format(
140 print("+{}+".format("".ljust(self.columns, "-")))
142 print("|{}|".format("".ljust(self.columns)))
146 print("|{}{}{}|".format("".ljust(left), "O", "".ljust(right)))
149 print("|{}|".format("".ljust(self.columns)))
151 print("+{}+".format("".ljust(self.columns, "-")))
155 print("\033[{}A".format(self.rows + 8), flush=True)
163 print("\033[{}A".format(self.rows_printed))
175 msg = "{} is not in format Wx
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsQuadTests.cpp53 VkFormat format; member
107 string getExtHeader (VkFormat format) in getExtHeader() argument
111 subgroups::getAdditionalExtensionForFormat(format); in getExtHeader()
127 const string fmt = subgroups::getFormatNameForGLSL(caseDef.format); in getTestSrc()
187 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, caseDef.format, *caseDef.geometryPointSizeSupported, getExtHeader(caseDef.format), getTestSrc(caseDef), ""); in initFrameBufferPrograms()
202 const string extHeader = getExtHeader(caseDef.format); in initPrograms()
205 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, caseDef.format, *caseDef.geometryPointSizeSupported, extHeader, testSrc, ""); in initPrograms()
216 if (!subgroups::isFormatSupportedForDevice(context, caseDef.format)) in supportedCheck()
217 TCU_THROW(NotSupportedError, "Device does not support the specified format i in supportedCheck()
435 const VkFormat format = formats[formatIndex]; createSubgroupsQuadTests() local
529 const VkFormat format = formats[formatIndex]; createSubgroupsQuadTests() local
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h126 bool isFormatAsColorTypeRenderable(GrColorType ct, const GrBackendFormat& format,
128 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
129 bool isFormatRenderable(GrGLFormat format, int sampleCount) const { in isFormatRenderable() argument
130 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable()
134 const GrBackendFormat& format) const override {
135 return this->getRenderTargetSampleCount(requestedCount, format.asGLFormat());
139 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override {
140 return this->maxRenderTargetSampleCount(format.asGLFormat());
154 * Gets the internal format to use with glTexImage...() and glTexStorage...(). May be sized or
157 GrGLenum getTexImageOrStorageInternalFormat(GrGLFormat format) cons
772 getFormatInfo(GrGLFormat format) getFormatInfo() argument
[all...]
/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp45 const GrBackendFormat& format, in createTexture()
66 format, in createTexture()
76 format, in createTexture()
93 tempColorType = this->prepareLevels(format, colorType, dimensions, texels, numMipLevels, in createTexture()
100 format, in createTexture()
113 const GrBackendFormat& format, in getExactScratch()
121 format, in getExactScratch()
135 const GrBackendFormat& format, in createTexture()
154 if (!fCaps->validateSurfaceParams(dimensions, format, renderable, renderTargetSampleCnt, in createTexture()
159 auto tex = this->createApproxTexture(dimensions, format, textureTyp in createTexture()
44 createTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrColorType colorType, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrMipmapped mipmapped, GrProtected isProtected, const GrMipLevel texels[]) createTexture() argument
112 getExactScratch(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrMipmapped mipmapped, GrProtected isProtected) getExactScratch() argument
134 createTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrColorType colorType, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, SkBackingFit fit, GrProtected isProtected, const GrMipLevel& mipLevel) createTexture() argument
179 createCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipmapped, GrProtected isProtected, SkData* data) createCompressedTexture() argument
199 createTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, GrMipmapped mipmapped, SkBudgeted budgeted, GrProtected isProtected) createTexture() argument
274 createApproxTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, GrProtected isProtected) createApproxTexture() argument
326 findAndRefScratchTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, GrMipmapped mipmapped, GrProtected isProtected) findAndRefScratchTexture() argument
647 getDiscardableMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, int sampleCnt, GrProtected isProtected, GrMemoryless memoryless) getDiscardableMSAAAttachment() argument
691 makeMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, int sampleCnt, GrProtected isProtected, GrMemoryless memoryless) makeMSAAAttachment() argument
725 refScratchMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, int sampleCnt, GrProtected isProtected, GrMemoryless memoryless) refScratchMSAAAttachment() argument
803 prepareLevels(const GrBackendFormat& format, GrColorType colorType, SkISize baseSize, const GrMipLevel texels[], int mipLevelCount, TempLevels* tempLevels, TempLevelDatas* tempLevelDatas) const prepareLevels() argument
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c34 * On V3D 4.x, we just need to do format conversion for stores such that the
44 v3d_gl_format_is_return_32(enum pipe_format format) in v3d_gl_format_is_return_32() argument
47 util_format_description(format); in v3d_gl_format_is_return_32()
90 enum pipe_format format = nir_intrinsic_format(instr); in v3d_nir_lower_image_store() local
91 assert(format != PIPE_FORMAT_NONE); in v3d_nir_lower_image_store()
93 util_format_description(format); in v3d_nir_lower_image_store()
95 unsigned num_components = util_format_get_nr_components(format); in v3d_nir_lower_image_store()
104 if (format == PIPE_FORMAT_R11G11B10_FLOAT) { in v3d_nir_lower_image_store()
106 } else if (format == PIPE_FORMAT_R9G9B9E5_FLOAT) { in v3d_nir_lower_image_store()
171 enum pipe_format format in v3d_nir_lower_image_load() local
[all...]
/third_party/nghttp2/
H A Dhelp2rst.py79 '''.format(cmdname=cmdname, args=args,
94 sys.stderr.write('warning: argument description is not indented correctly. We need {} spaces as indentation.\n'.format(len(arg_indent)))
95 print('{}'.format(format_arg_text(line[len(arg_indent):])))
120 print('.. describe:: {}'.format(argname))
122 print('{}'.format(format_arg_text(rest.strip())))
130 print('.. describe:: {}'.format(argname))
132 print('{}'.format(format_arg_text(rest.strip())))
142 print('.. option:: {}'.format(argname))
146 print('{}'.format(format_arg_text(rest)))
153 print('{}'.format(subse
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp41 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledBase()
43 : SparseShaderIntrinsicsCaseBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledBase()
62 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledExplicit()
64 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledExplicit()
77 const vk::VkFormat format, in SparseCaseOpImageSparseSampleExplicitLod()
79 : SparseShaderIntrinsicsCaseSampledExplicit (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseCaseOpImageSparseSampleExplicitLod()
96 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledImplicit()
98 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledImplicit()
111 const vk::VkFormat format, in SparseCaseOpImageSparseSampleImplicitLod()
113 : SparseShaderIntrinsicsCaseSampledImplicit (testCtx, name, function, imageType, imageSize, format, operan in SparseCaseOpImageSparseSampleImplicitLod()
36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument
57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument
72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument
91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument
106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument
125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp41 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledBase()
43 : SparseShaderIntrinsicsCaseBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledBase()
62 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledExplicit()
64 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledExplicit()
77 const vk::VkFormat format, in SparseCaseOpImageSparseSampleExplicitLod()
79 : SparseShaderIntrinsicsCaseSampledExplicit (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseCaseOpImageSparseSampleExplicitLod()
96 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledImplicit()
98 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledImplicit()
111 const vk::VkFormat format, in SparseCaseOpImageSparseSampleImplicitLod()
113 : SparseShaderIntrinsicsCaseSampledImplicit (testCtx, name, function, imageType, imageSize, format, operan in SparseCaseOpImageSparseSampleImplicitLod()
36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument
57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument
72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument
91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument
106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument
125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp321 sdf->format(today,fmtOffset, pos); in TestWallyWedel()
409 logln(s + " P> " + fullFmt.format(d, str)); in TestTwoDigitYearDSTParse()
608 logln((UnicodeString)" Result = " + df->format(aug13, buf.remove())); in TestFieldPosition()
614 df->format(aug13, buf, pos); in TestFieldPosition()
629 df->format(aug13, buf, &posIter, status); in TestFieldPosition()
645 dateFormats[0]->format(aug13, buf, NULL, status); in TestFieldPosition()
657 * General parse/format tests. Add test cases as needed.
663 // Milliseconds are left-justified, since they format as fractions of a second in TestGeneral()
702 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected) in tryPat994() argument
708 format in tryPat994()
1017 UnicodeString format; TestBadInput135() local
4556 showParse(DateFormat &format, const UnicodeString &formattedString) showParse() argument
[all...]
/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.cpp142 int32_t CodecClient::Configure(const Format &format) in Configure() argument
148 const_cast<Format &>(format).PutIntValue(Tag::VIDEO_ENCODER_ENABLE_SURFACE_INPUT_CALLBACK, isSetParameterCb); in Configure()
150 int32_t ret = codecProxy_->Configure(format); in Configure()
331 int32_t CodecClient::GetOutputFormat(Format &format) in GetOutputFormat() argument
336 int32_t ret = codecProxy_->GetOutputFormat(format); in GetOutputFormat()
339 converter_->SetFormat(format); in GetOutputFormat()
340 converter_->GetFormat(format); in GetOutputFormat()
342 UpdateFormat(format); in GetOutputFormat()
385 int32_t CodecClient::SetParameter(const Format &format) in SetParameter() argument
390 int32_t ret = codecProxy_->SetParameter(format); in SetParameter()
460 GetInputFormat(Format &format) GetInputFormat() argument
484 UpdateFormat(Format &format) UpdateFormat() argument
526 OnOutputFormatChanged(const Format &format) OnOutputFormatChanged() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DFormat.cpp120 return ComputeFormatIndex(format);
123 // Implementation details of the format table of the DeviceBase
126 // mechanism for webgpu.h. Formats start at 1 because 0 is the undefined format.
127 size_t ComputeFormatIndex(wgpu::TextureFormat format) {
132 return static_cast<size_t>(static_cast<uint32_t>(format) - 1);
142 auto AddFormat = [&table, &formatsSet](Format format) { in BuildFormatTable()
143 size_t index = ComputeFormatIndex(format.format); in BuildFormatTable()
146 // This checks that each format is set at most once, the first part of checking that all in BuildFormatTable()
150 // Vulkan describes bytesPerRow in units of texels. If there's any format fo in BuildFormatTable()
[all...]
/foundation/ai/intelligent_voice_framework/llt/hdt/testcase/intell_voice_utils/
H A Dtest_time_util.cpp24 enum TimeFormat format = TIME_FORMAT_DEFAULT; variable
25 std::string str = TimeUtil::GetCurrTime(format);
28 SECTION("continuous time format") {
29 TimeFormat format = TIME_FORMAT_CONTINOUS; variable
30 str = TimeUtil::GetCurrTime(format);
33 SECTION("standard time format") {
34 TimeFormat format = TIME_FORMAT_STANDARD; variable
35 str = TimeUtil::GetCurrTime(format);
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_format.h34 enum a5xx_vtx_fmt fd5_pipe2vtx(enum pipe_format format);
35 enum a5xx_tex_fmt fd5_pipe2tex(enum pipe_format format);
36 enum a5xx_color_fmt fd5_pipe2color(enum pipe_format format);
37 enum a3xx_color_swap fd5_pipe2swap(enum pipe_format format);
38 enum a5xx_depth_format fd5_pipe2depth(enum pipe_format format);
40 uint32_t fd5_tex_swiz(enum pipe_format format, unsigned swizzle_r,
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.h28 #include "util/format/u_format.h"
33 enum a3xx_vtx_fmt fd3_pipe2vtx(enum pipe_format format);
34 enum a3xx_tex_fmt fd3_pipe2tex(enum pipe_format format);
35 enum a3xx_color_fmt fd3_pipe2color(enum pipe_format format);
36 enum a3xx_color_fmt fd3_fs_output_format(enum pipe_format format);
37 enum a3xx_color_swap fd3_pipe2swap(enum pipe_format format);
39 uint32_t fd3_tex_swiz(enum pipe_format format, unsigned swizzle_r,
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_format.h34 enum a4xx_vtx_fmt fd4_pipe2vtx(enum pipe_format format);
35 enum a4xx_tex_fmt fd4_pipe2tex(enum pipe_format format);
36 enum a4xx_color_fmt fd4_pipe2color(enum pipe_format format);
37 enum a3xx_color_swap fd4_pipe2swap(enum pipe_format format);
38 enum a4xx_depth_format fd4_pipe2depth(enum pipe_format format);
40 uint32_t fd4_tex_swiz(enum pipe_format format, unsigned swizzle_r,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp115 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getImageAspectFlags()
116 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getImageAspectFlags()
117 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getImageAspectFlags()
162 VkFormat format, in createImage()
191 format, in createImage()
212 VkFormat format, in createImageView()
223 format, in createImageView()
243 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in createImage()
257 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format in createImage()
158 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout, TestSeparateUsage separateStencilUsage) createImage() argument
207 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
330 createImageAttachmentView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument
348 createSrcPrimaryInputImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect, TestSeparateUsage testSeparateUsage) createSrcPrimaryInputImageView() argument
371 createSrcSecondaryInputImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect, TestSeparateUsage separateStencilUsage) createSrcSecondaryInputImageView() argument
402 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
444 createMultisampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createMultisampleImages() argument
461 createSingleSampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createSingleSampleImages() argument
491 createImageAttachmentViews(const DeviceInterface& vkd, VkDevice device, const std::vector<VkImageSp>& images, VkFormat format, VkImageAspectFlagBits aspect) createImageAttachmentViews() argument
505 createBuffers(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createBuffers() argument
1237 VkFormat format; global() member
2101 formatToName(VkFormat format) formatToName() argument
[all...]
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_encoder_impl.cpp31 Format format; in CreateByMime() local
33 int32_t ret = CreateByMime(mime, format, impl); in CreateByMime()
44 Format format; in CreateByName() local
46 int32_t ret = CreateByName(name, format, impl); in CreateByName()
54 int32_t VideoEncoderFactory::CreateByMime(const std::string &mime, Format &format, in CreateByMime() argument
59 int32_t ret = impl->Init(AVCODEC_TYPE_VIDEO_ENCODER, true, mime, format); in CreateByMime()
67 int32_t VideoEncoderFactory::CreateByName(const std::string &name, Format &format, in CreateByName() argument
72 int32_t ret = impl->Init(AVCODEC_TYPE_VIDEO_ENCODER, false, name, format); in CreateByName()
80 int32_t AVCodecVideoEncoderImpl::Init(AVCodecType type, bool isMimeType, const std::string &name, Format &format) in Init() argument
87 return codecClient_->Init(type, isMimeType, name, *format in Init()
104 Configure(const Format &format) Configure() argument
208 GetOutputFormat(Format &format) GetOutputFormat() argument
224 SetParameter(const Format &format) SetParameter() argument
267 GetInputFormat(Format &format) GetInputFormat() argument
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h39 #include "unicode/format.h"
69 * NumberFormat helps you to format and parse numbers for any locale.
72 * decimal digits used, or whether the number format is even decimal.
74 * To format a number for the current Locale, use one of the static
88 * nf->format(myNumber, myString);
96 * the format and use it multiple times so that the system doesn't
104 * nf->format(number, myString);
109 * To format a number for a different Locale, specify it in the
120 * Use \c createInstance() to get the normal number format for a \c Locale.
122 * to get the currency number format fo
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java14 package com.ibm.icu.dev.test.format;
64 // Missing digit in millisecond format in SimpleDateFormat
78 logln( "Format = " + aSimpleDF.format(d)); in Test4148168()
89 d = df2.format(someDate); in Test4213086()
98 d = df3.format(someDate); in Test4213086()
108 d = df4.format(someDate); in Test4213086()
118 d = df5.format(someDate); in Test4213086()
131 //DateFormat.format works wrongly?
140 String act_result = tf.format(d); in Test4250359()
166 logln("Format = " + aSimpleDF.format( in Test4253490()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java15 package ohos.global.icu.dev.test.format;
67 // Missing digit in millisecond format in SimpleDateFormat
81 logln( "Format = " + aSimpleDF.format(d)); in Test4148168()
92 d = df2.format(someDate); in Test4213086()
101 d = df3.format(someDate); in Test4213086()
111 d = df4.format(someDate); in Test4213086()
121 d = df5.format(someDate); in Test4213086()
134 //DateFormat.format works wrongly?
143 String act_result = tf.format(d); in Test4250359()
169 logln("Format = " + aSimpleDF.format( in Test4253490()
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumfmt.h39 #include "unicode/format.h"
69 * NumberFormat helps you to format and parse numbers for any locale.
72 * decimal digits used, or whether the number format is even decimal.
74 * To format a number for the current Locale, use one of the static
88 * nf->format(myNumber, myString);
96 * the format and use it multiple times so that the system doesn't
104 * nf->format(number, myString);
109 * To format a number for a different Locale, specify it in the
120 * Use \c createInstance() to get the normal number format for a \c Locale.
122 * to get the currency number format fo
[all...]

Completed in 19 milliseconds

1...<<11121314151617181920>>...374