Home
last modified time | relevance | path

Searched refs:format (Results 3776 - 3800 of 8893) sorted by relevance

1...<<151152153154155156157158159160>>...356

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp116 const VkFormat format = VK_FORMAT_UNDEFINED);
140 void BasicTranscodingTestInstance::generateData (deUint8* toFill, size_t size, const VkFormat format) in generateData() argument
206 Random rnd (static_cast<deUint32>(format)); in generateData()
213 // Remove certain values that may not be preserved based on the uncompressed view format in generateData()
222 // SNORM fix: due to write operation in SNORM format in generateData()
232 // SNORM fix: due to write operation in SNORM format in generateData()
267 VkImageCreateInfo makeCreateImageInfo (const VkFormat format,
273 VkDeviceSize getUncompressedImageData (const VkFormat format,
452 VkImageCreateInfo GraphicsAttachmentsTestInstance::makeCreateImageInfo (const VkFormat format, in makeCreateImageInfo() argument
469 format, // VkForma in makeCreateImageInfo()
497 getUncompressedImageData(const VkFormat format, const UVec3& size, std::vector<deUint8>& data) getUncompressedImageData() argument
823 isFormatUsageFlagSupported(Context& context, const VkFormat format, VkImageUsageFlags formatUsageFlags) const isFormatUsageFlagSupported() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp156 // 8 or 16 bytes before the base, depending on the contribution's format. in dumpDWARFv5StringOffsetsSection()
169 OS << format("0x%8.8" PRIx64 ": Gap, length = ", Offset); in dumpDWARFv5StringOffsetsSection()
172 OS << format("0x%8.8" PRIx64 ": ", ContributionHeader); in dumpDWARFv5StringOffsetsSection()
184 OS << format("0x%8.8" PRIx64 ": ", Offset); in dumpDWARFv5StringOffsetsSection()
187 OS << format("%8.8" PRIx64 " ", StringOffset); in dumpDWARFv5StringOffsetsSection()
190 OS << format("\"%s\"", S); in dumpDWARFv5StringOffsetsSection()
196 OS << format("0x%8.8" PRIx64 ": Gap, length = ", Offset); in dumpDWARFv5StringOffsetsSection()
231 OS << format("0x%8.8" PRIx64 ": ", offset); in dumpStringOffsetsSection()
233 OS << format("%8.8" PRIx64 " ", StringOffset); in dumpStringOffsetsSection()
236 OS << format("\" in dumpStringOffsetsSection()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.h99 GL_DrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
156 GL_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
301 GLenum format,
370 GLenum format,
379 GLenum format,
463 ANGLE_EXPORT void GL_APIENTRY GL_InterleavedArrays(GLenum format,
482 GLenum format,
491 GLenum format,
522 GLenum format,
533 GLenum format,
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp585 PlsFormat format; member
727 // clang-format off in print_help_backend()
736 // clang-format on in print_help_backend()
741 // clang-format off in print_help_glsl()
766 "\t[--pls-in format input-name]:\n\t\tRemaps a subpass input with name into a GL_EXT_pixel_local_storage input.\n" in print_help_glsl()
770 "\t[--pls-out format output-name]:\n\t\tRemaps a color output with name into a GL_EXT_pixel_local_storage output.\n" in print_help_glsl()
785 // clang-format on in print_help_glsl()
790 // clang-format off in print_help_hlsl()
810 // clang-format on in print_help_hlsl()
815 // clang-format of in print_help_msl()
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp560 info.format = VK_FORMAT_R8G8B8A8_UNORM; in ImGui_ImplVulkan_CreateFontsTexture()
591 info.format = VK_FORMAT_R8G8B8A8_UNORM; in ImGui_ImplVulkan_CreateFontsTexture()
806 attribute_desc[0].format = VK_FORMAT_R32G32_SFLOAT; in ImGui_ImplVulkan_CreatePipeline()
810 attribute_desc[1].format = VK_FORMAT_R32G32_SFLOAT; in ImGui_ImplVulkan_CreatePipeline()
814 attribute_desc[2].format = VK_FORMAT_R8G8B8A8_UNORM; in ImGui_ImplVulkan_CreatePipeline()
1106 // Assuming that the default behavior is without setting this bit, there is no need for separate Swapchain image and image view format in ImGui_ImplVulkanH_SelectSurfaceFormat()
1108 // hence we must make sure that a format with the mostly available color space, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR, is found and used. in ImGui_ImplVulkanH_SelectSurfaceFormat()
1115 // First check if only one format, VK_FORMAT_UNDEFINED, is available, which would imply that any format is available in ImGui_ImplVulkanH_SelectSurfaceFormat()
1118 if (avail_format[0].format in ImGui_ImplVulkanH_SelectSurfaceFormat()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBindGroupTests.cpp110 pipelineDescriptor.cTargets[0].format = renderPass.colorFormat; in MakeTestPipeline()
197 textureDescriptor.cTargets[0].format = renderPass.colorFormat; in TEST_P()
273 pipelineDescriptor.cTargets[0].format = renderPass.colorFormat; in TEST_P()
297 descriptor.format = wgpu::TextureFormat::RGBA8Unorm; in TEST_P()
383 textureDescriptor.cTargets[0].format = renderPass.colorFormat; in TEST_P()
1262 pipelineDescriptor.cTargets[0].format = renderPass.colorFormat; in TEST_P()
1400 pipelineDescriptor.cTargets[0].format = renderPass.colorFormat; in TEST_P()
1439 auto CreateTextureWithRedData = [&](wgpu::TextureFormat format, uint32_t value, in TEST_P()
1444 textureDesc.format = format; in TEST_P()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.cpp38 tint::transform::VertexFormat ToTintVertexFormat(wgpu::VertexFormat format) { in ToTintVertexFormat() argument
39 switch (format) { in ToTintVertexFormat()
159 tint::inspector::ResourceBinding::ImageFormat format) { in TintImageFormatToTextureFormat()
160 switch (format) { in TintImageFormatToTextureFormat()
523 ASSERT(layoutInfo.storageTexture.format != wgpu::TextureFormat::Undefined);
524 ASSERT(shaderInfo.storageTexture.format != wgpu::TextureFormat::Undefined);
533 layoutInfo.storageTexture.format != shaderInfo.storageTexture.format,
534 "The layout's binding format (%s) doesn't match the shader's binding "
535 "format (
158 TintImageFormatToTextureFormat( tint::inspector::ResourceBinding::ImageFormat format) TintImageFormatToTextureFormat() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp57 // and operands into a format understandable by the client - in this case, an
317 LLVM_DEBUG(dbgs() << format("Found prefix 0x%hhx", byte)); in readPrefixes()
364 dbgs() << format( in readPrefixes()
395 LLVM_DEBUG(dbgs() << format("Found VEX prefix 0x%hhx 0x%hhx 0x%hhx", in readPrefixes()
428 LLVM_DEBUG(dbgs() << format("Found VEX prefix 0x%hhx 0x%hhx", in readPrefixes()
466 LLVM_DEBUG(dbgs() << format("Found XOP prefix 0x%hhx 0x%hhx 0x%hhx", in readPrefixes()
475 LLVM_DEBUG(dbgs() << format("Found REX prefix 0x%hhx", byte)); in readPrefixes()
876 dbgs() << format("Unhandled mm field for instruction (0x%hhx)", in readOpcode()
893 dbgs() << format("Unhandled m-mmmm field for instruction (0x%hhx)", in readOpcode()
913 dbgs() << format("Unhandle in readOpcode()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp1083 GLenum format; member
1089 if ((first.format != second.format) || (first.data.size() != second.data.size())) in programBinariesEqual()
1106 bool isFormatSupported (const glw::GLenum format) const;
1147 bool ProgramBinaryCase::isFormatSupported (const glw::GLenum format) const in isFormatSupported()
1149 return (std::find(m_formats.begin(), m_formats.end(), format) != m_formats.end()); in isFormatSupported()
1160 GLenum format; in getProgramBinary() local
1165 GLU_CHECK_CALL(glGetProgramBinary(program, (GLsizei)out.data.size(), &actualLength, &format, &(out.data[0]))); in getProgramBinary()
1169 out.format = format; in getProgramBinary()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp496 TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue);
506 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tcu::TextureFormat format) in createTestImage() argument
514 mapTextureFormat(format), in createTestImage()
539 Move<VkImageView> createTestImageView (const DeviceInterface& vkd, VkDevice device, VkImage image, TextureType texType, tcu::TextureFormat format) in createTestImageView() argument
541 const bool isDepthImage = format.order == tcu::TextureFormat::D; in createTestImageView()
549 mapTextureFormat(format), in createTestImageView()
568 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue) in TestImage() argument
569 : m_image (createTestImage (context.getDeviceInterface(), context.getDevice(), texType, format)) in TestImage()
571 , m_imageView (createTestImageView (context.getDeviceInterface(), context.getDevice(), *m_image, texType, format)) in TestImage()
576 const size_t pixelSize = (size_t)format in TestImage()
670 isIntegerFormat(const tcu::TextureFormat& format) isIntegerFormat() argument
[all...]
/third_party/alsa-utils/alsaucm/
H A Dusecase.h33 void dump(struct context *context, const char *format);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatSerialTestData.java11 package ohos.global.icu.dev.test.format;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatSerialTestData.java10 package com.ibm.icu.dev.test.format;
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DFormatUtils.h11 UString MyFormatNew(const UString &format, const UString &argument);
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_common.h46 const struct v3dv_format *format; member
/third_party/musl/src/hilog/linux/
H A Dvsnprintf_s_p.h26 * @param strDest - produce output according to a format ,write to the character string strDest
30 * @param format - format string
36 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist);
/third_party/musl/porting/linux/user/src/hilog/
H A Dvsnprintf_s_p.h26 * @param strDest - produce output according to a format ,write to the character string strDest
30 * @param format - format string
36 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist);
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc.h42 _mesa_get_bptc_fetch_func(mesa_format format);
H A Dtexcompress_astc.h41 mesa_format format);
H A Dtexcompress_s3tc.h48 _mesa_get_dxt_fetch_func(mesa_format format);
H A Dtexcompress_rgtc.h44 _mesa_get_compressed_rgtc_func(mesa_format format);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.h37 GLenum format, GLenum type,
/third_party/mesa3d/src/util/format/
H A Du_format_tests.h47 enum pipe_format format; member
/third_party/libdrm/tests/modetest/
H A Dbuffers.h34 struct bo *bo_create(int fd, unsigned int format,
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.h34 enum pipe_format format) assert_dt;

Completed in 27 milliseconds

1...<<151152153154155156157158159160>>...356