Home
last modified time | relevance | path

Searched refs:formats (Results 1576 - 1600 of 2157) sorted by relevance

1...<<61626364656667686970>>...87

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1056 const VkFormat *formats, in dzn_physical_device_supports_compressed_format()
1065 dzn_physical_device_get_format_properties(pdev, formats[i], &props); in dzn_physical_device_supports_compressed_format()
1076 static const VkFormat formats[] = { in dzn_physical_device_supports_bc() local
1095 return dzn_physical_device_supports_compressed_format(pdev, formats, ARRAY_SIZE(formats)); in dzn_physical_device_supports_bc()
1055 dzn_physical_device_supports_compressed_format(struct dzn_physical_device *pdev, const VkFormat *formats, uint32_t format_count) dzn_physical_device_supports_compressed_format() argument
/third_party/pulseaudio/src/pulsecore/
H A Dsource.c2872 /* Gets the list of formats supported by the source. The members and idxset must
2897 pa_idxset *formats = NULL; in pa_source_check_format() local
2903 formats = pa_source_get_formats(s); in pa_source_check_format()
2905 if (formats) { in pa_source_check_format()
2909 PA_IDXSET_FOREACH(finfo_device, formats, i) { in pa_source_check_format()
2916 pa_idxset_free(formats, (pa_free_cb_t) pa_format_info_free); in pa_source_check_format()
2923 /* Calculates the intersection between formats supported by the source and
2924 * in_formats, and returns these, in the order of the source's formats. */
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp2267 const VkFormat formats[] = in createAllFormatsSamplerTests() local
2269 // Packed formats in createAllFormatsSamplerTests()
2286 // Pairwise combinations of 8-bit channel formats, UNORM/SNORM/SINT/UINT/SRGB type x 1-to-4 channels x RGBA/BGRA order in createAllFormatsSamplerTests()
2312 // Pairwise combinations of 16/32-bit channel formats x SINT/UINT/SFLOAT type x 1-to-4 channels in createAllFormatsSamplerTests()
2325 // More 16/32-bit formats required for testing VK_EXT_sampler_filter_minmax in createAllFormatsSamplerTests()
2329 // Scaled formats in createAllFormatsSamplerTests()
2333 // Compressed formats in createAllFormatsSamplerTests()
2355 // Depth formats required for testing VK_EXT_sampler_filter_minmax in createAllFormatsSamplerTests()
2372 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in createAllFormatsSamplerTests()
2374 const VkFormat format = formats[formatNd in createAllFormatsSamplerTests()
2434 static const std::vector<vk::VkFormat> formats = createExactSamplingTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1914 // A struct for describing formats in createBufferAccessWithVariablePointersTests()
1943 const Formats* const formats; in createBufferAccessWithVariablePointersTests() member
1976 name << types[i].sizes[k] << "B_" << backingMemory[s] << "_with_" << types[i].name << '_' << types[i].formats[j].name; in createBufferAccessWithVariablePointersTests()
1977 stages[stageId].reads->addChild(new RobustReadTest(testCtx, name.str().c_str(), stages[stageId].stage, types[i].value, types[i].formats[j].value, types[i].sizes[k], s != 0)); in createBufferAccessWithVariablePointersTests()
1987 name << types[i].sizes[k] << "B_" << backingMemory[s] << "_with_" << types[i].name << '_' << types[i].formats[j].name; in createBufferAccessWithVariablePointersTests()
1988 stages[stageId].writes->addChild(new RobustWriteTest(testCtx, name.str().c_str(), stages[stageId].stage, types[i].value, types[i].formats[j].value, types[i].sizes[k], s != 0)); in createBufferAccessWithVariablePointersTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1879 const VkFormat formats[] = in createAllFormatsSamplerTests() local
1881 // Packed formats in createAllFormatsSamplerTests()
1895 // Pairwise combinations of 8-bit channel formats, UNORM/SNORM/SINT/UINT/SRGB type x 1-to-4 channels x RGBA/BGRA order in createAllFormatsSamplerTests()
1918 // Pairwise combinations of 16/32-bit channel formats x SINT/UINT/SFLOAT type x 1-to-4 channels in createAllFormatsSamplerTests()
1931 // More 16/32-bit formats required for testing VK_EXT_sampler_filter_minmax in createAllFormatsSamplerTests()
1935 // Scaled formats in createAllFormatsSamplerTests()
1939 // Compressed formats in createAllFormatsSamplerTests()
1961 // Depth formats required for testing VK_EXT_sampler_filter_minmax in createAllFormatsSamplerTests()
1976 de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests samplable formats")); in createAllFormatsSamplerTests()
1978 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNd in createAllFormatsSamplerTests()
2040 static const std::vector<vk::VkFormat> formats = createExactSamplingTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1920 // A struct for describing formats in createBufferAccessWithVariablePointersTests()
1949 const Formats* const formats; in createBufferAccessWithVariablePointersTests() member
1982 name << types[i].sizes[k] << "B_" << backingMemory[s] << "_with_" << types[i].name << '_' << types[i].formats[j].name; in createBufferAccessWithVariablePointersTests()
1983 stages[stageId].reads->addChild(new RobustReadTest(testCtx, name.str().c_str(), "", stages[stageId].stage, types[i].value, types[i].formats[j].value, types[i].sizes[k], s != 0)); in createBufferAccessWithVariablePointersTests()
1993 name << types[i].sizes[k] << "B_" << backingMemory[s] << "_with_" << types[i].name << '_' << types[i].formats[j].name; in createBufferAccessWithVariablePointersTests()
1994 stages[stageId].writes->addChild(new RobustWriteTest(testCtx, name.str().c_str(), "", stages[stageId].stage, types[i].value, types[i].formats[j].value, types[i].sizes[k], s != 0)); in createBufferAccessWithVariablePointersTests()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4093 /* DRM color properties only affect non-RGB formats. */
6089 * TODO: these are currently initialized to rgb formats only.
6091 * plane capabilities, or initialize this array to all formats, so internal drm
6122 uint32_t *formats, int max_formats)
6127 * TODO: Query support for each group of formats directly from
6128 * DC plane caps. This will require adding more formats to the
6138 formats[num_formats++] = rgb_formats[i];
6142 formats[num_formats++] = DRM_FORMAT_NV12;
6144 formats[num_formats++] = DRM_FORMAT_P010;
6146 formats[num_format
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8994.c3240 .formats = WM8994_FORMATS,
3248 .formats = WM8994_FORMATS,
3261 .formats = WM8994_FORMATS,
3269 .formats = WM8994_FORMATS,
3283 .formats = WM8994_FORMATS,
3291 .formats = WM8994_FORMATS,
H A Drt5659.c3737 .formats = RT5659_FORMATS,
3744 .formats = RT5659_FORMATS,
3756 .formats = RT5659_FORMATS,
3763 .formats = RT5659_FORMATS,
3775 .formats = RT5659_FORMATS,
3782 .formats = RT5659_FORMATS,
H A Dadau7118.c428 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |
H A Dcs35l32.c194 .formats = CS35L32_FORMATS,
H A Dinno_rk3036.c325 .formats = RK3036_CODEC_FMTS,
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8994.c3241 .formats = WM8994_FORMATS,
3249 .formats = WM8994_FORMATS,
3262 .formats = WM8994_FORMATS,
3270 .formats = WM8994_FORMATS,
3283 .formats = WM8994_FORMATS,
3291 .formats = WM8994_FORMATS,
H A Drt5659.c3736 .formats = RT5659_FORMATS,
3743 .formats = RT5659_FORMATS,
3755 .formats = RT5659_FORMATS,
3762 .formats = RT5659_FORMATS,
3774 .formats = RT5659_FORMATS,
3781 .formats = RT5659_FORMATS,
/third_party/pulseaudio/src/pulse/
H A Dstream.c93 pa_format_info * const *formats, in pa_stream_new_with_proplist_internal()
102 pa_assert((ss == NULL && map == NULL) || (formats == NULL && n_formats == 0)); in pa_stream_new_with_proplist_internal()
128 if (formats) { in pa_stream_new_with_proplist_internal()
131 s->req_formats[i] = pa_format_info_copy(formats[i]); in pa_stream_new_with_proplist_internal()
235 pa_format_info * const *formats, in pa_stream_new_extended()
241 return pa_stream_new_with_proplist_internal(c, name, NULL, NULL, formats, n_formats, p); in pa_stream_new_extended()
88 pa_stream_new_with_proplist_internal( pa_context *c, const char *name, const pa_sample_spec *ss, const pa_channel_map *map, pa_format_info * const *formats, unsigned int n_formats, pa_proplist *p) pa_stream_new_with_proplist_internal() argument
232 pa_stream_new_extended( pa_context *c, const char *name, pa_format_info * const *formats, unsigned int n_formats, pa_proplist *p) pa_stream_new_extended() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp2366 VkFormat getRecommendedFormat (const vector<VkFormat>& formats, VkFormat recommendedFormat)
2368 if (formats.empty())
2370 else if (recommendedFormat != VK_FORMAT_UNDEFINED && std::find(formats.begin(), formats.end(), recommendedFormat) != formats.end())
2373 return formats[0];
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1970 VkFormat getRecommendedFormat (const vector<VkFormat>& formats, VkFormat recommendedFormat)
1972 if (formats.empty())
1974 else if (recommendedFormat != VK_FORMAT_UNDEFINED && std::find(formats.begin(), formats.end(), recommendedFormat) != formats.end())
1977 return formats[0];
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_scan.S48 /* operand formats are:
476 | data sizes corresponding to the operand formats
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_scan.S48 /* operand formats are:
476 | data sizes corresponding to the operand formats
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/
H A Dpl111_display.c253 * the low bit, while DRM formats list channels from high bit in pl111_display_enable()
588 priv->variant->formats, in pl111_display_init()
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c105 .formats = SNDRV_PCM_FMTBIT_U8,
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-alsa.c292 .formats = SNDRV_PCM_FMTBIT_S16_LE,
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
H A Dtw686x-audio.c91 .formats = SNDRV_PCM_FMTBIT_S16_LE,
/kernel/linux/linux-5.10/sound/soc/bcm/
H A Dbcm63xx-pcm-whistler.c35 .formats = SNDRV_PCM_FMTBIT_S32_LE, /* support S32 only */
/kernel/linux/linux-5.10/sound/sh/
H A Daica.c200 .formats =

Completed in 59 milliseconds

1...<<61626364656667686970>>...87