/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationWindingTests.cpp | 447 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("… in iterate() 448 … (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc… in iterate() 449 …vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get("tese… in iterate() 450 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get… in iterate() 457 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("… in iterate() 458 … (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc… in iterate() 459 …vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get("tese… in iterate() 460 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get… in iterate()
|
D | vktTessellationGeometryPointSizeTests.cpp | 345 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("v… in test() 346 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("… in test() 350 … (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc… in test() 351 … (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese… in test() 355 ….setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, context.getBinaryCollection().get("g… in test()
|
D | vktTessellationGeometryGridRenderTests.cpp | 566 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("ver… in iterate() 567 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get("f… in iterate() 568 …(vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc… in iterate() 569 …vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get("tese… in iterate() 570 ….setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get("g… in iterate()
|
D | vktTessellationGeometryPassthroughTests.cpp | 521 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get(… in iterate() 522 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get… in iterate() 526 … (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc… in iterate() 527 …vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(pipel… in iterate() 531 ….setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(… in iterate()
|
D | vktTessellationCommonEdgeTests.cpp | 382 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("ver… in test() 383 ….setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection(… in test() 384 … (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese… in test() 385 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("fr… in test()
|
D | vktTessellationMiscDrawTests.cpp | 212 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("v… in runTest() 213 … (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc… in runTest() 214 … (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese… in runTest() 215 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("… in runTest()
|
D | vktTessellationPrimitiveDiscardTests.cpp | 481 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("v… in test() 482 … (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc… in test() 483 … (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get(needP… in test() 484 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("… in test()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 96 …const string geometryShaderName = (m_context.getBinaryCollection().contains("geometry_pointsi… in iterate() 101 ….setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vertex… in iterate() 102 ….setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(geome… in iterate() 103 ….setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get("frag… in iterate()
|
D | vktGeometryInstancedRenderingTests.cpp | 168 …derModule> vertexModule (createShaderModule (vk, device, context.getBinaryCollection().get("vert… in draw() 169 …rModule> geometryModule (createShaderModule (vk, device, context.getBinaryCollection().get("geom… in draw() 170 …rModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCollection().get("frag… in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 431 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("ver… in testPrimitivesInside() 432 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("fr… in testPrimitivesInside() 484 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("ver… in testPrimitivesOutside() 485 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("fr… in testPrimitivesOutside() 529 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("ver… in testPrimitivesDepthClamp() 530 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("fr… in testPrimitivesDepthClamp() 620 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("ver… in testPrimitivesDepthClip() 621 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("fr… in testPrimitivesDepthClip() 763 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("ver… in testLargePoints() 764 …shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("fr… in testLargePoints() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemContext.hpp | 64 …vk::BinaryCollection& getBinaryCollection (void) const { return m_context.getBinaryCollection… in getBinaryCollection() function in vkt::ProtectedMem::ProtectedContext
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDerivativeTests.cpp | 81 …Move<VkShaderModule> shaderModule = createShaderModule(vk, vkDevice, context.getBinaryCollection(… in testComputeDerivativeByHandle() 119 …Move<VkShaderModule> shaderModule = createShaderModule(vk, vkDevice, context.getBinaryCollection(… in testComputeDerivativeByIndex()
|
D | vktPipelineEarlyDestroyTests.cpp | 76 … vertexShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("colo… in testEarlyDestroy() 77 … fragmentShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("colo… in testEarlyDestroy()
|
D | vktPipelineMatchedAttachmentsTests.cpp | 74 … vertexShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("colo… in testMatchedAttachments() 75 … fragmentShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("colo… in testMatchedAttachments()
|
D | vktPipelineStencilExportTests.cpp | 491 …odule> vertexModule = createShaderModule (vk, device, context.getBinaryCollection().get("vert… in testStencilExportReplace() 492 … fragmentStencilModule = createShaderModule (vk, device, context.getBinaryCollection().get("frag… in testStencilExportReplace() 493 … fragmentColorModule = createShaderModule (vk, device, context.getBinaryCollection().get("frag… in testStencilExportReplace()
|
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 825 …erModule> vertexModuleDraw (createShaderModule(vk, device, context.getBinaryCollection().get("vert… in drawAndSampleInputAttachment() 826 …Module> fragmentModuleDraw (createShaderModule(vk, device, context.getBinaryCollection().get("frag… in drawAndSampleInputAttachment() 835 …odule> vertexModuleSample (createShaderModule(vk, device, context.getBinaryCollection().get("vert… in drawAndSampleInputAttachment() 836 …dule> fragmentModuleSample (createShaderModule(vk, device, context.getBinaryCollection().get("frag… in drawAndSampleInputAttachment() 996 …erModule> vertexModuleDraw (createShaderModule(vk, device, context.getBinaryCollection().get("vert… in draw() 997 …Module> fragmentModuleDraw (createShaderModule(vk, device, context.getBinaryCollection().get("frag… in draw() 1092 …ShaderModule> shaderModule (createShaderModule(vk, device, context.getBinaryCollection().get(shade… in dispatchSampleImage()
|
/external/deqp/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.cpp | 284 if (!m_context.getBinaryCollection().contains(shader.shader_name)) in iterate() 287 size_t len = m_context.getBinaryCollection().get(shader.shader_name).getSize(); in iterate() 293 deMemcpy(data.data(), m_context.getBinaryCollection().get(shader.shader_name).getBinary(), len); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCBTests.cpp | 65 …vk::VkShaderModule> vs (createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_ver… in initPipeline() 66 …vk::VkShaderModule> fs (createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fra… in initPipeline()
|
D | vktDynamicStateVPTests.cpp | 239 …<vk::VkShaderModule> vs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_ver… in initPipeline() 240 …<vk::VkShaderModule> gs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_geo… in initPipeline() 241 …<vk::VkShaderModule> fs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fra… in initPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDescriptorSetTests.cpp | 77 … vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert… in descriptorSetLayoutLifetimeGraphicsTest() 192 …e> computeShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("comp… in descriptorSetLayoutLifetimeComputeTest()
|
D | vktApiSmokeTests.cpp | 115 …const Unique<VkShaderModule> shader (createShaderModule(vk, vkDevice, context.getBinaryCollection… in createShaderModuleTest() 447 …ule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert… in renderTriangleTest() 448 …ule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag… in renderTriangleTest() 771 const ProgramBinary vertBin = context.getBinaryCollection().get("vert"); in renderTriangleDummyExtStructTest() 772 const ProgramBinary fragBin = context.getBinaryCollection().get("frag"); in renderTriangleDummyExtStructTest() 1368 …ule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert… in renderTriangleUnusedResolveAttachmentTest() 1369 …ule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag… in renderTriangleUnusedResolveAttachmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 2307 context.getBinaryCollection().get("vert"), 0u)); in makeTessellationEvaluationFrameBufferTest() 2309 context.getBinaryCollection().get("tesc"), 0u)); in makeTessellationEvaluationFrameBufferTest() 2311 context.getBinaryCollection().get("tese"), 0u)); in makeTessellationEvaluationFrameBufferTest() 2313 context.getBinaryCollection().get("fragment"), 0u)); in makeTessellationEvaluationFrameBufferTest() 2528 …ule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert… in makeGeometryFrameBufferTest() 2529 …le> geometryShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("geom… in makeGeometryFrameBufferTest() 2530 …le> fragmentShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("frag… in makeGeometryFrameBufferTest() 2762 vertexShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(vert), 0u); in allStages() 2765 teCtrlShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(tesc), 0u); in allStages() 2766 teEvalShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(tese), 0u); in allStages() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 366 …m_vertexShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("verte… in GraphicsEnvironment() 367 …m_fragmentShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("fra… in GraphicsEnvironment() 481 …m_computeShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("comp… in ComputeEnvironment()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBaseClass.cpp | 150 …<vk::VkShaderModule> vs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_ver… in initPipeline() 151 …<vk::VkShaderModule> fs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fra… in initPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 334 m_vertexModule = createShaderModule (vk, device, context.getBinaryCollection().get("vert"), 0u); in ScissorRenderer() 335 m_geometryModule = createShaderModule (vk, device, context.getBinaryCollection().get("geom"), 0u); in ScissorRenderer() 336 m_fragmentModule = createShaderModule (vk, device, context.getBinaryCollection().get("frag"), 0u); in ScissorRenderer()
|