Lines Matching refs:get

452 	shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT,		context.getBinaryCollection().get("vert")));
453 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag")));
507 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert")));
508 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag")));
554 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert")));
555 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag")));
646 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert")));
647 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag")));
800 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert")));
801 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag")));
906 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert")));
907 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag")));
1409 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert")));
1410 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag")));
1413 shaders.push_back(VulkanShader(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc")));
1414 shaders.push_back(VulkanShader(VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese")));
1417 shaders.push_back(VulkanShader(VK_SHADER_STAGE_GEOMETRY_BIT, context.getBinaryCollection().get("geom")));
1530 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert")));
1531 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag")));
1642 VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert")),
1643 VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"))
1719 group.get(), getPrimitiveTopologyShortName(cases[caseNdx]), checkTopologySupport, initPrograms, testPrimitivesInside, cases[caseNdx]);
1730 group.get(), getPrimitiveTopologyShortName(cases[caseNdx]), checkTopologySupport, initPrograms, testPrimitivesOutside, cases[caseNdx]);
1741 group.get(), getPrimitiveTopologyShortName(cases[caseNdx]), checkTopologySupport, initPrograms, testPrimitivesDepthClamp, cases[caseNdx]);
1752 group.get(), getPrimitiveTopologyShortName(cases[caseNdx]), checkTopologySupport, initPrograms, testPrimitivesDepthClip, cases[caseNdx]);
1764 addFunctionCaseWithPrograms(group.get(), "large_points", initProgramsPointSize, testLargePoints);
1766 addFunctionCaseWithPrograms<LineOrientation>(group.get(), "wide_lines_axis_aligned", initPrograms, testWideLines, LINE_ORIENTATION_AXIS_ALIGNED);
1767 addFunctionCaseWithPrograms<LineOrientation>(group.get(), "wide_lines_diagonal", initPrograms, testWideLines, LINE_ORIENTATION_DIAGONAL);
1833 shaderGroup.get(), caseName, initPrograms, testClipDistance,
1850 addFunctionCaseWithPrograms<int>(group.get(), de::toString(numClipDistances).c_str(), initPrograms, testComplementarity, numClipDistances);
1860 addFunctionCaseWithPrograms(group.get(), "negative_and_non_negative_cull_distance", checkSupport, initPrograms, testCullDistance);