Home
last modified time | relevance | path

Searched refs:noInterfaces (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCompositeInsertTests.cpp215 GraphicsInterfaces noInterfaces; in addGraphicsVectorCompositeInsertTests() local
260 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
263 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
266 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
269 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
274 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
366 GraphicsInterfaces noInterfaces; in addGraphicsMatrixCompositeInsertTests() local
417 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsMatrixCompositeInsertTests()
420 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsMatrixCompositeInsertTests()
423 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsMatrixCompositeInsertTests()
[all …]
DvktSpvAsmUboMatrixPaddingTests.cpp155 GraphicsInterfaces noInterfaces; in addGraphicsUboMatrixPaddingTest() local
251 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
254 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
257 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
260 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
265 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
DvktSpvAsmGraphicsShaderTestUtil.hpp448 GraphicsInterfaces noInterfaces; in createTestsForAllStages() local
453 noResources, noInterfaces, noExtensions, VulkanFeatures(), in createTestsForAllStages()
468 GraphicsInterfaces noInterfaces; in createTestsForAllStages() local
473 noResources, noInterfaces, noExtensions, VulkanFeatures(), in createTestsForAllStages()
490 GraphicsInterfaces noInterfaces; in createTestsForAllStages() local
494 resources, noInterfaces, extensions, vulkanFeatures, in createTestsForAllStages()
532 GraphicsInterfaces noInterfaces; in createTestsForAllStages() local
536 resources, noInterfaces, extensions, vulkanFeatures, in createTestsForAllStages()
DvktSpvAsmImageSamplerTests.cpp1047 GraphicsInterfaces noInterfaces; in addGraphicsImageSamplerTest() local
1119 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1122 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1125 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1128 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1133 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1189 GraphicsInterfaces noInterfaces; in addGraphicsDepthPropertyTest() local
1260 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, descGroup.get()); in addGraphicsDepthPropertyTest()
DvktSpvAsmVaryingNameTests.cpp189 GraphicsInterfaces noInterfaces; in addGraphicsVaryingNameTest() local
221 noInterfaces, in addGraphicsVaryingNameTest()
DvktSpvAsmVariableInitTests.cpp557 GraphicsInterfaces noInterfaces; in addGraphicsVariableInitOutputTest() local
599 noInterfaces, in addGraphicsVariableInitOutputTest()
DvktSpvAsmIndexingTests.cpp316 GraphicsInterfaces noInterfaces; in addGraphicsIndexingStructTests() local
495 noPushConstants, resources, noInterfaces, extensions, vulkanFeatures, structGroup.get()); in addGraphicsIndexingStructTests()
DvktSpvAsmFloatControlsTests.cpp3127 GraphicsInterfaces noInterfaces; in createInstanceContext() local
3151 noInterfaces, in createInstanceContext()
DvktSpvAsmInstructionTests.cpp7115 GraphicsInterfaces noInterfaces; in createSpecConstantTests() local
7162 noPushConstants, noResources, noInterfaces, extensions, requiredFeatures, group.get()); in createSpecConstantTests()
9667 GraphicsInterfaces noInterfaces; in createConvertGraphicsTests() local
9679 noPushConstants, resources, noInterfaces, extensions, vulkanFeatures, group.get()); in createConvertGraphicsTests()
10741 GraphicsInterfaces noInterfaces; in createDerivativeTests() local
10767 …noPushConstants, specResource, noInterfaces, extensions, features, testGroup.get(), QP_TEST_RESULT… in createDerivativeTests()
/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java56 TypeBoundClass noInterfaces = getBytecodeBoundClass(NoInterfaces.class); in interfaceTypes() local
60 assertThat(noInterfaces.interfaceTypes()).isEmpty(); in interfaceTypes()