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.cpp237 GraphicsInterfaces noInterfaces; in addGraphicsVectorCompositeInsertTests() local
282 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
285 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
288 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
291 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
296 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsVectorCompositeInsertTests()
390 GraphicsInterfaces noInterfaces; in addGraphicsMatrixCompositeInsertTests() local
441 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsMatrixCompositeInsertTests()
444 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsMatrixCompositeInsertTests()
447 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsMatrixCompositeInsertTests()
[all …]
DvktSpvAsmUboMatrixPaddingTests.cpp156 GraphicsInterfaces noInterfaces; in addGraphicsUboMatrixPaddingTest() local
252 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
255 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
258 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
261 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
266 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, group); in addGraphicsUboMatrixPaddingTest()
DvktSpvAsmGraphicsShaderTestUtil.hpp503 GraphicsInterfaces noInterfaces; in createTestsForAllStages() local
508 noResources, noInterfaces, noExtensions, VulkanFeatures(), in createTestsForAllStages()
523 GraphicsInterfaces noInterfaces; in createTestsForAllStages() local
528 noResources, noInterfaces, noExtensions, VulkanFeatures(), in createTestsForAllStages()
546 GraphicsInterfaces noInterfaces; in createTestsForAllStages() local
550 resources, noInterfaces, extensions, vulkanFeatures, in createTestsForAllStages()
588 GraphicsInterfaces noInterfaces; in createTestsForAllStages() local
592 resources, noInterfaces, extensions, vulkanFeatures, in createTestsForAllStages()
DvktSpvAsmImageSamplerTests.cpp1048 GraphicsInterfaces noInterfaces; in addGraphicsImageSamplerTest() local
1120 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1123 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1126 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1129 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1134 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1190 GraphicsInterfaces noInterfaces; in addGraphicsDepthPropertyTest() local
1261 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, descGroup.get()); in addGraphicsDepthPropertyTest()
DvktSpvAsmVaryingNameTests.cpp189 GraphicsInterfaces noInterfaces; in addGraphicsVaryingNameTest() local
221 noInterfaces, in addGraphicsVaryingNameTest()
DvktSpvAsmVariableInitTests.cpp597 GraphicsInterfaces noInterfaces; in addGraphicsVariableInitOutputTest() local
637 noInterfaces, in addGraphicsVariableInitOutputTest()
DvktSpvAsmIndexingTests.cpp317 GraphicsInterfaces noInterfaces; in addGraphicsIndexingStructTests() local
499 noPushConstants, resources, noInterfaces, extensions, vulkanFeatures, structGroup.get()); in addGraphicsIndexingStructTests()
DvktSpvAsmFloatControlsTests.cpp4534 GraphicsInterfaces noInterfaces; in createInstanceContext() local
4563 noInterfaces, in createInstanceContext()
DvktSpvAsmInstructionTests.cpp8251 GraphicsInterfaces noInterfaces; in createSpecConstantTests() local
8324 noPushConstants, noResources, noInterfaces, extensions, requiredFeatures, group.get()); in createSpecConstantTests()
11094 GraphicsInterfaces noInterfaces; in createConvertGraphicsTests() local
11109 noPushConstants, resources, noInterfaces, extensions, vulkanFeatures, group.get()); in createConvertGraphicsTests()
/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java58 TypeBoundClass noInterfaces = getBytecodeBoundClass(NoInterfaces.class); in interfaceTypes() local
62 assertThat(noInterfaces.interfaceTypes()).isEmpty(); in interfaceTypes()