Home
last modified time | relevance | path

Searched refs:format (Results 12151 - 12175 of 12960) sorted by relevance

1...<<481482483484485486487488489490>>...519

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp171 VkFormat format, in createImage2DAndBindMemory()
188 format, // VkFormat format; in createImage2DAndBindMemory()
582 m_colorFormat, // VkFormat format;
602 m_depthFormat, // VkFormat format;
706 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in preparePipelineWrapper()
712 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in preparePipelineWrapper()
170 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
H A DvktPipelineExtendedDynamicStateTests.cpp198 vk::VkVertexInputAttributeDescription2EXT makeVertexInputAttributeDescription2EXT (deUint32 location, deUint32 binding, vk::VkFormat format, deUint32 offset) in makeVertexInputAttributeDescription2EXT() argument
203 desc.format = format; in makeVertexInputAttributeDescription2EXT()
2151 // Returns the appropriate color image format for the test.
2154 // Pick int color format when testing logic op dynamic states. in colorFormat()
2158 // Pick special color format for coverage to color. in colorFormat()
2410 vk::VkImageCreateInfo makeImageCreateInfo (vk::VkFormat format, vk::VkExtent3D extent, vk::VkSampleCountFlagBits sampleCount, vk::VkImageUsageFlags usage, vk::VkImageCreateFlags createFlags) in makeImageCreateInfo() argument
2418 format, // VkFormat format; in makeImageCreateInfo()
2570 // Check color image format suppor in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp195 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
203 format, // VkFormat format; in makeImageCreateInfo()
485 VK_FORMAT_R32G32B32_SFLOAT, // VkFormat format; in initConfiguration()
H A DvktRayQueryTraversalControlTests.cpp155 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
163 format, // VkFormat format; in makeImageCreateInfo()
404 VK_FORMAT_R32G32B32_SFLOAT, // VkFormat format; in initConfiguration()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp158 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
166 format, // VkFormat format; in makeImageCreateInfo()
H A DvktRayTracingTraceRaysTests.cpp127 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
135 format, // VkFormat format; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1248 // Lowp and mediump cases use RGBA16F format, while highp uses RGBA32F. in TextureDerivateCaseInstance()
1251 const tcu::TextureFormat format = glu::mapGLInternalFormat(m_definitions.precision == glu::PRECISION_HIGHP ? GL_RGBA32F : GL_RGBA16F); in TextureDerivateCaseInstance() local
1253 texture = de::MovePtr<tcu::Texture2D>(new tcu::Texture2D(format, viewportSize.x(), viewportSize.y())); in TextureDerivateCaseInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp261 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const IVec2& size, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
269 format, // VkFormat format; in makeImageCreateInfo()
304 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp1169 static DXGI_FORMAT getDxgiFormat (vk::VkFormat format) in getDxgiFormat() argument
1171 switch (format) in getDxgiFormat()
1188 TCU_CHECK_INTERNAL(!"Unsupported DXGI format"); in getDxgiFormat()
1593 log << TestLog::Message << "External image format properties: " << imageFormatInfo << "\n"<< externalProperties << TestLog::EndMessage; in Win32KeyedMutexTestInstance()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp861 VULKAN_HPP_HASH_COMBINE( seed, micromapUsageEXT.format );
964 VULKAN_HPP_HASH_COMBINE( seed, androidHardwareBufferFormatProperties2ANDROID.format );
987 VULKAN_HPP_HASH_COMBINE( seed, androidHardwareBufferFormatPropertiesANDROID.format );
1095 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.format );
1116 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.format );
2047 VULKAN_HPP_HASH_COMBINE( seed, bufferViewCreateInfo.format );
3222 VULKAN_HPP_HASH_COMBINE( seed, descriptorAddressInfoEXT.format );
3891 VULKAN_HPP_HASH_COMBINE( seed, imageCreateInfo.format );
5269 VULKAN_HPP_HASH_COMBINE( seed, vertexInputAttributeDescription.format );
6026 VULKAN_HPP_HASH_COMBINE( seed, imageViewCreateInfo.format );
[all...]
H A Dvulkan_structs.hpp3541 , format( format_ ) in format() function
3573 format = format_;
3596 return std::tie( count, subdivisionLevel, format );
3608 return ( count == rhs.count ) && ( subdivisionLevel == rhs.subdivisionLevel ) && ( format == rhs.format );
3621 uint32_t format = {}; member
4867 , format( format_ )
4924 format,
4943 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( format == rhs.format )
4959 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
5087 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
5781 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
5956 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
13363 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
23529 , format( format_ ) format() function
23624 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
29542 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
39778 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
46046 VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined; global() member
[all...]
H A Dvulkan.hpp1049 vkGetPhysicalDeviceFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties * pFormatProperties ) const VULKAN_HPP_NOEXCEPT
1051 return ::vkGetPhysicalDeviceFormatProperties( physicalDevice, format, pFormatProperties );
1055 VkFormat format,
1062 return ::vkGetPhysicalDeviceImageFormatProperties( physicalDevice, format, type, tiling, usage, flags, pImageFormatProperties );
1219 VkFormat format,
1227 return ::vkGetPhysicalDeviceSparseImageFormatProperties( physicalDevice, format, type, samples, usage, tiling, pPropertyCount, pProperties );
2039 VkFormat format,
2042 return ::vkGetPhysicalDeviceFormatProperties2( physicalDevice, format, pFormatProperties );
3021 VkFormat format,
3030 physicalDevice, format, typ
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display.c555 unsigned int cpp = fb->format->cpp[color_plane]; in intel_fb_xy_to_linear()
4964 const char *name, const char *format, ...) in pipe_config_mismatch()
4970 va_start(args, format); in pipe_config_mismatch()
4971 vaf.fmt = format; in pipe_config_mismatch()
6051 if (new_plane_state->hw.fb->format->num_planes > 1) { in intel_async_flip_check_hw()
6074 if (old_plane_state->hw.fb->format != in intel_async_flip_check_hw()
6075 new_plane_state->hw.fb->format) { in intel_async_flip_check_hw()
6077 "[PLANE:%d:%s] Pixel format cannot be changed in async flip\n", in intel_async_flip_check_hw()
6946 * (in surface type specific float/int format provided by the fb user) in intel_atomic_prepare_plane_clear_colors()
4963 pipe_config_mismatch(bool fastset, const struct intel_crtc *crtc, const char *name, const char *format, ...) pipe_config_mismatch() argument
/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c857 int code_counterA; /**< 8-bit format packet */
859 int code_counterB; /**< 16-bit format packet, 8-bit code, 8-bit XOR of code */
967 int disable_autoconvert; /**< disable any format conversion or resampling in the filter graph */
973 * or format changes. If found, warnings are issued and bad_config
988 { "disable_autoconvert", "Disable any format conversion or resampling in the filter graph.",
1551 out->format = outlink->format; // is this needed? in filter_frame()
1554 switch (inlink->format) { in filter_frame()
1705 av_log(ctx, AV_LOG_VERBOSE, "Disabling automatic format conversion.\n"); in init()
1719 if ((inlink->format in config_input()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c209 enum a6xx_depth_format fmt = tu6_pipe2depth(attachment->format); in tu6_emit_zs()
213 if (attachment->format == VK_FORMAT_D32_SFLOAT_S8_UINT) in tu6_emit_zs()
225 if (attachment->format == VK_FORMAT_D32_SFLOAT_S8_UINT || in tu6_emit_zs()
226 attachment->format == VK_FORMAT_S8_UINT) { in tu6_emit_zs()
230 if (attachment->format == VK_FORMAT_D32_SFLOAT_S8_UINT) { in tu6_emit_zs()
262 * some attachments that are UNUSED here. Setting the format to 0 in tu6_emit_mrt()
1147 if (i % 2 == 1 && att->format == VK_FORMAT_D24_UNORM_S8_UINT) { in tu_emit_input_attachments()
1173 if (i % 2 == 1 && att->format == VK_FORMAT_D32_SFLOAT_S8_UINT) { in tu_emit_input_attachments()
3219 * the same base address, same format, etc. This means we can avoid in vk2tu_access()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c35 #include "util/format/u_format.h"
1360 translate_image_format(struct vtn_builder *b, SpvImageFormat format) in translate_image_format() argument
1362 switch (format) { in translate_image_format()
1406 vtn_fail("Invalid image format: %s (%u)", in translate_image_format()
1407 spirv_imageformat_to_string(format), format); in translate_image_format()
1741 SpvImageFormat format = w[8]; in vtn_handle_type() local
1760 val->type->image_format = translate_image_format(b, format); in vtn_handle_type()
3422 OP(ImageQueryFormat, format) in vtn_handle_image()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp718 // Fill in random but valid data into the format properties struct for the current physical device
994 VkFormat format = static_cast<VkFormat>((dev + 1) % 5); in TEST() local
996 instance->vkGetPhysicalDeviceFormatProperties(physical_devices[dev], format, &props); in TEST()
998 GetPhysDevFormatProps2(physical_devices[dev], format, &props2); in TEST()
1006 // Fill in random but valid data into the image format data struct for the current physical device
1074 VK_FORMAT_R4G4_UNORM_PACK8, // format in TEST()
1125 VK_FORMAT_R4G4_UNORM_PACK8, // format in TEST()
1167 VK_FORMAT_R4G4_UNORM_PACK8, // format in TEST()
1216 VK_FORMAT_R4G4_UNORM_PACK8, // format in TEST()
1276 VK_FORMAT_R4G4_UNORM_PACK8, // format in TEST()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp234 vk::VkVertexInputAttributeDescription2EXT makeVertexInputAttributeDescription2EXT (deUint32 location, deUint32 binding, vk::VkFormat format, deUint32 offset) in makeVertexInputAttributeDescription2EXT() argument
239 desc.format = format; in makeVertexInputAttributeDescription2EXT()
1933 // Force UNORM color format.
2652 // Returns the appropriate color image format for the test.
2659 // Pick int color format when testing logic op dynamic states. in colorFormat()
2663 // Pick special color format for coverage to color. in colorFormat()
2938 vk::VkImageCreateInfo makeImageCreateInfo (vk::VkFormat format, vk::VkExtent3D extent, vk::VkSampleCountFlagBits sampleCount, vk::VkImageUsageFlags usage, vk::VkImageCreateFlags createFlags) in makeImageCreateInfo() argument
2946 format, // VkFormat format; in makeImageCreateInfo()
4532 getChannelClass(const tcu::TextureFormat& format) getChannelClass() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dqla1280.c315 - Changed sprintf and printk format specifiers for pointers to %p.
317 - Added l modifiers to sprintf and printk format specifiers for longs.
559 #define dprintk(level, format, a...) \
560 do { if (ql_debug_level >= level) printk(KERN_ERR format, ##a); } while(0)
567 #define dprintk(level, format, a...) do{}while(0)
643 * are still in little endian format. We fix that up below by in qla1280_read_nvram()
1420 /* TODO: implement support for the 1040 nvram format */ in qla1280_initialize_adapter()
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1712.c566 if (snd_pcm_format_width(runtime->format) == 16) in snd_ice1712_playback_prepare()
598 if (snd_pcm_format_width(runtime->format) == 16) in snd_ice1712_playback_ds_prepare()
634 if (snd_pcm_format_width(runtime->format) == 16) in snd_ice1712_capture_prepare()
2521 ice->spdif.cs8403_stream_bits = (0x01 | /* consumer format */ in snd_ice1712_create()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-event.c3 * probe-event.c : perf-probe definition to probe_events format converter
57 int e_snprintf(char *str, size_t size, const char *format, ...) in e_snprintf() argument
61 va_start(ap, format); in e_snprintf()
62 ret = vsnprintf(str, size, format, ap); in e_snprintf()
H A Dsort.c1858 bool perf_hpp__is_sort_entry(struct perf_hpp_fmt *format) in perf_hpp__is_sort_entry() argument
1860 return format->header == __sort__hpp_header; in perf_hpp__is_sort_entry()
2407 field = evsel->tp_format->format.fields; in add_evsel_fields()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c268 q_properties->format = KFD_QUEUE_FORMAT_AQL; in set_queue_properties_from_user()
270 q_properties->format = KFD_QUEUE_FORMAT_PM4; in set_queue_properties_from_user()
288 pr_debug("Queue Format: %d\n", q_properties->format); in set_queue_properties_from_user()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1183 "Pipe %d: width, height, x, y format:%d\n" in dcn20_enable_plane()
1187 plane_state->format, in dcn20_enable_plane()
1546 plane_state->format, in dcn20_update_dchubp_dpp()
1636 plane_state->format, in dcn20_update_dchubp_dpp()
2626 if (pipe_ctx->plane_state->format in dcn20_update_mpcc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1628 if (pln->format == SURFACE_PIXEL_FORMAT_GRPH_RGBE_ALPHA in dcn20_populate_dml_pipes_from_context()
1629 || pln->format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) { in dcn20_populate_dml_pipes_from_context()
1682 switch (pln->format) { in dcn20_populate_dml_pipes_from_context()

Completed in 145 milliseconds

1...<<481482483484485486487488489490>>...519