Home
last modified time | relevance | path

Searched defs:format (Results 3651 - 3675 of 4095) sorted by relevance

1...<<141142143144145146147148149150>>...164

/third_party/python/Python/
H A Dpylifecycle.c2828 _Py_FatalErrorFormat(const char *func, const char *format, ...) in _Py_FatalErrorFormat() argument
/third_party/python/Modules/
H A D_testbuffer.c301 pack_from_list(PyObject *obj, PyObject *items, PyObject *format, in pack_from_list() argument
398 PyObject *format = NULL, *mview = NULL, *zero = NULL; in pack_single() local
668 PyObject *format; ndarray_as_list() local
786 get_itemsize(PyObject *format) get_itemsize() argument
801 get_format(PyObject *format) get_format() argument
822 init_simple(ndbuf_t *ndbuf, PyObject *items, PyObject *format, Py_ssize_t itemsize) init_simple() argument
1177 init_ndbuf(PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) init_ndbuf() argument
1264 ndarray_push_base(NDArrayObject *nd, PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) ndarray_push_base() argument
1290 PyObject *format = simple_format; /* struct module specifier: "B" */ ndarray_init() local
1355 PyObject *format = simple_format; /* struct module specifier: "B" */ ndarray_push() local
2237 static char format[ND_MAX_NDIM+1]; ndarray_memoryview_from_buffer() local
[all...]
H A D_struct.c46 char format; member
1470 Struct___init___impl(PyStructObject *self, PyObject *format) Struct___init___impl() argument
2206 PyObject *format, *result; pack() local
2234 PyObject *format, *result; pack_into() local
[all...]
H A D_tracemalloc.c142 tracemalloc_error(const char *format, ...) in tracemalloc_error() argument
/third_party/python/Objects/
H A Dabstract.c527 PyBuffer_SizeFromFormat(const char *format) in PyBuffer_SizeFromFormat() argument
H A Ddescrobject.c54 descr_repr(PyDescrObject *descr, const char *format) in descr_repr() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc281 ErrorPrinter(ErrorFormat format, DiskSourceTree* tree = NULL) in ErrorPrinter() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc1049 GenerateUtf8CheckCode(const FieldDescriptor* field, const Options& options, bool for_parse, const char* parameters, const char* strict_function, const char* verify_function, const Formatter& format) GenerateUtf8CheckCode() argument
1094 GenerateUtf8CheckCodeForString(const FieldDescriptor* field, const Options& options, bool for_parse, const char* parameters, const Formatter& format) GenerateUtf8CheckCodeForString() argument
1103 GenerateUtf8CheckCodeForCord(const FieldDescriptor* field, const Options& options, bool for_parse, const char* parameters, const Formatter& format) GenerateUtf8CheckCodeForCord() argument
[all...]
H A Dcpp_message.cc98 void PrintPresenceCheck(const Formatter& format, const FieldDescriptor* field, in PrintPresenceCheck() argument
781 GenerateSingularFieldHasBits( const FieldDescriptor* field, Formatter format) GenerateSingularFieldHasBits() argument
862 GenerateOneofMemberHasBits(const FieldDescriptor* field, const Formatter& format) GenerateOneofMemberHasBits() argument
907 GenerateFieldClear(const FieldDescriptor* field, bool is_inline, Formatter format) GenerateFieldClear() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c1215 pa_format_info *format; in read_formats() local
1400 pa_format_info *format = pa_format_info_new(); sink_input_info_cb() local
1697 pa_format_info *format = pa_format_info_new(); create_stream_callback() local
[all...]
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp96 static bool has_alpha_channel(YUVFormat format) { in has_alpha_channel() argument
114 YUVAPlanarConfig(YUVFormat format, bool opaque, SkEncodedOrigin origin) : fOrigin(origin) { in YUVAPlanarConfig() argument
836 auto format = static_cast<YUVFormat>(f); in createImages() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp465 void TextLine::format(TextAlign align, SkScalar maxWidth, EllipsisModal ellipsisModal) { function in skia::textlayout::TextLine
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp757 const GrBackendFormat& format = backendTexture.getBackendFormat(); in onGenerateTexture() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp300 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const TextureFormat& format) in DrawBufferInfo() argument
415 const TextureFormat& format = drawBuffer.getFormat(); in genRenderbuffers() local
433 const TextureFormat& format = drawBuffer.getFormat(); in genRenderbuffers() local
308 clearRenderbuffer(const glw::Functions& gl, const tcu::TextureFormat& format, int renderbufferNdx, int renderbufferCount, tcu::TextureLevel& refRenderbuffer) clearRenderbuffer() argument
484 verifyRenderbuffer(TestLog& log, tcu::ResultCollector& results, const tcu::TextureFormat& format, int renderbufferNdx, const tcu::TextureLevel& refRenderbuffer, const tcu::TextureLevel& result) verifyRenderbuffer() argument
536 getReadPixelFormat(const TextureFormat& format) getReadPixelFormat() argument
577 const TextureFormat format = refRenderbuffer.getFormat(); verifyRenderbuffers() local
918 const TextureFormat& format = drawBuffer.getFormat(); genFragmentSource() local
951 const TextureFormat& format = drawBuffer.getFormat(); genFragmentSource() local
[all...]
H A Des3fFragmentOutputTests.cpp87 deUint32 format; member
470 tcu::TextureFormat format; //!< Actual format of attachment. member
882 const tcu::TextureFormat& format = attachments[attachNdx].format; iterate() local
[all...]
H A Des3fShaderApiTests.cpp1083 GLenum format; member
1160 GLenum format; in getProgramBinary() local
[all...]
H A Des3fTextureMipmapTests.cpp817 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height) in Texture2DGenMipmapCase() argument
166 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) Texture2DMipmapCase() argument
513 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) TextureCubeMipmapCase() argument
950 TextureCubeGenMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size) TextureCubeGenMipmapCase() argument
1117 Texture3DMipmapCase(Context& context, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 format, int width, int height, int depth) Texture3DMipmapCase() argument
1463 const deUint32 format = GL_RGBA8; init() local
1763 const deUint32 format = GL_RGBA8; init() local
2082 const deUint32 format = GL_RGBA8; init() local
2406 deUint32 format; init() member
[all...]
H A Des3fTextureSpecificationTests.cpp265 Texture2DSpecCase::Texture2DSpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int numLevels) in Texture2DSpecCase() argument
349 TextureCubeSpecCase::TextureCubeSpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int size, int numLevels) in TextureCubeSpecCase() argument
448 Texture2DArraySpecCase(Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int numLayers, int numLevels) Texture2DArraySpecCase() argument
548 Texture3DSpecCase(Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int depth, int numLevels) Texture3DSpecCase() argument
637 BasicTexImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) BasicTexImage2DCase() argument
692 BasicTexImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size) BasicTexImageCubeCase() argument
829 RandomOrderTexImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) RandomOrderTexImage2DCase() argument
889 RandomOrderTexImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size) RandomOrderTexImageCubeCase() argument
952 TexImage2DAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height, int numLevels, int alignment) TexImage2DAlignCase() argument
1009 TexImageCubeAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size, int numLevels, int alignment) TexImageCubeAlignCase() argument
1194 BasicTexSubImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) BasicTexSubImage2DCase() argument
1269 BasicTexSubImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size) BasicTexSubImageCubeCase() argument
1495 TexSubImage2DEmptyTexCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) TexSubImage2DEmptyTexCase() argument
1558 TexSubImageCubeEmptyTexCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size) TexSubImageCubeEmptyTexCase() argument
1625 TexSubImage2DAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height, int subX, int subY, int subW, int subH, int alignment) TexSubImage2DAlignCase() argument
1693 TexSubImageCubeAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size, int subX, int subY, int subW, int subH, int alignment) TexSubImageCubeAlignCase() argument
1965 BasicCopyTexSubImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) BasicCopyTexSubImage2DCase() argument
2040 BasicCopyTexSubImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size) BasicCopyTexSubImageCubeCase() argument
3500 deUint32 format; init() member
3592 deUint32 format = colorFormats[formatNdx].internalFormat; init() local
3679 deUint32 format; init() member
3723 deUint32 format; init() member
3743 const deUint32 format = colorFormats[formatNdx].internalFormat; init() local
3809 deUint32 format = colorFormats[formatNdx].internalFormat; init() local
3826 deUint32 format = unsizedFormats[formatNdx].format; init() local
3893 deUint32 format; init() member
3944 deUint32 format; init() member
4084 deUint32 format = colorFormats[formatNdx].internalFormat; init() local
4105 deUint32 format; init() member
4156 deUint32 format; init() member
4181 const deUint32 format = colorFormats[formatNdx].internalFormat; init() local
4256 deUint32 format = colorFormats[formatNdx].internalFormat; init() local
4273 deUint32 format; init() member
4335 deUint32 format; init() member
4535 const deUint32 format = GL_RGBA8; init() local
4546 const deUint32 format = GL_RGBA8; init() local
4637 const deUint32 format = GL_RGBA8; init() local
4649 const deUint32 format = GL_RGBA8; init() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp854 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& format) in getSamplerType() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp363 static bool isTextureFormatColorRenderable (const glu::RenderContext& renderCtx, const glu::TransferFormat& format) in isTextureFormatColorRenderable() argument
441 const glu::TransferFormat format = getRenderableColorTextureFormat(getRenderContext()); in initStorage() local
452 isRenderbufferFormatColorRenderable(const glu::RenderContext& renderCtx, const deUint32 format) isRenderbufferFormatColorRenderable() argument
528 const deUint32 format = getRenderableColorRenderbufferFormat(getRenderContext()); initStorage() local
[all...]
H A DglsLongStressCase.cpp125 static inline int computePixelStore (const TextureFormat& format) in computePixelStore() argument
515 const TextureFormat& format = src.getFormat(); in setData() local
562 const TextureFormat& format = src.getFormat(); setSubData() local
1143 const TextureFormat format = glu::mapGLTransferFormat(spec.format, spec.dataType); init() local
[all...]
H A DglsShaderExecUtil.cpp631 const deUint32 format = glu::getInternalFormat(getRenderbufferFormatForOutput(output.varType, useIntOutputs)); in execute() local
668 const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, useIntOutputs); in execute() local
/third_party/vk-gl-cts/modules/internal/
H A DditTextureFormatTests.cpp1222 TextureFormat getBaseFormat (TextureFormat format) in getBaseFormat() argument
1236 ConstPixelBufferAccess getInputAccess (TextureFormat format) in getInputAccess() argument
1252 getRawReference(TextureFormat format) getRawReference() argument
1258 getRawReference(TextureFormat format) getRawReference() argument
1264 getRawReference(TextureFormat format) getRawReference() argument
1407 getCaseName(TextureFormat format) getCaseName() argument
1419 TextureFormatCase(tcu::TestContext& testCtx, TextureFormat format) TextureFormatCase() argument
1532 ColorFormatCase(tcu::TestContext& testCtx, TextureFormat format) ColorFormatCase() argument
1567 DepthFormatCase(tcu::TestContext& testCtx, TextureFormat format) DepthFormatCase() argument
1605 StencilFormatCase(tcu::TestContext& testCtx, TextureFormat format) StencilFormatCase() argument
1643 DepthStencilFormatCase(tcu::TestContext& testCtx, TextureFormat format) DepthStencilFormatCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp88 ImageAspectTestMode getImageAspectTestMode (const VkFormat format) in getImageAspectTestMode() argument
203 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture() argument
257 getAspectFlags(tcu::TextureFormat format) getAspectFlags() argument
269 getAspectFlags(VkFormat format) getAspectFlags() argument
277 getSizeCompatibleTcuTextureFormat(VkFormat format) getSizeCompatibleTcuTextureFormat() argument
286 getFormatCaseName(const VkFormat format) getFormatCaseName() argument
1777 getGlslTextureType(const tcu::TextureFormat& format, VkImageViewType type) getGlslTextureType() argument
1839 getGlslSampler(const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount) getGlslSampler() argument
1860 const tcu::TextureFormat format = (isCompressedFormat(m_imageFormat)) ? tcu::getUncompressedFormat(mapVkCompressedFormat(vkFormat)) initPrograms() local
2191 getGlslSamplerType(const tcu::TextureFormat& format, SamplerViewType type) getGlslSamplerType() argument
2362 const VkFormat format = formats[formatNdx]; createAttachmentFeedbackLoopLayoutSamplerTests() local
[all...]
H A DvktPipelineBlendTests.cpp68 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedBlendFormat() argument
885 float getNormChannelThreshold (const tcu::TextureFormat& format, int numBits) in getNormChannelThreshold() argument
899 getFormatThreshold(const tcu::TextureFormat& format) getFormatThreshold() argument
2081 getFormatCaseName(VkFormat format) getFormatCaseName() argument
2153 const VkFormat format = blendFormats[formatNdx]; createBlendTests() local
2249 const auto& format = clampFormats[formatIdx]; createBlendTests() local
[all...]

Completed in 94 milliseconds

1...<<141142143144145146147148149150>>...164