Home
last modified time | relevance | path

Searched defs:width (Results 5426 - 5450 of 7359) sorted by relevance

1...<<211212213214215216217218219220>>...295

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawScissorTests.cpp122 QuadDrawTestCommand::QuadDrawTestCommand (deUint32 x, deUint32 y, deUint32 width, deUint32 height, Vec4 color) in QuadDrawTestCommand() argument
167 RectClearTestCommand::RectClearTestCommand (deUint32 x, deUint32 y, deUint32 width, deUint32 height, Vec4 color) in RectClearTestCommand() argument
[all...]
H A DvktDrawShaderLayerTests.cpp586 float width = cell.z() / float(renderSize.x()); in generateVertices() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp443 void setDynamicViewportState (const deUint32 width, const deUint32 height) in setDynamicViewportState() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp439 LayeredImageAccess (const VkFormat format, const deUint32 width, const deUint32 numLayers, const void* pData) in LayeredImageAccess() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp246 StorageImage2D::StorageImage2D (Context& context, VkFormat vkFormat, const int width, const int height, bool sparse) in StorageImage2D() argument
383 StorageBuffer2D::StorageBuffer2D (Context& context, const tcu::TextureFormat& format, deUint32 width, deUint32 height) in StorageBuffer2D() argument
H A DvktImageSampleCompressedTextureTests.cpp254 TextureLevel makeReferenceImage (const VkFormat format, int width, int height) in makeReferenceImage() argument
256 TextureLevel referenceImage(mapVkFormat(format), width, height, 1); in makeReferenceImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp171 uint32_t width; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp940 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
H A DvktPipelineDepthRangeUnrestrictedTests.cpp327 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
H A DvktPipelineImage2DViewOf3DTests.cpp85 int32_t width = computeMipLevelDimension(baseLevelSize.x(), mipLevel); in computeMipLevelSize() local
H A DvktPipelineImageUtil.cpp750 TestTexture::TestTexture (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture() argument
762 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture() argument
1048 TestTexture1D::TestTexture1D (const tcu::TextureFormat& format, int width) in TestTexture1D() argument
1056 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D() argument
1110 TestTexture1DArray(const tcu::TextureFormat& format, int width, int arraySize) TestTexture1DArray() argument
1118 TestTexture1DArray(const tcu::CompressedTexFormat& format, int width, int arraySize) TestTexture1DArray() argument
1187 TestTexture2D(const tcu::TextureFormat& format, int width, int height) TestTexture2D() argument
1195 TestTexture2D(const tcu::TextureFormat& format, int width, int height, int miplevels) TestTexture2D() argument
1204 TestTexture2D(const tcu::CompressedTexFormat& format, int width, int height) TestTexture2D() argument
1258 TestTexture2DArray(const tcu::TextureFormat& format, int width, int height, int arraySize) TestTexture2DArray() argument
1266 TestTexture2DArray(const tcu::CompressedTexFormat& format, int width, int height, int arraySize) TestTexture2DArray() argument
1335 TestTexture3D(const tcu::TextureFormat& format, int width, int height, int depth) TestTexture3D() argument
1343 TestTexture3D(const tcu::CompressedTexFormat& format, int width, int height, int depth) TestTexture3D() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp445 vk::Move<vk::VkFramebuffer> createFramebuffer (ProtectedContext& context, deUint32 width, deUint32 height, in createFramebuffer() argument
734 const deUint32 width = (deUint32)texture2D.getWidth(); in uploadImage() local
833 void copyToProtectedImage (ProtectedContext& ctx, vk::VkImage srcImage, vk::VkImage dstImage, vk::VkImageLayout dstImageLayout, deUint32 width, deUint3 argument
329 createImage2D(ProtectedContext& context, ProtectionMode protectionMode, const deUint32 queueFamilyIdx, deUint32 width, deUint32 height, vk::VkFormat format, vk::VkImageUsageFlags usageFlags) createImage2D() argument
[all...]
H A DvktProtectedMemYCbCrConversionTests.cpp774 createYcbcrImage2D(ProtectedContext& context, const ProtectionMode protectionMode, const deUint32 width, const deUint32 height, const vk::VkFormat format, const vk::VkImageCreateFlags createFlags, const vk::VkImageUsageFlags usageFlags) createYcbcrImage2D() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryPositionFetchTests.cpp307 static Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk, const VkDevice device, VkRenderPass renderPass, uint32_t width, uint32_t height) in makeFramebuffer() argument
536 const uint32_t width = 32u; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp57 deUint32 width; member
137 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
679 const deUint32 width = 512u; createBuildIndirectTests() local
[all...]
H A DvktRayTracingBuildLargeTests.cpp61 deUint32 width; member
118 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
[all...]
H A DvktRayTracingBuildTests.cpp74 deUint32 width; member
102 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
[all...]
H A DvktRayTracingMemGuaranteeTests.cpp68 deUint32 width; member
102 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
818 const deUint32 width = 16u; createMemGuaranteeTests() local
[all...]
H A DvktRayTracingTraversalControlTests.cpp118 deUint32 width; member
144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
[all...]
H A DvktRayTracingWatertightnessTests.cpp61 deUint32 width; member
170 VkImageCreateInfo makeImageCreateInfo(deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp145 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height) createImage() argument
210 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
429 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView srcImageView, VkImageView dstMultisampleImageView, VkImageView dstSinglesampleImageView, deUint32 width, deUint32 height) createFramebuffer() argument
482 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument
594 createSubpassPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSubpassPipeline() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp526 const deInt32 width = resultBuffer.getWidth(); in iterate() local
937 const deInt32 width in iterate() local
[all...]
H A DvktShaderObjectRenderingTests.cpp503 void ShaderObjectRenderingInstance::generateExpectedImage (const tcu::PixelBufferAccess& outputImage, const deUint32 width, const deUint32 height, deUint32 attachmentIndex) in generateExpectedImage() argument
740 const deUint32 width = m_renderArea.extent.width; in iterate() local
747 tcu::TextureLevel textureLevel (mapVkFormat(m_colorFormats[k]), width, height); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp64 _checkFragmentSubgroupBarriersNoSSBO(vector<const void*> datas, deUint32 width, deUint32 height, bool withImage) _checkFragmentSubgroupBarriersNoSSBO() argument
98 checkFragmentSubgroupBarriersNoSSBO(const void *internalData, vector<const void*> datas, deUint32 width, deUint32 height, deUint32) checkFragmentSubgroupBarriersNoSSBO() argument
109 checkFragmentSubgroupBarriersWithImageNoSSBO(const void* internalData, vector<const void*> datas, deUint32 width, deUint32 height, deUint32) checkFragmentSubgroupBarriersWithImageNoSSBO() argument
120 checkVertexPipelineStagesSubgroupElectNoSSBO(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStagesSubgroupElectNoSSBO() argument
152 checkVertexPipelineStagesSubgroupElect(const void* internalData, vector<const void*> datas, deUint32 width, deUint32, bool multipleCallsPossible) checkVertexPipelineStagesSubgroupElect() argument
186 checkVertexPipelineStagesSubgroupBarriers(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStagesSubgroupBarriers() argument
209 _checkVertexPipelineStagesSubgroupBarriersNoSSBO(vector<const void*> datas, deUint32 width, bool withImage) _checkVertexPipelineStagesSubgroupBarriersNoSSBO() argument
236 checkVertexPipelineStagesSubgroupBarriersNoSSBO(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStagesSubgroupBarriersNoSSBO() argument
246 checkVertexPipelineStagesSubgroupBarriersWithImageNoSSBO(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStagesSubgroupBarriersWithImageNoSSBO() argument
256 _checkTessellationEvaluationSubgroupBarriersNoSSBO(vector<const void*> datas, deUint32 width, deUint32, bool withImage) _checkTessellationEvaluationSubgroupBarriersNoSSBO() argument
280 checkTessellationEvaluationSubgroupBarriersWithImageNoSSBO(const void* internalData, vector<const void*> datas, deUint32 width, deUint32 height) checkTessellationEvaluationSubgroupBarriersWithImageNoSSBO() argument
290 checkTessellationEvaluationSubgroupBarriersNoSSBO(const void* internalData, vector<const void*> datas, deUint32 width, deUint32 height) checkTessellationEvaluationSubgroupBarriersNoSSBO() argument
[all...]
H A DvktSubgroupsSizeControlTests.cpp215 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkCompute() local
258 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkComputeRequireFull() local
120 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
157 checkFragmentPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32 height, deUint32) checkFragmentPipelineStages() argument

Completed in 40 milliseconds

1...<<211212213214215216217218219220>>...295