Searched refs:graphicsGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 2990 …de::MovePtr<tcu::TestCaseGroup> graphicsGroup(new tcu::TestCaseGroup(testCtx, "graphics", "Graphic… in createDescriptorCopyTests() local 3007 …addDescriptorCopyTests<UniformBufferDescriptor>(testCtx, graphicsGroup, "uniform_buffer", PIPELINE… in createDescriptorCopyTests() 3008 …addDescriptorCopyTests<InlineUniformBlockDescriptor>(testCtx, graphicsGroup, "inline_uniform_block… in createDescriptorCopyTests() 3009 …addDescriptorCopyTests<StorageBufferDescriptor>(testCtx, graphicsGroup, "storage_buffer", PIPELINE… in createDescriptorCopyTests() 3010 …addDescriptorCopyTests<CombinedImageSamplerDescriptor>(testCtx, graphicsGroup, "combined_image_sam… in createDescriptorCopyTests() 3011 …addDescriptorCopyTests<StorageImageDescriptor>(testCtx, graphicsGroup, "storage_image", PIPELINE_T… in createDescriptorCopyTests() 3012 …addDescriptorCopyTests<InputAttachmentDescriptor>(testCtx, graphicsGroup, "input_attachment", PIPE… in createDescriptorCopyTests() 3013 …addDescriptorCopyTests<UniformTexelBufferDescriptor>(testCtx, graphicsGroup, "uniform_texel_buffer… in createDescriptorCopyTests() 3014 …addDescriptorCopyTests<StorageTexelBufferDescriptor>(testCtx, graphicsGroup, "storage_texel_buffer… in createDescriptorCopyTests() 3015 …addDescriptorCopyTests<DynamicUniformBufferDescriptor>(testCtx, graphicsGroup, "uniform_buffer_dyn… in createDescriptorCopyTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsSizeControlTests.cpp | 1014 de::MovePtr<tcu::TestCaseGroup> graphicsGroup(new tcu::TestCaseGroup( in createSubgroupsSizeControlTests() local 1030 …addFunctionCaseWithPrograms(graphicsGroup.get(), "allow_varying_subgroup_size", "", supportedCheck… in createSubgroupsSizeControlTests() 1055 …addFunctionCaseWithPrograms(graphicsGroup.get(), "required_subgroup_size_max", "", supportedCheckF… in createSubgroupsSizeControlTests() 1060 …addFunctionCaseWithPrograms(graphicsGroup.get(), "required_subgroup_size_min", "", supportedCheckF… in createSubgroupsSizeControlTests() 1082 group->addChild(graphicsGroup.release()); in createSubgroupsSizeControlTests()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 2324 de::MovePtr<tcu::TestCaseGroup> graphicsGroup (new tcu::TestCaseGroup(testCtx, "graphics", "")); in createSpecConstantTests() local 2335 { graphicsGroup.get(), "vertex", VK_SHADER_STAGE_VERTEX_BIT }, in createSpecConstantTests() 2336 { graphicsGroup.get(), "fragment", VK_SHADER_STAGE_FRAGMENT_BIT }, in createSpecConstantTests() 2337 { graphicsGroup.get(), "tess_control", VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT }, in createSpecConstantTests() 2338 { graphicsGroup.get(), "tess_eval", VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT }, in createSpecConstantTests() 2339 { graphicsGroup.get(), "geometry", VK_SHADER_STAGE_GEOMETRY_BIT }, in createSpecConstantTests() 2343 allTests->addChild(graphicsGroup.release()); in createSpecConstantTests()
|