Home
last modified time | relevance | path

Searched defs:compModule (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCComputeGetInfoTests.cpp92 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in constantPipelineMemoryRequirements() local
162 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in constantPipelineDeviceAddress() local
185 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in constantPipelineCaptureReplayAddress() local
264 Move<VkShaderModule> compModule; in constantCommandsMemReqs() local
DvktDGCPropertyTests.cpp157 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in maxIndirectCommandsTokenCountRun() local
304 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in maxIndirectCommandsStreamCountRun() local
510 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in maxIndirectCommandsTokenOffsetRun() local
684 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in maxIndirectCommandsStreamStrideRun() local
868 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in minIndirectCommandsBufferOffsetAlignmentRun() local
1028 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in minSequencesOffsetAlignmentsRun() local
DvktDGCComputeMiscTests.cpp145 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in manyExecutesRun() local
342 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in fullReplayRun() local
580 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in iterate() local
DvktDGCPropertyTestsExt.cpp251 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in maxIndirectCommandsTokenCountRun() local
397 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in maxIndirectCommandsTokenOffsetRun() local
568 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in maxIndirectCommandsIndirectStrideRun() local
DvktDGCComputeMiscTestsExt.cpp159 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in twoCmdBuffersRun() local
353 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in manyExecutesRun() local
550 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in manySequencesRun() local
764 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in iterate() local
1069 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in iterate() local
1368 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in iterate() local
2019 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in iterate() local
DvktDGCComputeConditionalTestsExt.cpp204 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in conditionalDispatchRun() local
388 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in conditionalPreprocessRun() local
DvktDGCComputeGetInfoTestsExt.cpp131 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in constantCommandsMemReqs() local
DvktDGCComputeConditionalTests.cpp219 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in conditionalDispatchRun() local
462 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in conditionalPreprocessRun() local
DvktDGCComputeSubgroupTestsExt.cpp234 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in verifyBuiltins() local
DvktDGCComputeSubgroupTests.cpp231 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in verifyBuiltins() local
DvktDGCComputeSmokeTests.cpp242 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in iterate() local
DvktDGCComputePreprocessTests.cpp211 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in parallelPreprocessRun() local
DvktDGCComputeSmokeTestsExt.cpp239 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in iterate() local
DvktDGCComputePreprocessTestsExt.cpp218 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in parallelPreprocessRun() local
DvktDGCComputeLayoutTests.cpp288 const auto compModule = createShaderModule(vkd, device, binaries.get("comp")); in createPipelines() local
DvktDGCComputeLayoutTestsExt.cpp367 Move<VkShaderModule> compModule; in createPipelinesOrShaders() local
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBarycentricCoordinatesTests.cpp313 …const auto compModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"… in iterate() local
DvktRayQueryNonUniformArgsTests.cpp296 …const auto compModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"… in iterate() local
DvktRayQueryPositionFetchTests.cpp617 …const auto compModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"… in iterate() local
DvktRayQueryDirectionTests.cpp423 …const auto compModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"… in iterate() local
DvktRayQueryOpacityMicromapTests.cpp978 …const auto compModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingStagesTests.cpp356 …const auto compModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), … in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSyncTestsEXT.cpp1701 const auto compModule = createShaderModule(vkd, device, binaries.get("comp")); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp1490 Move<VkShaderModule> compModule; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp5518 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in manyIndirectDispatchesTest() local
5713 const auto compModule = createShaderModule(ctx.vkd, ctx.device, binaries.get("comp")); in iterate() local

12