Home
last modified time | relevance | path

Searched defs:format (Results 3026 - 3050 of 5051) sorted by relevance

1...<<121122123124125126127128129130>>...203

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineStencilExportTests.cpp221 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument
230 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
440 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
610 const vk::VkFormat format; createStencilExportTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp136 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
H A DvktRayTracingNullASTests.cpp117 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
417 const VkFormat format = VK_FORMAT_R32_UINT; in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp592 VkFormat format = depthFormats[i]; in createDepthStencilWriteConditionsTests() local
614 VkFormat format = stencilFormats[i]; createDepthStencilWriteConditionsTests() local
[all...]
H A DvktRenderPassSparseRenderTargetTests.cpp77 createSparseImageAndMemory(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, Allocator& allocator, vector<de::SharedPtr<Allocation> >& allocations, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, deUint32 sparseQueueFamilyIndex, const VkSemaphore& bindSemaphore, VkFormat format, deUint32 width, deUint32 height) createSparseImageAndMemory() argument
129 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
153 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument
171 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
324 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkFormat format, VkPipelineLayout pipelineLayout, const BinaryCollection& binaryCollection, deUint32 width, deUint32 height) createRenderPipeline() argument
429 VkFormat format; global() member
795 formatToName(VkFormat format) formatToName() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp51 const VkFormat format = VK_FORMAT_R32G32_SFLOAT; in makeGraphicsPipeline() local
508 SparseShaderIntrinsicsInstanceSampledBase(Context& context, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) SparseShaderIntrinsicsInstanceSampledBase() argument
942 SparseShaderIntrinsicsInstanceSampledExplicit(Context& context, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) SparseShaderIntrinsicsInstanceSampledExplicit() argument
965 SparseShaderIntrinsicsInstanceSampledImplicit(Context& context, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) SparseShaderIntrinsicsInstanceSampledImplicit() argument
[all...]
H A DvktSparseResourcesTestsUtil.cpp40 bool formatIsR64 (const VkFormat& format) in formatIsR64() argument
453 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType) in getShaderImageType() argument
521 std::string getShaderImageDataType(const tcu::TextureFormat& format) in getShaderImageDataType() argument
557 std::string getShaderImageFormatQualifier (const tcu::TextureFormat& format) in getShaderImageFormatQualifier() argument
601 getShaderImageFormatQualifier(VkFormat format) getShaderImageFormatQualifier() argument
685 getImageFormatID(VkFormat format) getImageFormatID() argument
797 getImageMipLevelSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) getImageMipLevelSizeInBytes() argument
804 getImageSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) getImageSizeInBytes() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsPartitionedTests.cpp72 VkFormat format; member
491 const VkFormat format = formats[formatIndex]; createSubgroupsPartitionedTests() local
588 const VkFormat format = formats[formatIndex]; createSubgroupsPartitionedTests() local
[all...]
H A DvktSubgroupsShuffleTests.cpp60 VkFormat format; member
532 const VkFormat format = formats[formatIndex]; createSubgroupsShuffleTests() local
625 const VkFormat format = formats[formatIndex]; createSubgroupsShuffleTests() local
[all...]
H A DvktSubgroupsVoteTests.cpp55 VkFormat format; member
130 bool fmtIsBoolean (VkFormat format) in fmtIsBoolean() argument
555 const VkFormat format = formats[formatIndex]; createSubgroupsVoteTests() local
697 const VkFormat format = formats[formatIndex]; createSubgroupsVoteTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp308 vk::VkFormat format; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.cpp37 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage, const deUint32 numArrayLayers) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp60 const VkFormat format; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h137 AVPixelFormat format; member in FFmpegDemuxer
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp76 vk::VkFormat format; member
382 deUint32 getBlockByteSize (vk::VkFormat format) in getBlockByteSize() argument
143 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size, bool disjoint, vk::VkImageTiling tiling) createImage() argument
[all...]
H A DvktYCbCrFilteringTests.cpp95 LinearFilteringTestInstance::LinearFilteringTestInstance(Context& context, VkFormat format, VkFilter chromaFiltering) in LinearFilteringTestInstance() argument
587 LinearFilteringTestCase::LinearFilteringTestCase(tcu::TestContext &context, const char* name, const char* description, VkFormat format, VkFilter chromaFiltering) in LinearFilteringTestCase() argument
664 const VkFormat format; createFilteringTests() member
[all...]
H A DvktYCbCrImageQueryTests.cpp82 VkFormat format; member
147 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument
175 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkSamplerYcbcrConversion conversion) createImageView() argument
230 TestImage(const Context& context, const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkFormat format, const UVec2& size, const VkImageCreateFlags createFlags, VkSamplerYcbcrConversion conversion) TestImage() argument
838 const VkFormat format = (VkFormat)formatNdx; populateQueryInShaderGroup() local
848 const VkFormat format = (VkFormat)formatNdx; populateQueryInShaderGroup() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_internal.c493 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_main.c48 char *format, *module_str; in hostapd_logger_cb() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp374 MovePtr<ImageSource> getImageSource (EGLint target, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) in getImageSource() argument
402 CreateImageGLES2 (EglTestContext& eglTestCtx, EGLint target, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0 = false) in CreateImageGLES2() argument
H A DteglImageUtil.cpp181 TextureImageSource (GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) : m_internalFormat(internalFormat), m_format(format), m_type(type), m_useTexLevel0(useTexLevel0) {} in TextureImageSource() argument
197 bool isSizedFormat (GLenum format) in isSizedFormat() argument
210 GLenum getEffectiveFormat (GLenum format, GLenum type) in getEffectiveFormat() argument
274 Texture2DImageSource (GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) : TextureImageSource(internalFormat, format, type, useTexLevel0) {} in Texture2DImageSource() argument
293 TextureCubeMapImageSource (EGLenum source, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) : TextureImageSource(internalFormat, format, typ argument
334 RenderbufferImageSource(GLenum format) RenderbufferImageSource() argument
521 UnsupportedImageSource(const string& message, GLenum format, bool isYUV) UnsupportedImageSource() argument
540 createTextureImageSource(EGLenum source, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) createTextureImageSource() argument
548 createRenderbufferImageSource(GLenum format) createRenderbufferImageSource() argument
553 createUnsupportedImageSource(const string& message, GLenum format, bool isYUV) createUnsupportedImageSource() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp90 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFilteringCase() argument
351 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) in TextureCubeFilteringCase() argument
704 deUint32 format; in init() member
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp1224 const DepthBufferFormat& format = depthFormats[ndx]; in init() local
[all...]
H A Des2fTextureCompletenessTests.cpp334 Incomplete2DFormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx) in Incomplete2DFormatCase() argument
366 deUint32 format = levelNdx == m_invalidLevelNdx ? m_invalidFormat : m_format; in createTexture() local
648 IncompleteCubeFormatCase::IncompleteCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat) in IncompleteCubeFormatCase() argument
657 IncompleteCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, tcu::CubeFace invalidCubeFace) IncompleteCubeFormatCase() argument
691 deUint32 format = m_format; createTexture() local
[all...]
H A Des2fTextureFilteringTests.cpp118 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFilteringCase() argument
381 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) in TextureCubeFilteringCase() argument
686 deUint32 format; in init() member
[all...]

Completed in 28 milliseconds

1...<<121122123124125126127128129130>>...203