Home
last modified time | relevance | path

Searched refs:computePipelineConstructionType (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp168 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in MaxWorkgroupMemoryInstance() argument
171 , m_computePipelineConstructionType(computePipelineConstructionType) in MaxWorkgroupMemoryInstance()
185 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in MaxWorkgroupMemoryTest() argument
188 , m_computePipelineConstructionType(computePipelineConstructionType) in MaxWorkgroupMemoryTest()
269 vk::ComputePipelineConstructionType computePipelineConstructionType) in AddMaxWorkgroupMemoryTests() argument
276 computePipelineConstructionType)); in AddMaxWorkgroupMemoryTests()
293 const vk::ComputePipelineConstructionType computePipelineConstructionType) in TypeTestInstance() argument
296 , m_computePipelineConstructionType(computePipelineConstructionType) in TypeTestInstance()
310 const vk::ComputePipelineConstructionType computePipelineConstructionType) in TypeTest() argument
313 , m_computePipelineConstructionType(computePipelineConstructionType) in TypeTest()
[all …]
H A DvktComputeBasicComputeShaderTests.cpp125 const vk::ComputePipelineConstructionType computePipelineConstructionType);
141 … const vk::ComputePipelineConstructionType computePipelineConstructionType);
153 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in SharedVarTest() argument
157 , m_computePipelineConstructionType(computePipelineConstructionType) in SharedVarTest()
204 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in SharedVarTestInstance() argument
208 , m_computePipelineConstructionType(computePipelineConstructionType) in SharedVarTestInstance()
315 … const vk::ComputePipelineConstructionType computePipelineConstructionType);
331 … const vk::ComputePipelineConstructionType computePipelineConstructionType);
343 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in SharedVarAtomicOpTest() argument
347 , m_computePipelineConstructionType(computePipelineConstructionType) in SharedVarAtomicOpTest()
[all …]
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp71 vk::ComputePipelineConstructionType computePipelineConstructionType; member
89 params.computePipelineConstructionType); in checkSupportWithParams()
151 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in runCompute() argument
187 ComputePipelineWrapper pipeline(vk, device, computePipelineConstructionType, in runCompute()
374 const vk::ComputePipelineConstructionType computePipelineConstructionType) in AliasTest() argument
377 , m_computePipelineConstructionType(computePipelineConstructionType) in AliasTest()
388 const vk::ComputePipelineConstructionType computePipelineConstructionType) in Instance() argument
391 , m_computePipelineConstructionType(computePipelineConstructionType) in Instance()
426 p.computePipelineConstructionType = m_computePipelineConstructionType; in checkSupport()
543 …sts(tcu::TestCaseGroup *group, vk::ComputePipelineConstructionType computePipelineConstructionType) in AddAliasTests() argument
[all …]
H A DvktComputeShaderBuiltinVarTests.cpp145 … const vk::ComputePipelineConstructionType computePipelineConstructionType);
166 … const vk::ComputePipelineConstructionType computePipelineConstructionType);
203 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in ComputeBuiltinVarCase() argument
209 , m_computePipelineConstructionType(computePipelineConstructionType) in ComputeBuiltinVarCase()
290 const vk::ComputePipelineConstructionType computePipelineConstructionType) in NumWorkGroupsCase() argument
292 computePipelineConstructionType) in NumWorkGroupsCase()
317 const vk::ComputePipelineConstructionType computePipelineConstructionType) in WorkGroupSizeCase() argument
319 computePipelineConstructionType) in WorkGroupSizeCase()
347 const vk::ComputePipelineConstructionType computePipelineConstructionType) in WorkGroupIDCase() argument
349 computePipelineConstructionType) in WorkGroupIDCase()
[all …]
H A DvktComputeTests.cpp48 …(tcu::TestCaseGroup *computeTests, ComputePipelineConstructionType computePipelineConstructionType) in createChildren() argument
52 computeTests->addChild(createBasicComputeShaderTests(testCtx, computePipelineConstructionType)); in createChildren()
53 …ests->addChild(createBasicDeviceGroupComputeShaderTests(testCtx, computePipelineConstructionType)); in createChildren()
55 computeTests->addChild(createCooperativeMatrixTests(testCtx, computePipelineConstructionType)); in createChildren()
57 …mputeTests->addChild(createIndirectComputeDispatchTests(testCtx, computePipelineConstructionType)); in createChildren()
58 …mputeTests->addChild(createComputeShaderBuiltinVarTests(testCtx, computePipelineConstructionType)); in createChildren()
59 …ests->addChild(createZeroInitializeWorkgroupMemoryTests(testCtx, computePipelineConstructionType)); in createChildren()
61 …ests->addChild(createWorkgroupMemoryExplicitLayoutTests(testCtx, computePipelineConstructionType)); in createChildren()
H A DvktComputeIndirectComputeDispatchTests.cpp271 … const vk::ComputePipelineConstructionType computePipelineConstructionType);
320 const vk::ComputePipelineConstructionType computePipelineConstructionType) in IndirectDispatchInstanceBufferUpload() argument
334 , m_computePipelineConstructionType(computePipelineConstructionType) in IndirectDispatchInstanceBufferUpload()
580 … const vk::ComputePipelineConstructionType computePipelineConstructionType);
605 const vk::ComputePipelineConstructionType computePipelineConstructionType) in IndirectDispatchCaseBufferUpload() argument
612 , m_computePipelineConstructionType(computePipelineConstructionType) in IndirectDispatchCaseBufferUpload()
686 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in IndirectDispatchInstanceBufferGenerate() argument
689 computeOnlyQueue, computePipelineConstructionType) in IndirectDispatchInstanceBufferGenerate()
771 … const vk::ComputePipelineConstructionType computePipelineConstructionType) in IndirectDispatchCaseBufferGenerate() argument
772 …: IndirectDispatchCaseBufferUpload(testCtx, caseDesc, glslVersion, computePipelineConstructionType) in IndirectDispatchCaseBufferGenerate()
[all …]
H A DvktComputeBasicComputeShaderTests.hpp38 … vk::ComputePipelineConstructionType computePipelineConstructionType);
40 tcu::TestContext &testCtx, vk::ComputePipelineConstructionType computePipelineConstructionType);
H A DvktComputeCooperativeMatrixTests.cpp146 vk::ComputePipelineConstructionType computePipelineConstructionType; member
438 m_data.computePipelineConstructionType); in checkSupport()
1516 ComputePipelineWrapper pipeline(vk, device, m_data.computePipelineConstructionType, in iterate()
1990 …tcu::TestContext &testCtx, vk::ComputePipelineConstructionType computePipelineConstructionType, Us… in createCooperativeMatrixTestsInternal() argument
2209computePipelineConstructionType, // vk::ComputePipelineConstructionType computePipelineConstructi… in createCooperativeMatrixTestsInternal()
2256computePipelineConstructionType, // vk::ComputePipelineConstructionType computePipelineConstructi… in createCooperativeMatrixTestsInternal()
2313computePipelineConstructionType, // vk::ComputePipelineConstructionType computePipelineConstructi… in createCooperativeMatrixTestsInternal()
2337 … vk::ComputePipelineConstructionType computePipelineConstructionType) in createCooperativeMatrixTests() argument
2341 …group->addChild(createCooperativeMatrixTestsInternal(testCtx, computePipelineConstructionType, UT_… in createCooperativeMatrixTests()
2342 …group->addChild(createCooperativeMatrixTestsInternal(testCtx, computePipelineConstructionType, UT_… in createCooperativeMatrixTests()
[all …]
H A DvktComputeShaderBuiltinVarTests.hpp37 tcu::TestContext &testCtx, vk::ComputePipelineConstructionType computePipelineConstructionType);
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.hpp39 tcu::TestContext &testCtx, vk::ComputePipelineConstructionType computePipelineConstructionType);
H A DvktComputeIndirectComputeDispatchTests.hpp38 tcu::TestContext &testCtx, vk::ComputePipelineConstructionType computePipelineConstructionType);
H A DvktComputeZeroInitializeWorkgroupMemoryTests.hpp39 tcu::TestContext &testCtx, vk::ComputePipelineConstructionType computePipelineConstructionType);
H A DvktComputeCooperativeMatrixTests.hpp38 … vk::ComputePipelineConstructionType computePipelineConstructionType);
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkComputePipelineConstructionUtil.cpp34 ComputePipelineConstructionType computePipelineConstructionType) in checkShaderObjectRequirements() argument
36 if (computePipelineConstructionType == COMPUTE_PIPELINE_CONSTRUCTION_TYPE_PIPELINE) in checkShaderObjectRequirements()
H A DvkComputePipelineConstructionUtil.hpp62 ComputePipelineConstructionType computePipelineConstructionType);