Home
last modified time | relevance | path

Searched defs:format (Results 2476 - 2500 of 3882) sorted by relevance

1...<<919293949596979899100>>...156

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPositionFetchTests.cpp507 const auto format = vertexFormats[vertexFormatNdx]; in createPositionFetchTests() local
533 format, in createPositionFetchTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp590 VkFormat format = depthFormats[i]; in createDepthStencilWriteConditionsTests() local
612 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
797 formatToName(VkFormat format) formatToName() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/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
800 getImageMipLevelSizeInBytes(const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) getImageMipLevelSizeInBytes() argument
807 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/vulkan/subgroups/
H A DvktSubgroupsArithmeticTests.cpp71 VkFormat format; member
484 const VkFormat format = formats[formatIndex]; createSubgroupsArithmeticTests() local
594 const VkFormat format = formats[formatIndex]; createSubgroupsArithmeticTests() local
[all...]
H A DvktSubgroupsPartitionedTests.cpp72 VkFormat format; member
509 const VkFormat format = formats[formatIndex]; createSubgroupsPartitionedTests() local
616 const VkFormat format = formats[formatIndex]; createSubgroupsPartitionedTests() local
[all...]
H A DvktSubgroupsShuffleTests.cpp60 VkFormat format; member
550 const VkFormat format = formats[formatIndex]; createSubgroupsShuffleTests() local
653 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/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp308 vk::VkFormat format; member
/third_party/vk-gl-cts/external/vulkancts/modules/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/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp60 const VkFormat format; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp683 static StdChromaFormatIdc GetVideoChromaFormatFromVkFormat(VkFormat format) in GetVideoChromaFormatFromVkFormat() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp77 vk::VkFormat format; member
199 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size, bool disjoint, vk::VkImageTiling tiling) createImage() argument
438 getBlockByteSize(vk::VkFormat format) getBlockByteSize() 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, 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
837 const VkFormat format = (VkFormat)formatNdx; populateQueryInShaderGroup() local
847 const VkFormat format = (VkFormat)formatNdx; populateQueryInShaderGroup() local
[all...]
H A DvktYCbCrUtil.cpp64 MultiPlaneImageData::MultiPlaneImageData (VkFormat format, const UVec2& size) in MultiPlaneImageData() argument
190 void checkImageSupport (Context& context, VkFormat format, VkImageCreateFlags createFlags, VkImageTiling tiling) in checkImageSupport() argument
220 void fillRandomNoNaN(de::Random* randomGen, deUint8* const data, deUint32 size, const vk::VkFormat format) in fillRandomNoNaN() argument
297 fillRandom(de::Random* randomGen, MultiPlaneImageData* imageData, const vk::VkFormat format, const bool noNan) fillRandom() argument
348 allocateAndBindImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkFormat format, VkImageCreateFlags createFlags, vk::MemoryRequirement requirement) allocateAndBindImageMemory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp678 tcu::TestStatus testDepthStencilBufferFeatures(Context& context, VkFormat format) in testDepthStencilBufferFeatures() argument
H A DvktApiImageCompressionControlTests.cpp74 VkFormat format; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDepthClampTests.cpp238 bool isUnormDepthFormat(VkFormat format) in isUnormDepthFormat() argument
292 DepthClampTestInstance::DepthClampTestInstance (Context& context, const TestParams& params, const VkFormat format, const float epsilon, const SharedGroupParams groupParams) in DepthClampTestInstance() argument
715 DepthClampTest (tcu::TestContext &testCtx, const string& name, const string& description, const TestParams &params, const VkFormat format, const float epsilon, const SharedGroupParams groupParams) in DepthClampTest() argument
809 getFormatCaseName(VkFormat format) getFormatCaseName() argument
818 const auto format = depthStencilImageFormatsToTest[i]; createTests() local
[all...]
H A DvktDrawImageObjectUtil.cpp147 Image(const vk::DeviceInterface& vk, vk::VkDevice device, deUint32 queueFamilyIndex, vk::VkFormat format, const vk::VkExtent3D& extend, deUint32 levelCount, deUint32 layerCount, vk::Move<vk::VkImage> object_) Image() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp83 bool isFormatStencil (VkFormat format) in isFormatStencil() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp63 inline VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
178 VkImageAspectFlags getImageAspectFlags (const VkFormat format) in getImageAspectFlags() argument
190 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const VkFormat format) in isSupportedDepthStencilFormat() argument
652 generateReferenceColorImage(const tcu::TextureFormat format, const tcu::IVec2 &renderSize) generateReferenceColorImage() argument
848 tcu::TextureFormat format = vk::mapVkFormat(m_testMode == MODE_STENCIL ? VK_FORMAT_S8_UINT : depthStencilFormat); iterate() local
[all...]
H A DvktFragmentOperationsScissorTests.cpp91 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
H A DvktFragmentOperationsTransientAttachmentTests.cpp136 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const tcu::IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
159 makeAttachment( const VkFormat format, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout) makeAttachment() argument

Completed in 33 milliseconds

1...<<919293949596979899100>>...156