Home
last modified time | relevance | path

Searched refs:format (Results 7301 - 7325 of 9092) sorted by relevance

1...<<291292293294295296297298299300>>...364

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp1447 // Initialize the format table. in initialize()
2876 // When creating a surface with the format GL_RGB8, override the format to be GL_RGBA8, since in initFeatures()
3083 // These functions look at the mandatory format for support, and fallback to querying the device (if
3188 // Otherwise query the format features and cache it. in getFormatFeatureBits()
3611 VkFormat format, in getFormatDescriptorCountForVkFormat()
3614 if (mVkFormatDescriptorCountMap.count(format) == 0) in getFormatDescriptorCountForVkFormat()
3620 imageFormatInfo.format = format; in getFormatDescriptorCountForVkFormat()
3639 mVkFormatDescriptorCountMap[format] in getFormatDescriptorCountForVkFormat()
3610 getFormatDescriptorCountForVkFormat(ContextVk *contextVk, VkFormat format, uint32_t *descriptorCountOut) getFormatDescriptorCountForVkFormat() argument
3648 getFormatDescriptorCountForExternalFormat(ContextVk *contextVk, uint64_t format, uint32_t *descriptorCountOut) getFormatDescriptorCountForExternalFormat() argument
[all...]
H A DUtilsVk.cpp165 uint32_t GetImageClearFlags(const angle::Format &format, uint32_t attachmentIndex, bool clearDepth) in GetImageClearFlags() argument
178 if (format.isSint()) in GetImageClearFlags()
182 else if (format.isUint()) in GetImageClearFlags()
199 uint32_t GetFormatFlags(const angle::Format &format, in GetFormatFlags() argument
204 if (format.isSint()) in GetFormatFlags()
208 if (format.isUint()) in GetFormatFlags()
321 const angle::Format &format = colorSrc[attachmentIndex]->getIntendedFormat(); in GetUnresolveFlags() local
324 if (format.isSint()) in GetUnresolveFlags()
328 else if (format.isUint()) in GetUnresolveFlags()
361 // Red can never be introduced due to format emulatio in GetFormatDefaultChannelMask()
[all...]
/third_party/python/Lib/test/
H A Dtest_httplib.py190 'Header Content-Length incorrect on {}'.format(method)
206 'Header Content-Length set for empty body on {}'.format(method)
219 'Header Content-Length incorrect on {}'.format(method)
230 'Header Content-Length incorrect on {}'.format(method)
604 'URI not available in preferred format')
622 'Entity body in unsupported format')
1777 ).format(version, header)
2241 response_text = 'HTTP/1.0 200 OK\r\n{}\r\n\r\n'.format(expected_header)
2250 self.assertIn('header: {}'.format(expected_header), lines)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp1687 Move<vk::VkImage> createImage2D (Context& context, deUint32 width, deUint32 height, vk::VkFormat format, vk::VkImageTiling tiling, vk::VkImageUsageFlags usageFlags) in createImage2D() argument
1696 format, // VkFormat format in createImage2D()
1734 Move<vk::VkImageView> createAttachmentView (Context& context, vk::VkImage image, vk::VkFormat format) in createAttachmentView() argument
1743 format, // format in createAttachmentView()
1798 vk::Move<VkRenderPass> createRenderPass (vk::VkFormat format) const;
2093 vk::Move<VkRenderPass> UniformBlockCaseInstance::createRenderPass (vk::VkFormat format) const in createRenderPass()
2098 return vk::makeRenderPass(vk, vkDevice, format); in createRenderPass()
/third_party/backends/backend/
H A Dmicrotek.c162 static void MDBG_INIT(const char *format, ...) in MDBG_INIT() argument
165 va_start(ap, format); in MDBG_INIT()
166 vsnprintf(_mdebug_string, MAX_MDBG_LENGTH, format, ap); in MDBG_INIT()
170 static void MDBG_ADD(const char *format, ...) in MDBG_ADD() argument
174 va_start(ap, format); in MDBG_ADD()
175 vsnprintf(_mdebug_string+len, MAX_MDBG_LENGTH-len, format, ap); in MDBG_ADD()
1633 /* Slide format, size is mm */ in parse_inquiry()
1642 /* Slide format, size is mm */ in parse_inquiry()
1647 /* Undefined document format code */ in parse_inquiry()
1804 DBG(1, "Response data format in dump_inquiry()
[all...]
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3110 GetFmaskBpp(pIn->numSamples, pIn->numFrags) : GetElemLib()->GetBitsPerPixel(pIn->format);
3223 const BOOL_32 isBc = ElemLib::IsBlockCompressed(pIn->format);
3294 const BOOL_32 isBc = ElemLib::IsBlockCompressed(pIn->format);
3295 const BOOL_32 is422 = ElemLib::IsMacroPixelPacked(pIn->format);
3466 // Set format to INVALID will skip this conversion
3467 if (pIn->format != ADDR_FMT_INVALID)
3475 bpp = pElemLib->GetBitsPerPixel(pIn->format,
3503 localIn.format = pIn->format;
3606 if (pIn->format
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp3190 << format("SegmentOffset=0x%06X", SegmentOffset) in moveNext()
3213 << format("SegmentOffset=0x%06X", in moveNext()
3240 << format("SegmentOffset=0x%06X", in moveNext()
3263 << format("SegmentOffset=0x%06X", SegmentOffset) in moveNext()
3295 << format("SegmentOffset=0x%06X", SegmentOffset) in moveNext()
3324 << format("SegmentOffset=0x%06X", SegmentOffset) in moveNext()
3367 << format("SegmentOffset=0x%06X", SegmentOffset) in moveNext()
3675 << format("SegmentOffset=0x%06X", SegmentOffset) in moveNext()
3698 << format("SegmentOffset=0x%06X", in moveNext()
3731 << format("SegmentOffse in moveNext()
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp44 Camera_Format format = (Camera_Format)CAMERA_FORMAT_JPEG; in CreatePhotoOutput() local
51 format = OutputCapability->photoProfiles[0]->format; in CreatePhotoOutput()
58 .format = format, in CreatePhotoOutput()
78 Camera_Format format = (Camera_Format)CAMERA_FORMAT_RGBA_8888; in CreatePreviewOutput() local
85 format = OutputCapability->previewProfiles[0]->format; in CreatePreviewOutput()
92 .format = format, in CreatePreviewOutput()
115 Camera_Format format = (Camera_Format)CAMERA_FORMAT_RGBA_8888; CreateVideoOutput() local
[all...]
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h187 typedef void (GL_APIENTRYP PFNGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
193 GL_APICALL void GL_APIENTRY glReadnPixelsKHR (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
600 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
601 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
604 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
607 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
608 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
611 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
1173 typedef void (GL_APIENTRYP PFNGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
1174 typedef void (GL_APIENTRYP PFNGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h168 typedef void (GL_APIENTRYP PFNGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
174 GL_APICALL void GL_APIENTRY glReadnPixelsKHR (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
581 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
582 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
585 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
588 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
589 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
592 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
1166 typedef void (GL_APIENTRYP PFNGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
1167 typedef void (GL_APIENTRYP PFNGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h187 typedef void (GL_APIENTRYP PFNGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
193 GL_APICALL void GL_APIENTRY glReadnPixelsKHR (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
584 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
585 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
588 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
591 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
592 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
595 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
1141 typedef void (GL_APIENTRYP PFNGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
1142 typedef void (GL_APIENTRYP PFNGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h187 typedef void (GL_APIENTRYP PFNGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
193 GL_APICALL void GL_APIENTRY glReadnPixelsKHR (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
584 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
585 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
588 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
591 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
592 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
595 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
1141 typedef void (GL_APIENTRYP PFNGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
1142 typedef void (GL_APIENTRYP PFNGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h168 typedef void (GL_APIENTRYP PFNGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
174 GL_APICALL void GL_APIENTRY glReadnPixelsKHR (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
581 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
582 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
585 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
588 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
589 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
592 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
1159 typedef void (GL_APIENTRYP PFNGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
1160 typedef void (GL_APIENTRYP PFNGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp78 // If args is empty or invalid format, use default: image/png
151 RSBitmapFormat format { RSColorType::COLORTYPE_RGBA_8888, RSAlphaType::ALPHATYPE_OPAQUE }; in RosenRenderOffscreenCanvas()
152 bitmap_.Build(width, height, format); in RosenRenderOffscreenCanvas()
153 cacheBitmap_.Build(width, height, format); in RosenRenderOffscreenCanvas()
456 RSBitmapFormat format { RSColorType::COLORTYPE_BGRA_8888, RSAlphaType::ALPHATYPE_OPAQUE }; in PutImageData()
457 bitmap.Build(imageData.dirtyWidth, imageData.dirtyHeight, format); in PutImageData()
922 RSBitmapFormat format { RSColorType::COLORTYPE_BGRA_8888, RSAlphaType::ALPHATYPE_OPAQUE }; in GetImageData()
931 tempCache.Build(width, height, format); in GetImageData()
2636 RSBitmapFormat format { RSColorType::COLORTYPE_RGBA_8888, RSAlphaType::ALPHATYPE_OPAQUE }; in UpdateTextStyleForeground()
2639 bitmap.Build(width_, height_, format); in UpdateTextStyleForeground()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp90 resolveDesc.format = BASE_NS::Format::BASE_FORMAT_R8G8B8A8_SRGB; in GetColorImageDesc()
107 resolveDesc.format = BASE_NS::Format::BASE_FORMAT_D16_UNORM; in GetDepthImageDesc()
1226 // Note: assuming that the name is the image uri. Ignore the name if not in uri format. in GetRenderHandleUri()
1295 // Note: assuming that the name is the image uri. Ignore the name if not in uri format. in GetEntityUri()
2400 Format format = BASE_FORMAT_UNDEFINED; variable
2402 format = BASE_FORMAT_R32G32_SFLOAT; in onstexpr()
2404 format = BASE_FORMAT_R32G32B32_SFLOAT;
2406 format = BASE_FORMAT_R32G32B32A32_SFLOAT; in onstexpr()
2408 format = BASE_FORMAT_R16_UINT;
2410 format in onstexpr()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java226 logln(String.format( in TestSpaces()
230 logln(String.format( in TestSpaces()
241 logln(String.format( in TestSpaces()
245 logln(String.format( in TestSpaces()
824 errln(String.format("error in UnicodeData.txt: syntax error in U+%04x decomposition field", ch)); in TestUnicodeData()
829 String.format("error: UCharacter.getIntPropertyValue(U+%04x, UProperty.DECOMPOSITION_TYPE) is wrong", ch), in TestUnicodeData()
834 String.format("error: nfkc.getRawDecomposition(U+%04x) is wrong", ch), in TestUnicodeData()
842 String.format("error: nfc.getRawDecomposition(U+%04x) is wrong", ch), in TestUnicodeData()
851 String.format( in TestUnicodeData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java223 logln(String.format( in TestSpaces()
227 logln(String.format( in TestSpaces()
238 logln(String.format( in TestSpaces()
242 logln(String.format( in TestSpaces()
821 errln(String.format("error in UnicodeData.txt: syntax error in U+%04x decomposition field", ch)); in TestUnicodeData()
826 String.format("error: UCharacter.getIntPropertyValue(U+%04x, UProperty.DECOMPOSITION_TYPE) is wrong", ch), in TestUnicodeData()
831 String.format("error: nfkc.getRawDecomposition(U+%04x) is wrong", ch), in TestUnicodeData()
839 String.format("error: nfc.getRawDecomposition(U+%04x) is wrong", ch), in TestUnicodeData()
848 String.format( in TestUnicodeData()
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp290 if (instr->format != Format::VOP1 && instr->format != Format::SOP1 && in should_rematerialize()
291 instr->format != Format::PSEUDO && instr->format != Format::SOPK) in should_rematerialize()
322 assert((instr->format != Format::PSEUDO || instr->opcode == aco_opcode::p_create_vector || in do_reload()
330 instr->opcode, instr->format, instr->operands.size(), instr->definitions.size())); in do_reload()
333 instr->opcode, instr->format, instr->operands.size(), instr->definitions.size())); in do_reload()
336 instr->opcode, instr->format, instr->operands.size(), instr->definitions.size())); in do_reload()
339 instr->opcode, instr->format, instr->operands.size(), instr->definitions.size())); in do_reload()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h170 Register rhs, VectorFormat format) { in EmitSimdShift()
173 DCHECK_EQ(dst.LaneCount(), LaneCountFromFormat(format)); in EmitSimdShift()
176 VRegister tmp = temps.AcquireV(format); in EmitSimdShift()
178 int mask = LaneSizeInBitsFromFormat(format) - 1; in EmitSimdShift()
193 template <VectorFormat format, ShiftSign sign>
197 int mask = LaneSizeInBitsFromFormat(format) - 1; in EmitSimdShiftRightImmediate()
225 LiftoffRegister src, VectorFormat format) { in EmitAllTrue()
227 VRegister temp = scope.AcquireV(ScalarFormatFromFormat(format)); in EmitAllTrue()
228 assm->Uminv(temp, VRegister::Create(src.fp().code(), format)); in EmitAllTrue()
169 EmitSimdShift(LiftoffAssembler* assm, VRegister dst, VRegister lhs, Register rhs, VectorFormat format) EmitSimdShift() argument
224 EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, VectorFormat format) EmitAllTrue() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp215 VkImageCreateInfo makeColorImageCreateInfo (const VkFormat format, const deUint32 width, const deUint32 height)
224 format, // VkFormat format;
240 VkImageViewCreateInfo makeImageViewCreateInfo (VkImage image, VkFormat format, VkImageAspectFlags aspectMask)
264 format, // VkFormat format;
272 VkImageCreateInfo makeDepthImageCreateInfo (const VkFormat format, const deUint32 width, const deUint32 height)
281 format, // VkFormat format;
381 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format;
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp327 GLenum format, in CaptureCompressedTexSubImage3D()
341 paramBuffer.addEnumParam("format", GLenumGroup::PixelFormat, ParamType::TGLenum, format); in CaptureCompressedTexSubImage3D()
349 yoffset, zoffset, width, height, depth, format, in CaptureCompressedTexSubImage3D()
2031 GLenum format, in CaptureTexImage3D()
2044 paramBuffer.addEnumParam("format", GLenumGroup::PixelFormat, ParamType::TGLenum, format); in CaptureTexImage3D()
2052 height, depth, border, format, type, pixels, &pixelsParam); in CaptureTexImage3D()
2118 GLenum format, in CaptureTexSubImage3D()
2132 paramBuffer.addEnumParam("format", GLenumGrou in CaptureTexSubImage3D()
317 CaptureCompressedTexSubImage3D(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) CaptureCompressedTexSubImage3D() argument
2022 CaptureTexImage3D(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) CaptureTexImage3D() argument
2108 CaptureTexSubImage3D(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) CaptureTexSubImage3D() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp140 const InternalFormat *info = texture->getTextureState().getImageDesc(target, level).format.info; in QueryTexLevelParameterBase()
613 *params = CastFromGLintStateValue<ParamType>(pname, attrib.format->channelCount); in QueryVertexAttribBase()
620 pname, gl::ToGLenum(attrib.format->vertexAttribType)); in QueryVertexAttribBase()
624 CastFromStateValue<ParamType>(pname, static_cast<GLint>(attrib.format->isNorm())); in QueryVertexAttribBase()
633 *params = CastFromGLintStateValue<ParamType>(pname, attrib.format->isPureInt()); in QueryVertexAttribBase()
1415 // Special case the WebGL 1 DEPTH_STENCIL format. in QueryRenderbufferiv()
1644 void QueryInternalFormativ(const TextureCaps &format, GLenum pname, GLsizei bufSize, GLint *params) in QueryInternalFormativ() argument
1651 *params = clampCast<GLint>(format.sampleCounts.size()); in QueryInternalFormativ()
1657 size_t returnCount = std::min<size_t>(bufSize, format.sampleCounts.size()); in QueryInternalFormativ()
1658 auto sampleReverseIt = format in QueryInternalFormativ()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp209 VkImageCreateInfo makeColorImageCreateInfo (const VkFormat format, const deUint32 width, const deUint32 height)
218 format, // VkFormat format;
234 VkImageViewCreateInfo makeImageViewCreateInfo (VkImage image, VkFormat format, VkImageAspectFlags aspectMask)
258 format, // VkFormat format;
266 VkImageCreateInfo makeDepthImageCreateInfo (const VkFormat format, const deUint32 width, const deUint32 height)
275 format, // VkFormat format;
375 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format;
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2866 VkFormat format; member
2876 VkFormat format; member
2910 VkFormat format; member
2973 VkFormat format; member
3240 VkFormat format; member
3422 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceFormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
3423 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties);
3451 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceSparseImageFormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t* pPropertyCount, VkSparseImageFormatProperties* pProperties);
3577 VkFormat format,
3582 VkFormat format,
4730 VkFormat format; global() member
4758 VkFormat format; global() member
4860 VkFormat format; global() member
5484 VkFormat format; global() member
6037 VkFormat format; global() member
7766 VkPipelineExecutableStatisticFormatKHR format; global() member
11781 VkFormat format; global() member
12091 VkFormat format; global() member
[all...]
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp66 .format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888,
75 .format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888,
84 .format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888,
93 .format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888,
1195 inputCfg.format = pixelFormat; in CreateSurfaceBuffer()

Completed in 142 milliseconds

1...<<291292293294295296297298299300>>...364