Home
last modified time | relevance | path

Searched refs:push_back (Results 1 – 25 of 4592) sorted by relevance

12345678910>>...184

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl23 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateInstance", FUNCTIONORIGIN_PLATFOR…
24 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyInstance", FUNCTIONORIGIN_INSTANC…
25 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkEnumeratePhysicalDevices", FUNCTIONORIGIN_…
26 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures", FUNCTIONORIGIN…
27 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION…
28 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceImageFormatProperties", FUNC…
29 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceProperties", FUNCTIONORIGI…
30 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceQueueFamilyProperties", FUNC…
31 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceMemoryProperties", FUNCTION…
32 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetInstanceProcAddr", FUNCTIONORIGIN_PLAT…
[all …]
DvkSupportedExtensions.inl9 dst.push_back("VK_KHR_sampler_mirror_clamp_to_edge");
10 dst.push_back("VK_KHR_shader_float16_int8");
11 dst.push_back("VK_KHR_imageless_framebuffer");
12 dst.push_back("VK_KHR_create_renderpass2");
13 dst.push_back("VK_KHR_image_format_list");
14 dst.push_back("VK_KHR_draw_indirect_count");
15 dst.push_back("VK_KHR_shader_subgroup_extended_types");
16 dst.push_back("VK_KHR_8bit_storage");
17 dst.push_back("VK_KHR_shader_atomic_int64");
18 dst.push_back("VK_KHR_driver_properties");
[all …]
DvkExtensionFunctions.inl9 functions.push_back("vkDestroySurfaceKHR");
10 functions.push_back("vkGetPhysicalDeviceSurfaceSupportKHR");
11 functions.push_back("vkGetPhysicalDeviceSurfaceCapabilitiesKHR");
12 functions.push_back("vkGetPhysicalDeviceSurfaceFormatsKHR");
13 functions.push_back("vkGetPhysicalDeviceSurfacePresentModesKHR");
18 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"…
23 functions.push_back("vkGetPhysicalDeviceDisplayPropertiesKHR");
24 functions.push_back("vkGetPhysicalDeviceDisplayPlanePropertiesKHR");
25 functions.push_back("vkGetDisplayPlaneSupportedDisplaysKHR");
26 functions.push_back("vkGetDisplayModePropertiesKHR");
[all …]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp47 blob->push_back(spv::MagicNumber); in WriteSpirvHeader()
48 blob->push_back(0x00010000); in WriteSpirvHeader()
49 blob->push_back(kANGLEGeneratorId << 16 | 0); in WriteSpirvHeader()
50 blob->push_back(idCount); in WriteSpirvHeader()
51 blob->push_back(0x00000000); in WriteSpirvHeader()
57 blob->push_back(0); in WriteNop()
64 blob->push_back(0); in WriteUndef()
65 blob->push_back(idResultType); in WriteUndef()
66 blob->push_back(idResult); in WriteUndef()
72 blob->push_back(0); in WriteSourceContinued()
[all …]
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils_unittest.cpp284 rotationGoldenInputs.push_back( in TEST()
287 rotationGoldenInputs.push_back( in TEST()
290 rotationGoldenInputs.push_back( in TEST()
293 rotationGoldenInputs.push_back( in TEST()
296 rotationGoldenInputs.push_back( in TEST()
299 rotationGoldenInputs.push_back( in TEST()
302 rotationGoldenInputs.push_back( in TEST()
305 rotationGoldenInputs.push_back( in TEST()
308 rotationGoldenInputs.push_back( in TEST()
311 rotationGoldenInputs.push_back( in TEST()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp485 vertices.push_back(tcu::Vec4(-1.0f,-0.5f, 0.0f, 1.0f)); vertices.push_back(red); // line 0 in iterate()
486 vertices.push_back(tcu::Vec4( 1.0f,-0.5f, 0.0f, 1.0f)); vertices.push_back(blue); in iterate()
487 vertices.push_back(tcu::Vec4(-1.0f, 0.5f, 0.0f, 1.0f)); vertices.push_back(red); // line 1 in iterate()
488 vertices.push_back(tcu::Vec4( 1.0f, 0.5f, 0.0f, 1.0f)); vertices.push_back(blue); in iterate()
490 …vertices.push_back(tcu::Vec4(-0.5f,-1.0f, 0.0f, 1.0f)); vertices.push_back(blue); // line 1 reverse in iterate()
491 vertices.push_back(tcu::Vec4(-0.5f, 1.0f, 0.0f, 1.0f)); vertices.push_back(red); in iterate()
492 …vertices.push_back(tcu::Vec4( 0.5f,-1.0f, 0.0f, 1.0f)); vertices.push_back(blue); // line 0 reverse in iterate()
493 vertices.push_back(tcu::Vec4( 0.5f, 1.0f, 0.0f, 1.0f)); vertices.push_back(red); in iterate()
497 vertices.push_back(tcu::Vec4(-1.0f,-0.5f, 0.0f, 1.0f)); vertices.push_back(red); // line strip in iterate()
498 vertices.push_back(tcu::Vec4( 1.0f,-0.5f, 0.0f, 1.0f)); vertices.push_back(red); in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp330 data.push_back(deInt64(0x0000000000000000)); // 0 in getInt64s()
331 data.push_back(deInt64(0x0000000000000001)); // 1 in getInt64s()
332 data.push_back(deInt64(0x000000000000002a)); // 42 in getInt64s()
333 data.push_back(deInt64(0x000000007fffffff)); // 2147483647 in getInt64s()
334 data.push_back(deInt64(0x0000000080000000)); // 2147483648 in getInt64s()
335 data.push_back(deInt64(0x00000000ffffffff)); // 4294967295 in getInt64s()
336 data.push_back(deInt64(0x0000000100000000)); // 4294967296 in getInt64s()
337 data.push_back(deInt64(0x7fffffffffffffff)); // 9223372036854775807 in getInt64s()
338 data.push_back(deInt64(0x8000000000000000)); // -9223372036854775808 in getInt64s()
339 data.push_back(deInt64(0x8000000000000001)); // -9223372036854775807 in getInt64s()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp527 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
528 Params.push_back(wasm::ValType::F32); in getLibcallSignature()
531 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
532 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
535 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
536 Params.push_back(wasm::ValType::I32); in getLibcallSignature()
539 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
540 Params.push_back(wasm::ValType::I64); in getLibcallSignature()
543 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
544 Params.push_back(wasm::ValType::I32); in getLibcallSignature()
[all …]
/third_party/skia/tests/
DPDFGlyphsToUnicodeTest.cpp41 glyphToUnicode.push_back(0); // 0 in DEF_TEST()
42 glyphToUnicode.push_back(0); // 1 in DEF_TEST()
43 glyphToUnicode.push_back(0); // 2 in DEF_TEST()
44 glyphsInSubset.push_back(3); in DEF_TEST()
45 glyphToUnicode.push_back(0x20); // 3 in DEF_TEST()
46 glyphsInSubset.push_back(4); in DEF_TEST()
47 glyphToUnicode.push_back(0x25); // 4 in DEF_TEST()
48 glyphsInSubset.push_back(5); in DEF_TEST()
49 glyphToUnicode.push_back(0x27); // 5 in DEF_TEST()
50 glyphsInSubset.push_back(6); in DEF_TEST()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp1219 m_sources.push_back(ComputeSource("#version 450\n" in init()
1259 m_sources.push_back(ComputeSource(strATan)); in init()
1260 m_sources.push_back(ComputeSource(strATan2)); in init()
1263 m_sources.push_back(ComputeSource("#version 450\n" in init()
1282 m_sources.push_back(ComputeSource("#version 450\n" in init()
1334 m_sources.push_back(ComputeSource(strIntBits)); in init()
1335 m_sources.push_back(ComputeSource(strUIntBits)); in init()
1338 m_sources.push_back(ComputeSource("#version 450\n" in init()
1362 m_sources.push_back(ComputeSource("#version 450\n" in init()
1383 m_sources.push_back(ComputeSource("#version 450\n" in init()
[all …]
Dgl4cShaderDrawParametersTests.cpp366 m_resultPoints.push_back(ResultPoint(-1.0f + 0.05f, -1.0f + 0.05f, 0.0f, 0.0f, 0.0f)); in initChild()
367 m_resultPoints.push_back(ResultPoint(-1.0f + 0.05f, -1.0f + 0.15f, 1.0f, 0.0f, 0.0f)); in initChild()
368 m_resultPoints.push_back(ResultPoint(-1.0f + 0.15f, -1.0f + 0.05f, 1.0f, 0.0f, 0.0f)); in initChild()
369 m_resultPoints.push_back(ResultPoint(-1.0f + 0.15f, -1.0f + 0.15f, 0.0f, 0.0f, 0.0f)); in initChild()
392 m_resultPoints.push_back(ResultPoint(-1.0f + 0.05f, -1.0f + 0.05f, 0.0f, 0.0f, 0.0f)); in initChild()
393 m_resultPoints.push_back(ResultPoint(-1.0f + 0.05f, -1.0f + 0.15f, 0.0f, 0.0f, 0.0f)); in initChild()
394 m_resultPoints.push_back(ResultPoint(-1.0f + 0.15f, -1.0f + 0.05f, 1.0f, 0.0f, 0.0f)); in initChild()
395 m_resultPoints.push_back(ResultPoint(-1.0f + 0.15f, -1.0f + 0.15f, 1.0f, 0.0f, 0.0f)); in initChild()
420 m_resultPoints.push_back(ResultPoint(-1.0f + 0.05f, -1.0f + 0.05f, 1.0f, 0.0f, 0.0f)); in initChild()
421 m_resultPoints.push_back(ResultPoint(-1.0f + 0.05f, -1.0f + 0.15f, 1.0f, 0.0f, 0.0f)); in initChild()
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressTestUtil.cpp128 context.attributes.push_back(gls::VarSpec("a_position", Vec3(-0.1f), Vec3(0.1f))); in generateBufferContext()
131 …context.attributes.push_back(gls::VarSpec("a_in" + de::toString(i), Vec4(0.0f), Vec4(1.0f / (float… in generateBufferContext()
163 …context.attributes.push_back(gls::VarSpec("a_position", Vec3(-positionFactor), Vec3(position… in generateTextureContext()
164 context.attributes.push_back(gls::VarSpec("a_texCoord", Vec2(0.0f), Vec2(1.0f))); in generateTextureContext()
166 context.uniforms.push_back(gls::VarSpec("u_sampler", 0)); in generateTextureContext()
167 …context.uniforms.push_back(gls::VarSpec("u_posTrans", translationMat<4>(positionFactor-1.0f), tr… in generateTextureContext()
170 context.textureSpecs.push_back(gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, 0, in generateTextureContext()
232 context.attributes.push_back(gls::VarSpec("a_position", Vec3(-0.1f), Vec3(0.1f))); in generateBufferAndTextureContext()
236 …context.attributes.push_back(gls::VarSpec("a_texCoord" + de::toString(i), Vec2(0.0f), Vec2(1.0f))); in generateBufferAndTextureContext()
237 context.uniforms.push_back(gls::VarSpec("u_sampler" + de::toString(i), i)); in generateBufferAndTextureContext()
[all …]
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.cpp159 displayAttributes.push_back(EGL_PLATFORM_ANGLE_TYPE_ANGLE); in initializeDisplay()
160 displayAttributes.push_back(params.renderer); in initializeDisplay()
161 displayAttributes.push_back(EGL_PLATFORM_ANGLE_MAX_VERSION_MAJOR_ANGLE); in initializeDisplay()
162 displayAttributes.push_back(params.majorVersion); in initializeDisplay()
163 displayAttributes.push_back(EGL_PLATFORM_ANGLE_MAX_VERSION_MINOR_ANGLE); in initializeDisplay()
164 displayAttributes.push_back(params.minorVersion); in initializeDisplay()
168 displayAttributes.push_back(EGL_PLATFORM_ANGLE_DEVICE_TYPE_ANGLE); in initializeDisplay()
169 displayAttributes.push_back(params.deviceType); in initializeDisplay()
180 displayAttributes.push_back(EGL_EXPERIMENTAL_PRESENT_PATH_ANGLE); in initializeDisplay()
181 displayAttributes.push_back(params.presentPath); in initializeDisplay()
[all …]
/third_party/skia/gm/
Dconvexpaths.cpp57 fPaths.push_back(b.moveTo(0, 0) in makePaths()
62 fPaths.push_back(b.moveTo(0, 50) in makePaths()
67 fPaths.push_back(SkPath::Rect({0, 0, 100, 100}, SkPathDirection::kCW)); in makePaths()
68 fPaths.push_back(SkPath::Rect({0, 0, 100, 100}, SkPathDirection::kCCW)); in makePaths()
69 fPaths.push_back(SkPath::Circle(50, 50, 50, SkPathDirection::kCW)); in makePaths()
70 fPaths.push_back(SkPath::Oval(SkRect::MakeXYWH(0, 0, 50, 100), SkPathDirection::kCW)); in makePaths()
71 fPaths.push_back(SkPath::Oval(SkRect::MakeXYWH(0, 0, 100, 5), SkPathDirection::kCCW)); in makePaths()
72 fPaths.push_back(SkPath::Oval(SkRect::MakeXYWH(0, 0, 1, 100), SkPathDirection::kCCW)); in makePaths()
73 fPaths.push_back(SkPath::RRect(SkRRect::MakeRectXY({0, 0, 100, 100}, 40, 20), in makePaths()
94 fPaths.push_back(b.detach()); in makePaths()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp130 layoutFlagCandidates.push_back(0); in generateBlock()
133 layoutFlagCandidates.push_back(LAYOUT_STD140); in generateBlock()
136 layoutFlagCandidates.push_back(LAYOUT_STD430); in generateBlock()
139 layoutFlagCandidates.push_back(LAYOUT_SCALAR); in generateBlock()
198 memberTypes.push_back(generateType(rnd, typeDepth+1, true)); in generateType()
227 typeCandidates.push_back(glu::TYPE_FLOAT); in generateType()
228 typeCandidates.push_back(glu::TYPE_INT); in generateType()
229 typeCandidates.push_back(glu::TYPE_UINT); in generateType()
230 typeCandidates.push_back(glu::TYPE_BOOL); in generateType()
233 typeCandidates.push_back(glu::TYPE_UINT16); in generateType()
[all …]
/third_party/skia/experimental/sorttoy/
Dsorttoy.cpp283 expectedOrder->push_back(ID(1)); in test1()
284 expectedOrder->push_back(ID(0)); in test1()
287 test->push_back(sk_make_sp<SaveCmd>()); in test1()
290 … test->push_back(sk_make_sp<DrawCmd>(ID(0), shape, r.makeOffset(8, 8), FakePaint(SK_ColorRED))); in test1()
291 …test->push_back(sk_make_sp<DrawCmd>(ID(1), shape, r.makeOffset(48, 48), FakePaint(SK_ColorGREEN))); in test1()
293 test->push_back(sk_make_sp<RestoreCmd>()); in test1()
302 expectedOrder->push_back(ID(2)); in test2()
303 expectedOrder->push_back(ID(1)); in test2()
304 expectedOrder->push_back(ID(0)); in test2()
307 test->push_back(sk_make_sp<SaveCmd>()); in test2()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
Dwgl_utils.cpp39 attribs.push_back(WGL_DRAW_TO_WINDOW_ARB); in GetDefaultPixelFormatAttributes()
40 attribs.push_back(TRUE); in GetDefaultPixelFormatAttributes()
42 attribs.push_back(WGL_ACCELERATION_ARB); in GetDefaultPixelFormatAttributes()
43 attribs.push_back(WGL_FULL_ACCELERATION_ARB); in GetDefaultPixelFormatAttributes()
45 attribs.push_back(WGL_SUPPORT_OPENGL_ARB); in GetDefaultPixelFormatAttributes()
46 attribs.push_back(TRUE); in GetDefaultPixelFormatAttributes()
48 attribs.push_back(WGL_DOUBLE_BUFFER_ARB); in GetDefaultPixelFormatAttributes()
49 attribs.push_back(TRUE); in GetDefaultPixelFormatAttributes()
51 attribs.push_back(WGL_PIXEL_TYPE_ARB); in GetDefaultPixelFormatAttributes()
52 attribs.push_back(WGL_TYPE_RGBA_ARB); in GetDefaultPixelFormatAttributes()
[all …]
/third_party/googletest/googletest/test/
Dgoogletest-listener-test.cc62 g_events->push_back(GetFullMethodName("OnTestProgramStart")); in OnTestProgramStart()
70 g_events->push_back(message.GetString()); in OnTestIterationStart()
74 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); in OnEnvironmentsSetUpStart()
78 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); in OnEnvironmentsSetUpEnd()
82 g_events->push_back(GetFullMethodName("OnTestCaseStart")); in OnTestCaseStart()
87 g_events->push_back(GetFullMethodName("OnTestStart")); in OnTestStart()
91 g_events->push_back(GetFullMethodName("OnTestPartResult")); in OnTestPartResult()
95 g_events->push_back(GetFullMethodName("OnTestEnd")); in OnTestEnd()
100 g_events->push_back(GetFullMethodName("OnTestCaseEnd")); in OnTestCaseEnd()
105 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); in OnEnvironmentsTearDownStart()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayout.cpp173 memberTypes.push_back(generateType(rnd, typeDepth - 1, true)); in generateType()
201 typeCandidates.push_back(glu::TYPE_UINT16); in generateType()
202 typeCandidates.push_back(glu::TYPE_INT16); in generateType()
203 typeCandidates.push_back(glu::TYPE_FLOAT16); in generateType()
207 typeCandidates.push_back(glu::TYPE_FLOAT16_VEC2); in generateType()
208 typeCandidates.push_back(glu::TYPE_FLOAT16_VEC3); in generateType()
209 typeCandidates.push_back(glu::TYPE_FLOAT16_VEC4); in generateType()
210 typeCandidates.push_back(glu::TYPE_INT16_VEC2); in generateType()
211 typeCandidates.push_back(glu::TYPE_INT16_VEC3); in generateType()
212 typeCandidates.push_back(glu::TYPE_INT16_VEC4); in generateType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp592 Vals.push_back(Str[i]); in writeStringRecord()
749 Record.push_back(VE.getAttributeGroupID(Pair)); in writeAttributeGroupTable()
750 Record.push_back(AttrListIndex); in writeAttributeGroupTable()
754 Record.push_back(0); in writeAttributeGroupTable()
755 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum())); in writeAttributeGroupTable()
757 Record.push_back(1); in writeAttributeGroupTable()
758 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum())); in writeAttributeGroupTable()
759 Record.push_back(Attr.getValueAsInt()); in writeAttributeGroupTable()
764 Record.push_back(Val.empty() ? 3 : 4); in writeAttributeGroupTable()
766 Record.push_back(0); in writeAttributeGroupTable()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp25 ShuffleMask.push_back(0); in DecodeINSERTPSMask()
26 ShuffleMask.push_back(1); in DecodeINSERTPSMask()
27 ShuffleMask.push_back(2); in DecodeINSERTPSMask()
28 ShuffleMask.push_back(3); in DecodeINSERTPSMask()
51 ShuffleMask.push_back(i); in DecodeInsertElementMask()
59 ShuffleMask.push_back(NElts + i); in DecodeMOVHLPSMask()
62 ShuffleMask.push_back(i); in DecodeMOVHLPSMask()
68 ShuffleMask.push_back(i); in DecodeMOVLHPSMask()
71 ShuffleMask.push_back(NElts + i); in DecodeMOVLHPSMask()
76 ShuffleMask.push_back(2 * i); in DecodeMOVSLDUPMask()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp19 Ops.push_back(binOpDescriptor(1, Instruction::Add)); in describeFuzzerIntOps()
20 Ops.push_back(binOpDescriptor(1, Instruction::Sub)); in describeFuzzerIntOps()
21 Ops.push_back(binOpDescriptor(1, Instruction::Mul)); in describeFuzzerIntOps()
22 Ops.push_back(binOpDescriptor(1, Instruction::SDiv)); in describeFuzzerIntOps()
23 Ops.push_back(binOpDescriptor(1, Instruction::UDiv)); in describeFuzzerIntOps()
24 Ops.push_back(binOpDescriptor(1, Instruction::SRem)); in describeFuzzerIntOps()
25 Ops.push_back(binOpDescriptor(1, Instruction::URem)); in describeFuzzerIntOps()
26 Ops.push_back(binOpDescriptor(1, Instruction::Shl)); in describeFuzzerIntOps()
27 Ops.push_back(binOpDescriptor(1, Instruction::LShr)); in describeFuzzerIntOps()
28 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps()
[all …]
/third_party/gn/src/gn/
Dconfig_values_extractors_unittest.cc40 dep2_all.own_values().cflags().push_back("--dep2-all"); in TEST()
41 dep2_all.own_values().cflags().push_back("--dep2-all"); in TEST()
42 dep2_all.own_values().include_dirs().push_back(SourceDir("//dep2/all/")); in TEST()
43 dep2_all.own_values().include_dirs().push_back(SourceDir("//dep2/all/")); in TEST()
48 dep2_direct.own_values().cflags().push_back("--dep2-direct"); in TEST()
49 dep2_direct.own_values().include_dirs().push_back( in TEST()
57 dep2.all_dependent_configs().push_back(LabelConfigPair(&dep2_all)); in TEST()
58 dep2.public_configs().push_back(LabelConfigPair(&dep2_direct)); in TEST()
64 dep1_all_sub.own_values().cflags().push_back("--dep1-all-sub"); in TEST()
69 dep1_all.own_values().cflags().push_back("--dep1-all"); in TEST()
[all …]
Dcompile_commands_writer_unittest.cc45 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F()
46 target.sources().push_back(SourceFile("//foo/input2.cc")); in TEST_F()
49 target.sources().push_back(SourceFile("//foo/input3.o")); in TEST_F()
50 target.sources().push_back(SourceFile("//foo/input4.obj")); in TEST_F()
53 targets.push_back(&target); in TEST_F()
98 shlib_target.sources().push_back(SourceFile("//foo/input3.cc")); in TEST_F()
100 shlib_target.public_deps().push_back(LabelTargetPair(&target)); in TEST_F()
103 targets.push_back(&shlib_target); in TEST_F()
159 stlib_target.sources().push_back(SourceFile("//foo/input4.cc")); in TEST_F()
161 stlib_target.public_deps().push_back(LabelTargetPair(&target)); in TEST_F()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackRandomLayoutCase.cpp97 typeCandidates.push_back(glu::TYPE_FLOAT); in fillTypeCandidates()
98 typeCandidates.push_back(glu::TYPE_INT); in fillTypeCandidates()
99 typeCandidates.push_back(glu::TYPE_UINT); in fillTypeCandidates()
102 typeCandidates.push_back(glu::TYPE_DOUBLE); in fillTypeCandidates()
106 typeCandidates.push_back(glu::TYPE_FLOAT_VEC2); in fillTypeCandidates()
107 typeCandidates.push_back(glu::TYPE_FLOAT_VEC3); in fillTypeCandidates()
108 typeCandidates.push_back(glu::TYPE_FLOAT_VEC4); in fillTypeCandidates()
109 typeCandidates.push_back(glu::TYPE_INT_VEC2); in fillTypeCandidates()
110 typeCandidates.push_back(glu::TYPE_INT_VEC3); in fillTypeCandidates()
111 typeCandidates.push_back(glu::TYPE_INT_VEC4); in fillTypeCandidates()
[all …]

12345678910>>...184