| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 249 prepareImageAndImageView(const DeviceInterface& vk, VkDevice vkDevice, SimpleAllocator& memAlloc, VkImageCreateFlags imageCreateFlags, VkFormat format, VkExtent3D extent, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageUsageFlags usage, deUint32 queueFamilyIndex, VkImageViewCreateFlags viewFlags, VkImageViewType viewType, const VkComponentMapping& channels, const VkImageSubresourceRange& subresourceRange, Move<VkImage>& image, de::MovePtr<Allocation>& imageAlloc, Move<VkImageView>& imageView) prepareImageAndImageView() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderExecutor.cpp | 645 const VkFormat format = getAttributeFormat(basicType); in FragmentOutExecutor() local 741 void FragmentOutExecutor::addAttribute (deUint32 bindingLocation, VkFormat format, deUint32 sizePerElement, deUint32 count, const void* dataPtr) in addAttribute() argument 815 const VkFormat format in bindAttributes() local 1349 const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, false); execute() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 67 deUint32 getFormatSizeInBytes (const VkFormat format) in getFormatSizeInBytes() argument 145 deUint32 getElementSizeInBytes (const VkFormat format, in getElementSizeInBytes() argument 156 Move<VkRenderPass> makeRenderPass (Context& context, VkFormat format) in makeRenderPass() argument 1239 getFramebufferBufferDeclarations(const VkFormat& format, const std::vector<std::string>& declarations, const deUint32 stage) getFramebufferBufferDeclarations() argument 1262 initStdFrameBufferPrograms(SourceCollections& programCollection, const vk::ShaderBuildOptions& buildOptions, VkShaderStageFlags shaderStage, VkFormat format, bool gsPointSize, const std::string& extHeader, const std::string& testSrc, const std::string& helperStr, const std::vector<std::string>& declarations) initStdFrameBufferPrograms() argument 1408 initStdPrograms(vk::SourceCollections& programCollection, const vk::ShaderBuildOptions& buildOptions, vk::VkShaderStageFlags shaderStage, vk::VkFormat format, bool gsPointSize, const std::string& extHeader, const std::string& testSrc, const std::string& helperStr, const std::vector<std::string>& declarations, const bool avoidHelperInvocations, const std::string& tempRes) initStdPrograms() argument 1794 isFormatSupportedForDevice(Context& context, vk::VkFormat format) isFormatSupportedForDevice() argument 1874 getFormatNameForGLSL(VkFormat format) getFormatNameForGLSL() argument 1930 getAdditionalExtensionForFormat(vk::VkFormat format) getAdditionalExtensionForFormat() argument 2027 isFormatSigned(VkFormat format) isFormatSigned() argument 2053 isFormatUnsigned(VkFormat format) isFormatUnsigned() argument 2079 isFormatFloat(VkFormat format) isFormatFloat() argument 2101 isFormatBool(VkFormat format) isFormatBool() argument 2115 isFormat8bitTy(VkFormat format) isFormat8bitTy() argument 2133 isFormat16BitTy(VkFormat format) isFormat16BitTy() argument 2464 const vk::VkFormat format = data.format; initializeMemory() local 2635 makeTessellationEvaluationFrameBufferTest(Context& context, VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult, const VkShaderStageFlags shaderStage) makeTessellationEvaluationFrameBufferTest() argument 2646 makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult, const VkShaderStageFlags shaderStage, const deUint32 tessShaderStageCreateFlags, const deUint32 requiredSubgroupSize) makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() argument 2877 makeGeometryFrameBufferTest(Context& context, VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult) makeGeometryFrameBufferTest() argument 2887 makeGeometryFrameBufferTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult, const deUint32 geometryShaderStageCreateFlags, const deUint32 requiredSubgroupSize) makeGeometryFrameBufferTestRequiredSubgroupSize() argument 3111 allStages(Context& context, vk::VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, const VerificationFunctor& checkResult, const vk::VkShaderStageFlags shaderStage) allStages() argument 3123 allStagesRequiredSubgroupSize(Context& context, vk::VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const void* internalData, const VerificationFunctor& checkResult, const vk::VkShaderStageFlags shaderStageTested, const deUint32 vertexShaderStageCreateFlags, const deUint32 tessellationControlShaderStageCreateFlags, const deUint32 tessellationEvalShaderStageCreateFlags, const deUint32 geometryShaderStageCreateFlags, const deUint32 fragmentShaderStageCreateFlags, const deUint32 requiredSubgroupSize[5]) allStagesRequiredSubgroupSize() argument 3448 makeVertexFrameBufferTest(Context& context, vk::VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult) makeVertexFrameBufferTest() argument 3458 makeVertexFrameBufferTestRequiredSubgroupSize(Context& context, vk::VkFormat format, const SSBOData* extraData, deUint32 extraDataCount, const void* internalData, subgroups::CheckResult checkResult, const deUint32 vertexShaderStageCreateFlags, const deUint32 requiredSubgroupSize) makeVertexFrameBufferTestRequiredSubgroupSize() argument 3672 makeFragmentFrameBufferTest(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const void* internalData, CheckResultFragment checkResult) makeFragmentFrameBufferTest() argument 3682 makeFragmentFrameBufferTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const void* internalData, CheckResultFragment checkResult, const deUint32 fragmentShaderStageCreateFlags, const deUint32 requiredSubgroupSize) makeFragmentFrameBufferTestRequiredSubgroupSize() argument 4001 makeComputeOrMeshTestRequiredSubgroupSize(ComputeLike testType, Context& context, VkFormat format, const vkt::subgroups::SSBOData* inputs, deUint32 inputsCount, const void* internalData, vkt::subgroups::CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeComputeOrMeshTestRequiredSubgroupSize() argument 4338 makeComputeTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeComputeTestRequiredSubgroupSize() argument 4367 makeMeshTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeMeshTestRequiredSubgroupSize() argument 4396 makeComputeOrMeshTest(ComputeLike testType, Context& context, VkFormat format, const vkt::subgroups::SSBOData* inputs, deUint32 inputsCount, const void* internalData, vkt::subgroups::CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeComputeOrMeshTest() argument 4431 makeComputeTest(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeComputeTest() argument 4443 makeMeshTest(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeMeshTest() argument 4662 makeRayTracingInputBuffers(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const vector<VkShaderStageFlagBits>& stagesVector) makeRayTracingInputBuffers() argument 4966 allRayTracingStages(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDataCount, const void* internalData, const VerificationFunctor& checkResult, const VkShaderStageFlags shaderStage) allRayTracingStages() argument 4985 allRayTracingStagesRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* extraDatas, deUint32 extraDatasCount, const void* internalData, const VerificationFunctor& checkResult, const VkShaderStageFlags shaderStageTested, const deUint32 shaderStageCreateFlags[6], const deUint32 requiredSubgroupSize[6]) allRayTracingStagesRequiredSubgroupSize() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | wpa_auth.c | 275 char *format; in wpa_auth_vlogger() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglGLES2SharingThreadedTests.cpp | 961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexImage2D() argument 1013 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexSubImage2D() argument 1848 ReadPixels::ReadPixels (int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<tcu::ThreadUtil::DataBlock>& data, bool useSync, bool serverSync) in ReadPixels() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
| H A D | drv_hdmi_infoframe.h | 656 enum hdmi_video_format format;
member 668 enum hdmi_video_format format;
member
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.c | 140 int format; member 550 static bool has_rb_swapped(uint32_t format) in has_rb_swapped() argument 563 static enum vop_data_format vop_convert_format(uint32_t format) in vop_convert_format() argument 650 static bool is_yuv_support(uint32_t format) in is_yuv_support() argument 669 is_yuyv_format(uint32_t format) is_yuyv_format() argument 682 is_yuv_10bit(uint32_t format) is_yuv_10bit() argument 694 is_alpha_support(uint32_t format) is_alpha_support() argument [all...] |
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| H A D | rk_venc_cmd.h | 468 MppFrameFormat format; member
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| H A D | rk_venc_cmd.h | 468 MppFrameFormat format; member
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| H A D | rk_venc_cmd.h | 547 MppFrameFormat format; member
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| H A D | rk_venc_cmd.h | 467 MppFrameFormat format; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 183 enum surface_pixel_format format; member 859 enum surface_pixel_format format; member 889 enum surface_pixel_format format; member
|
| /kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
| H A D | ngene.h | 871 int format; member
|
| /kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
| H A D | fimc-is-param.h | 463 u32 format; member 480 u32 format; member 494 u32 format; member 505 u32 format; member
|
| /kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.h | 623 volatile u8 format; member
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| H A D | hda_generic.c | 5395 playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) playback_pcm_prepare() argument 5447 capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) capture_pcm_prepare() argument 5508 alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) alt_playback_pcm_prepare() argument 5541 dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) dig_playback_pcm_prepare() argument 5574 alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) alt_capture_pcm_prepare() argument 5704 dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) dyn_adc_capture_pcm_prepare() argument [all...] |
| H A D | patch_hdmi.c | 1691 unsigned int format; in silent_stream_enable() local 936 hdmi_setup_stream(struct hda_codec *codec, hda_nid_t cvt_nid, hda_nid_t pin_nid, int dev_id, u32 stream_tag, int format) hdmi_setup_stream() argument 2054 generic_hdmi_playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) generic_hdmi_playback_pcm_prepare() argument 2901 i915_hsw_setup_stream(struct hda_codec *codec, hda_nid_t cvt_nid, hda_nid_t pin_nid, int dev_id, u32 stream_tag, int format) i915_hsw_setup_stream() argument 3290 simple_playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) simple_playback_pcm_prepare() argument 3413 nvhdmi_8ch_7x_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) nvhdmi_8ch_7x_pcm_prepare() argument 3756 tegra_hdmi_set_format(struct hda_codec *codec, unsigned int format) tegra_hdmi_set_format() argument 3797 tegra_hdmi_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) tegra_hdmi_pcm_prepare() argument 4167 atihdmi_setup_stream(struct hda_codec *codec, hda_nid_t cvt_nid, hda_nid_t pin_nid, int dev_id, u32 stream_tag, int format) atihdmi_setup_stream() argument [all...] |
| /kernel/linux/linux-5.10/sound/pci/asihpi/ |
| H A D | hpi_internal.h | 570 u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see \ref HPI_FORMATS. */ member 576 struct hpi_msg_format format; member 586 struct hpi_format format; member 594 struct hpi_msg_format format; member 1304 u32 format; member 1309 u32 format; member
|
| /kernel/linux/linux-5.10/sound/pci/riptide/ |
| H A D | riptide.c | 474 snd_pcm_format_t format; member 1448 snd_pcm_format_t format; in snd_riptide_prepare() local 1003 setsampleformat(struct cmdif *cif, unsigned char mixer, unsigned char id, unsigned char channels, snd_pcm_format_t format) setsampleformat() argument [all...] |
| /kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 256 enum counter_format format; member 5729 add_counter(unsigned int msr_num, char *path, char *name, unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format, int flags) add_counter() argument 5798 enum counter_format format = FORMAT_DELTA; parse_add_command() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | intel_pm.c | 5127 skl_compute_wm_params(const struct intel_crtc_state *crtc_state, int width, const struct drm_format_info *format, u64 modifier, unsigned int rotation, u32 plane_pixel_rate, struct skl_wm_params *wp, int color_plane) skl_compute_wm_params() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_cmd.h | 368 SVGA3dSurfaceFormat format; member 396 SVGA3dSurfaceFormat format; member 1410 SVGA3dSurfaceFormat format; member 1727 SVGA3dSurfaceFormat format; member 1744 SVGA3dSurfaceFormat format; member 1763 SVGA3dSurfaceFormat format; global() member 1783 SVGA3dSurfaceFormat format; global() member [all...] |
| H A D | svga3d_dx.h | 433 SVGA3dSurfaceFormat format; member 1066 SVGA3dSurfaceFormat format; member 1080 SVGA3dSurfaceFormat format; member 1126 SVGA3dSurfaceFormat format; member 1140 SVGA3dSurfaceFormat format; member 1169 SVGA3dSurfaceFormat format; member 1188 SVGA3dSurfaceFormat format; member 1214 SVGA3dSurfaceFormat format; member 1276 SVGA3dSurfaceFormat format; member 1291 SVGA3dSurfaceFormat format; member 1373 SVGA3dSurfaceFormat format; global() member [all...] |
| H A D | svga_reg.h | 1437 uint32 format; member 2044 SVGAGMRImageFormat format; member [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
| H A D | dc.h | 143 u32 format; member
|