Home
last modified time | relevance | path

Searched refs:DE_NULL (Results 1 – 25 of 1656) sorted by relevance

12345678910>>...67

/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcKhronosMustpassGl.hpp25 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
27 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
28 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
29 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
30 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
31 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
32 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
33 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
34 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
[all …]
DglcKhronosMustpassEs.hpp25 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
27 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
28 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
29 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
30 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
31 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
35 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
36 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
37 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
[all …]
DglcAospMustpassEs.hpp25 { glu::ApiType::es(2, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
26 { glu::ApiType::es(3, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
28 { glu::ApiType::es(3, 0), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 },
31 { glu::ApiType::es(3, 0), "rotate-landscape", "rgba8888d24s8ms0", "90", -1, DE_NULL, 256, 256 },
34 …{ glu::ApiType::es(3, 0), "rotate-reverse-portrait", "rgba8888d24s8ms0", "180", -1, DE_NULL, 256, …
37 …{ glu::ApiType::es(3, 0), "rotate-reverse-landscape", "rgba8888d24s8ms0", "270", -1, DE_NULL, 256,…
39 …{ glu::ApiType::es(3, 0), "multisample", "rgba8888d24s8ms4", "unspecified", -1, DE_NULL, 256, 256 …
41 …{ glu::ApiType::es(3, 0), "565-no-depth-no-stencil", "rgb565d0s0ms0", "unspecified", -1, DE_NULL, …
43 { glu::ApiType::es(3, 1), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
45 { glu::ApiType::es(3, 1), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 },
[all …]
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContext.hpp46 virtual int getWidth (void) const = DE_NULL;
47 virtual int getHeight (void) const = DE_NULL;
49 virtual void activeTexture (deUint32 texture) = DE_NULL;
50 virtual void viewport (int x, int y, int width, int height) = DE_NULL;
52 virtual void bindTexture (deUint32 target, deUint32 texture) = DE_NULL;
53 virtual void genTextures (int numTextures, deUint32* textures) = DE_NULL;
54 virtual void deleteTextures (int numTextures, const deUint32* textures) = DE_NULL;
56 virtual void bindFramebuffer (deUint32 target, deUint32 framebuffer) = DE_NULL;
57 virtual void genFramebuffers (int numFramebuffers, deUint32* framebuffers) = DE_NULL;
58 virtual void deleteFramebuffers (int numFramebuffers, const deUint32* framebuffers) = DE_NULL;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorSetTests.cpp59 DE_NULL, // const void* pNext; in createPipelineLayoutDestroyDescriptorSetLayout()
64 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in createPipelineLayoutDestroyDescriptorSetLayout()
84 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest()
89 DE_NULL, // const VkSpecializationInfo* pSpecializationInfo; in descriptorSetLayoutLifetimeGraphicsTest()
95 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest()
98 DE_NULL, // const VkVertexInputBindingDescription* pVertexBindingDescriptions; in descriptorSetLayoutLifetimeGraphicsTest()
100 DE_NULL // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in descriptorSetLayoutLifetimeGraphicsTest()
106 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest()
115 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest()
134 DE_NULL, // const VkAttachmentReference* pInputAttachments in descriptorSetLayoutLifetimeGraphicsTest()
[all …]
DvktApiPipelineTests.cpp81 DE_NULL, // const void* pNext; in createCommandBuffer()
112 DE_NULL, // const void* pNext; in drawTriangleTest()
129 DE_NULL, // const deUint32* pQueueFamilyIndices; in drawTriangleTest()
143 DE_NULL, // const void* pNext; in drawTriangleTest()
149 DE_NULL, // const deUint32* pQueueFamilyIndices; in drawTriangleTest()
161 DE_NULL, // const void* pNext; in drawTriangleTest()
166 …<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, DE_NULL)); in drawTriangleTest()
172 DE_NULL, // const void* pNext; in drawTriangleTest()
174 DE_NULL // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in drawTriangleTest()
203 DE_NULL, // const VkAttachmentReference* pInputAttachments in drawTriangleTest()
[all …]
DvktApiObjectManagementTests.cpp193 : m_barrier(DE_NULL) in ThreadGroupThread()
274 , allocationCallbacks (DE_NULL) in Environment()
309 , allocationCallbacks(DE_NULL) in Environment()
521 …ector<VkExtensionProperties> instanceExts = enumerateInstanceExtensionProperties(env.vkp, DE_NULL); in create()
535 DE_NULL, in create()
536 DE_NULL, // pApplicationName in create()
538 DE_NULL, // pEngineName in create()
546 DE_NULL, in create()
550 DE_NULL, // ppEnabledLayerNames in create()
552 extensionNamePtrs.empty() ? DE_NULL : &extensionNamePtrs[0], // ppEnabledExtensionNames in create()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDescriptorSetTests.cpp59 DE_NULL, // const void* pNext; in createPipelineLayoutDestroyDescriptorSetLayout()
64 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in createPipelineLayoutDestroyDescriptorSetLayout()
84 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest()
89 DE_NULL, // const VkSpecializationInfo* pSpecializationInfo; in descriptorSetLayoutLifetimeGraphicsTest()
95 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest()
98 DE_NULL, // const VkVertexInputBindingDescription* pVertexBindingDescriptions; in descriptorSetLayoutLifetimeGraphicsTest()
100 DE_NULL // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in descriptorSetLayoutLifetimeGraphicsTest()
106 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest()
115 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest()
134 DE_NULL, // const VkAttachmentReference* pInputAttachments in descriptorSetLayoutLifetimeGraphicsTest()
[all …]
DvktApiPipelineTests.cpp81 DE_NULL, // const void* pNext; in createCommandBuffer()
112 DE_NULL, // const void* pNext; in drawTriangleTest()
129 DE_NULL, // const deUint32* pQueueFamilyIndices; in drawTriangleTest()
143 DE_NULL, // const void* pNext; in drawTriangleTest()
149 DE_NULL, // const deUint32* pQueueFamilyIndices; in drawTriangleTest()
161 DE_NULL, // const void* pNext; in drawTriangleTest()
166 …<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, DE_NULL)); in drawTriangleTest()
172 DE_NULL, // const void* pNext; in drawTriangleTest()
174 DE_NULL // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in drawTriangleTest()
203 DE_NULL, // const VkAttachmentReference* pInputAttachments in drawTriangleTest()
[all …]
DvktApiObjectManagementTests.cpp193 : m_barrier(DE_NULL) in ThreadGroupThread()
274 , allocationCallbacks (DE_NULL) in Environment()
309 , allocationCallbacks(DE_NULL) in Environment()
521 …ector<VkExtensionProperties> instanceExts = enumerateInstanceExtensionProperties(env.vkp, DE_NULL); in create()
535 DE_NULL, in create()
536 DE_NULL, // pApplicationName in create()
538 DE_NULL, // pEngineName in create()
546 DE_NULL, in create()
550 DE_NULL, // ppEnabledLayerNames in create()
552 extensionNamePtrs.empty() ? DE_NULL : &extensionNamePtrs[0], // ppEnabledExtensionNames in create()
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkRefUtil.inl6 …e& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
7 …lDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
8 …ice, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
9 …e device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
10 …vice, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
11 …e device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
12 …vice, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
13 … device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
14 …ice, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
15 …e device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp56 …deoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in hostResetSetEventCase()
62 DE_NULL, in hostResetSetEventCase()
70 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase()
73 ptrEvent = Move<VkEvent>(check<VkEvent>(event), Deleter<VkEvent>(vk, device, DE_NULL)); in hostResetSetEventCase()
95 …deoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in deviceResetSetEventCase()
107 DE_NULL, // const void* pNext in deviceResetSetEventCase()
113 …nfoKHR dependencyInfo = makeCommonDependencyInfo(&memoryBarrier2, DE_NULL, DE_NULL, DE_TRUE); in deviceResetSetEventCase()
124 DE_NULL, // const VkSemaphoreSubmitInfoKHR* pWaitSemaphoreInfos in deviceResetSetEventCase()
128 DE_NULL // const VkSemaphoreSubmitInfoKHR* pSignalSemaphoreInfos in deviceResetSetEventCase()
131 VK_CHECK(synchronizationWrapper->queueSubmit(queue, DE_NULL)); in deviceResetSetEventCase()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp56 …deoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in hostResetSetEventCase()
62 DE_NULL, in hostResetSetEventCase()
70 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase()
73 ptrEvent = Move<VkEvent>(check<VkEvent>(event), Deleter<VkEvent>(vk, device, DE_NULL)); in hostResetSetEventCase()
95 …deoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in deviceResetSetEventCase()
107 DE_NULL, // const void* pNext in deviceResetSetEventCase()
113 …nfoKHR dependencyInfo = makeCommonDependencyInfo(&memoryBarrier2, DE_NULL, DE_NULL, DE_TRUE); in deviceResetSetEventCase()
124 DE_NULL, // const VkSemaphoreSubmitInfoKHR* pWaitSemaphoreInfos in deviceResetSetEventCase()
128 DE_NULL // const VkSemaphoreSubmitInfoKHR* pSignalSemaphoreInfos in deviceResetSetEventCase()
131 VK_CHECK(synchronizationWrapper->queueSubmit(queue, DE_NULL)); in deviceResetSetEventCase()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.hpp62 PointerWrapper(): ptr(DE_NULL) {} in PointerWrapper()
71 ConstPointerWrapper(): ptr(DE_NULL) {} in ConstPointerWrapper()
162 … setupVertexInputState (const VkPipelineVertexInputStateCreateInfo* vertexInputState = DE_NULL,
163 const VkPipelineInputAssemblyStateCreateInfo* inputAssemblyState = DE_NULL,
164 const VkPipelineCache partPipelineCache = DE_NULL,
174 const VkPipelineRasterizationStateCreateInfo* rasterizationState = DE_NULL,
175 const VkShaderModule tessellationControlShaderModule = DE_NULL,
176 const VkShaderModule tessellationEvalShaderModule = DE_NULL,
177 const VkShaderModule geometryShaderModule = DE_NULL,
178 const VkSpecializationInfo* specializationInfo = DE_NULL,
[all …]
DvkObjUtil.cpp66 DE_NULL, // VkPipeline basePipelineHandle; in makeComputePipeline()
83 DE_NULL); in makeComputePipeline()
112 DE_NULL, // const void* pNext in makeGraphicsPipeline()
121 DE_NULL, // const void* pNext in makeGraphicsPipeline()
129 DE_NULL, // const void* pNext in makeGraphicsPipeline()
132 …viewports.empty() ? DE_NULL : &viewports[0], // const VkViewport* pVie… in makeGraphicsPipeline()
134 …scissors.empty() ? DE_NULL : &scissors[0] // const VkRect2D* pSciss… in makeGraphicsPipeline()
147 DE_NULL, // const void* pNext in makeGraphicsPipeline()
150 …dynamicStates.empty() ? DE_NULL : &dynamicStates[0] // const VkDynamicState* pDyna… in makeGraphicsPipeline()
153 …CreateInfo* dynamicStateCreateInfoDefaultPtr = dynamicStates.empty() ? DE_NULL : &dynamicStateCr… in makeGraphicsPipeline()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderUtil.cpp117 DE_NULL, // const void* pNext; in makeImageCreateInfo()
129 DE_NULL, // const uint32_t* pQueueFamilyIndices; in makeImageCreateInfo()
144 DE_NULL //const VkSampler* pImmutableSamplers; in makeDescriptorSetLayout()
150 DE_NULL, //const void* pNext; in makeDescriptorSetLayout()
172 DE_NULL, // || const void* pNext; in makeRenderPass()
187 DE_NULL, // || const void* pNext; in makeRenderPass()
196 DE_NULL, // || const void* pNext; in makeRenderPass()
211 DE_NULL, // || const void* pNext; in makeRenderPass()
236 DE_NULL, // || const void* pNext; in makeRenderPass()
241DE_NULL, // const VkAttachmentReference* pInputAttachments; || const VkAttachment… in makeRenderPass()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp117 DE_NULL, // const void* pNext; in makeImageCreateInfo()
129 DE_NULL, // const uint32_t* pQueueFamilyIndices; in makeImageCreateInfo()
144 DE_NULL //const VkSampler* pImmutableSamplers; in makeDescriptorSetLayout()
150 DE_NULL, //const void* pNext; in makeDescriptorSetLayout()
172 DE_NULL, // || const void* pNext; in makeRenderPass()
187 DE_NULL, // || const void* pNext; in makeRenderPass()
196 DE_NULL, // || const void* pNext; in makeRenderPass()
211 DE_NULL, // || const void* pNext; in makeRenderPass()
236 DE_NULL, // || const void* pNext; in makeRenderPass()
241DE_NULL, // const VkAttachmentReference* pInputAttachments; || const VkAttachment… in makeRenderPass()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp188 …<< Option<CaseList> (DE_NULL, "deqp-caselist", "Case list to run in trie format (e.g. {… in registerOptions()
189 …<< Option<CaseListFile> (DE_NULL, "deqp-caselist-file", "Read case list (in trie format) … in registerOptions()
190 …<< Option<CaseListResource> (DE_NULL, "deqp-caselist-resource", "Read case list (in trie fo… in registerOptions()
191 …<< Option<StdinCaseList> (DE_NULL, "deqp-stdin-caselist", "Read case list (in trie format)… in registerOptions()
192 …<< Option<LogFilename> (DE_NULL, "deqp-log-filename", "Write test results to given file",… in registerOptions()
193 …<< Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, write list of test cases … in registerOptions()
195 …<< Option<ExportFilenamePattern> (DE_NULL, "deqp-caselist-export-file", "Set the target file n… in registerOptions()
196 …<< Option<WatchDog> (DE_NULL, "deqp-watchdog", "Enable test watchdog", s_enableN… in registerOptions()
197 …<< Option<CrashHandler> (DE_NULL, "deqp-crashhandler", "Enable crash handling", s_e… in registerOptions()
198 …<< Option<BaseSeed> (DE_NULL, "deqp-base-seed", "Base seed for test cases that use rand… in registerOptions()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp350 DE_NULL, // pImmutableSamplers in iterate()
357 DE_NULL, // pImmutableSamplers in iterate()
365 DE_NULL, // pNext in iterate()
398 DE_NULL, // pNext in iterate()
403 DE_NULL, // pPushConstantRanges in iterate()
415 DE_NULL, // const void* pNext; in iterate()
433 DE_NULL, // const deUint32* pQueueFamilyIndices; in iterate()
440 DE_NULL, // const void* pNext; in iterate()
442 DE_NULL, // VkImage image; in iterate()
468 …VkDescriptorImageInfo imageInfo = makeDescriptorImageInfo(DE_NULL, *imageView, VK_IMAGE_LAYOUT_GEN… in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp350 DE_NULL, // pImmutableSamplers in iterate()
357 DE_NULL, // pImmutableSamplers in iterate()
365 DE_NULL, // pNext in iterate()
398 DE_NULL, // pNext in iterate()
403 DE_NULL, // pPushConstantRanges in iterate()
415 DE_NULL, // const void* pNext; in iterate()
433 DE_NULL, // const deUint32* pQueueFamilyIndices; in iterate()
440 DE_NULL, // const void* pNext; in iterate()
442 DE_NULL, // VkImage image; in iterate()
468 …VkDescriptorImageInfo imageInfo = makeDescriptorImageInfo(DE_NULL, *imageView, VK_IMAGE_LAYOUT_GEN… in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp109 DE_NULL, // const void* pNext in createRenderPass()
122 DE_NULL, // const void* pNext in createRenderPass()
135 DE_NULL, // const void* pNext in createRenderPass()
150 DE_NULL, // const void* pNext in createRenderPass()
157 DE_NULL, // const void* pNext in createRenderPass()
164 DE_NULL, // const void* pNext in createRenderPass()
173 DE_NULL, in createRenderPass()
178 DE_NULL, // const VkAttachmentReference* pInputAttachments in createRenderPass()
181 DE_NULL, // const VkAttachmentReference* pResolveAttachments in createRenderPass()
182 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment in createRenderPass()
[all …]
DvktDynamicRenderingRandomTests.cpp152 DE_NULL, // const void* pNext in DynamicRenderingTestInstance()
165 DE_NULL, // const deUint32* pQueueFamilyIndices in DynamicRenderingTestInstance()
190 m_pipelineLayout = makePipelineLayout(vk, device, 0u, DE_NULL, 1u, &pcRange); in DynamicRenderingTestInstance()
219 DE_NULL, // const void* pNext in DynamicRenderingTestInstance()
231 DE_NULL, // const VkShaderModule tessellationControlShaderModule in DynamicRenderingTestInstance()
232 DE_NULL, // const VkShaderModule tessellationEvalShaderModule in DynamicRenderingTestInstance()
233 DE_NULL, // const VkShaderModule geometryShaderModule in DynamicRenderingTestInstance()
235 DE_NULL, // const VkRenderPass renderPass in DynamicRenderingTestInstance()
241DE_NULL, // const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo in DynamicRenderingTestInstance()
242DE_NULL, // const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo in DynamicRenderingTestInstance()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp109 DE_NULL, // const void* pNext in createRenderPass()
122 DE_NULL, // const void* pNext in createRenderPass()
135 DE_NULL, // const void* pNext in createRenderPass()
150 DE_NULL, // const void* pNext in createRenderPass()
157 DE_NULL, // const void* pNext in createRenderPass()
164 DE_NULL, // const void* pNext in createRenderPass()
173 DE_NULL, in createRenderPass()
178 DE_NULL, // const VkAttachmentReference* pInputAttachments in createRenderPass()
181 DE_NULL, // const VkAttachmentReference* pResolveAttachments in createRenderPass()
182 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment in createRenderPass()
[all …]
DvktDynamicRenderingRandomTests.cpp152 DE_NULL, // const void* pNext in DynamicRenderingTestInstance()
165 DE_NULL, // const deUint32* pQueueFamilyIndices in DynamicRenderingTestInstance()
190 m_pipelineLayout = makePipelineLayout(vk, device, 0u, DE_NULL, 1u, &pcRange); in DynamicRenderingTestInstance()
219 DE_NULL, // const void* pNext in DynamicRenderingTestInstance()
231 DE_NULL, // const VkShaderModule tessellationControlShaderModule in DynamicRenderingTestInstance()
232 DE_NULL, // const VkShaderModule tessellationEvalShaderModule in DynamicRenderingTestInstance()
233 DE_NULL, // const VkShaderModule geometryShaderModule in DynamicRenderingTestInstance()
235 DE_NULL, // const VkRenderPass renderPass in DynamicRenderingTestInstance()
241DE_NULL, // const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo in DynamicRenderingTestInstance()
242DE_NULL, // const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo in DynamicRenderingTestInstance()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp100 DE_NULL, // const void* pNext; in createImageRobustnessDevice()
120 DE_NULL, // void* pNext; in createImageRobustnessDevice()
140 DE_NULL, // const char* const* ppEnabledLayerNames; in createImageRobustnessDevice()
142 …deviceExtensions.empty() ? DE_NULL : &deviceExtensions[0], // const char* const* ppEnabledExten… in createImageRobustnessDevice()
143 DE_NULL, // const VkPhysicalDeviceFeatures* pEnabledFeatures; in createImageRobustnessDevice()
174 …ragmentShadingRatesKHR(context.getPhysicalDevice(), &m_supportedFragmentShadingRateCount, DE_NULL); in FSRPixelConsistencyInstance()
532 DE_NULL, // const void* pNext; in iterate()
548 DE_NULL, // const deUint32* pQueueFamilyIndices; in iterate()
557 DE_NULL, // const void* pNext; in iterate()
590 DE_NULL, // const void* pNext; in iterate()
[all …]

12345678910>>...67