/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 404 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() 409 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx); in splitCodeGen() 411 // Pass BC using std::move to ensure that it get moved rather than in splitCodeGen() 467 if (!opt(C, TM.get(), 0, *Mod, /*IsThinLTO=*/false, in backend() 473 codegen(C, TM.get(), AddStream, 0, *Mod); in backend() 475 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, in backend() 522 codegen(Conf, TM.get(), AddStream, Task, Mod); in thinBackend() 562 if (!opt(Conf, TM.get(), Task, Mod, /*IsThinLTO=*/true, in thinBackend() 566 codegen(Conf, TM.get(), AddStream, Task, Mod); in thinBackend()
|
/third_party/python/Lib/ |
H A D | weakref.py | 99 # dictionary; since it uses our .update() method, we get the right 194 def get(self, key, default=None): member in WeakValueDictionary 451 def get(self, key, default=None): member in WeakKeyDictionary 452 return self.data.get(ref(key),default) 595 info = self._registry.get(self) 603 info = self._registry.get(self) 616 info = self._registry.get(self) 621 info = self._registry.get(self) 626 info = self._registry.get(self)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 148 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() 197 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() 216 MemoryLocation Loc = MemoryLocation::get(Load); in findSafeStoreForStoreStrongContraction() 425 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() 497 InlineAsm::get(FunctionType::get(Type::getVoidTy(Inst->getContext()), in tryToPeepholeInstruction() 511 Value *Null = ConstantPointerNull::get(cast<PointerType>(CI->getType())); in tryToPeepholeInstruction() 618 // If we're compiling bugpointed code, don't get in trouble. in runOnFunction() 651 Type *UseTy = U.get()->getType(); in runOnFunction() 710 // If Arg is a PHI node, get PHI in runOnFunction() [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32_unittest.cc | 123 ::GetEnvironmentVariableW(name, wcs.get(), size); in GetEnvVarAsUtf8() 129 return strings::wcs_to_utf8(wcs.get(), result); in GetEnvVarAsUtf8() 139 ::GetCurrentDirectoryW(size, wcs.get()); in GetCwdAsUtf8() 145 return strings::wcs_to_utf8(wcs.get(), result); in GetCwdAsUtf8() 584 EXPECT_GT(GetCurrentDirectoryW(size, cwd_str.get()), 0); in TEST_F() 585 wstring cwd = wstring(L"\\\\?\\") + cwd_str.get(); in TEST_F() 594 for (wchar_t* p = cwd_str.get(); *p; ++p) { in TEST_F() 601 wstring(L"\\\\?\\") + cwd_str.get()[0] + L":\\beyond-toplevel"); in TEST_F()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | DescriptorMessageInfoFactory.java | 94 "Unable to get default instance for message class " + messageType.getName(), e); in getDefaultInstance() 140 Boolean cachedValue = resultCache.get(descriptor); in needsIsInitializedCheck() 147 cachedValue = resultCache.get(descriptor); in needsIsInitializedCheck() 182 Node child = nodeCache.get(field.getMessageType()); in dfs() 233 Node node = nodeCache.get(field.getMessageType()); in analyze() 278 final FieldDescriptor fd = fieldDescriptors.get(i); in convertProto2() 377 FieldDescriptor fd = fieldDescriptors.get(i); in convertProto2() 386 numbers[i] = fieldsToCheckIsInitialized.get(i); in convertProto2() 404 FieldDescriptor fd = fieldDescriptors.get(i); in convertProto3() 654 /** Constructs the name of the get metho [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMaxVaryingsTests.cpp | 1026 const Unique<VkFramebuffer> framebuffer (makeFramebuffer (vk, device, *renderPass, 1u, &colorImageView.get(), static_cast<deUint32>(renderSize.x()), static_cast<deUint32>(renderSize.y()))); in test() 1036 Move<VkShaderModule> vertShaderModule = createShaderModule(vk, device, binaryCollection.get("vert"), 0u); in test() 1040 Move<VkShaderModule> fragShaderModule = createShaderModule(vk, device, binaryCollection.get("frag"), 0u); in test() 1045 tescShaderModule = createShaderModule(vk, device, binaryCollection.get("tcs"), 0u); in test() 1046 teseShaderModule = createShaderModule(vk, device, binaryCollection.get("tes"), 0u); in test() 1050 geomShaderModule = createShaderModule(vk, device, binaryCollection.get("geom"), 0u); in test() 1097 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in test() 1147 addFunctionCaseWithPrograms(group.get(), generateTestName(testParams), generateTestDescription(), in createMaxVaryingsTests()
|
H A D | vktPipelinePushConstantTests.cpp | 271 *module = vk::createShaderModule(vk, device, programCollection.get(name), 0); in createShaderModule() 604 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset); in init() 627 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() 1881 m_computeShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("compute"), 0); in PushConstantComputeTestInstance() 1958 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() 2319 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_vert_lt"), 0); in init() 2320 m_fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag_lt"), 0); in init() 2426 m_computeShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("compute_lt"), 0); in init() 2573 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &bufferOffset); in iterate() 2630 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationGeometryPassthroughTests.cpp | 543 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert"), DE_NULL) in iterate() 544 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get("frag"), DE_NULL); in iterate() 548 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc"), DE_NULL) in iterate() 549 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(pipelineDescription.tessEvalShaderName), DE_NULL); in iterate() 553 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(pipelineDescription.geomShaderName), DE_NULL); in iterate() 587 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in iterate() 591 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate() 597 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, colorBuffer[pipelineNdx]->get(), renderSize); in iterate()
|
H A D | vktTessellationPrimitiveDiscardTests.cpp | 463 const VkDescriptorBufferInfo resultBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, resultBufferSizeBytes); 483 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) 484 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) 485 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get(needPointSizeWrite ? "tese_psw" : "tese"), DE_NULL) 486 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL) 519 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); 522 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); 631 addFunctionCaseWithPrograms(group.get(), caseName, "", checkSupportCase, initPrograms, test, caseDef);
|
/third_party/libabigail/src/ |
H A D | abg-reader.cc | 425 if (dynamic_cast<scope_decl*>(cur_decl.get())) in get_cur_scope() 427 return dynamic_pointer_cast<scope_decl>(cur_decl).get(); in get_cur_scope() 561 if (t1.get() == t2.get()) in types_equal() 668 {record_artifact_as_used_by(used.get(), user.get());} in record_artifact_as_used_by() 680 record_artifact_as_used_by(t.get(), const_cast<function_decl*>(fn)); in record_artifacts_as_used_in_fn_decl() 685 record_artifact_as_used_by(t.get(), const_cast<function_decl*>(fn)); in record_artifacts_as_used_in_fn_decl() 694 {record_artifacts_as_used_in_fn_decl(fn.get());} in record_artifacts_as_used_in_fn_decl() 706 record_artifact_as_used_by(t.get(), const_cas in record_artifacts_as_used_in_fn_type() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 639 if (m_isImage) DE_FATAL("Trying to get a buffer as an image!"); in getAsBuffer() 645 if (!m_isImage) DE_FATAL("Trying to get an image as a buffer!"); in getAsImage() 2677 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u)); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2678 const Unique<VkShaderModule> teCtrlShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("tesc"), 0u)); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2679 const Unique<VkShaderModule> teEvalShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("tese"), 0u)); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2680 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("fragment"), 0u)); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2823 &descriptorSet.get(), 0u, DE_NULL); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2917 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u)); in makeGeometryFrameBufferTestRequiredSubgroupSize() 2918 const Unique<VkShaderModule> geometryShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("geometry"), 0u)); in makeGeometryFrameBufferTestRequiredSubgroupSize() 2919 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("fragmen in makeGeometryFrameBufferTestRequiredSubgroupSize() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 639 if (m_isImage) DE_FATAL("Trying to get a buffer as an image!"); in getAsBuffer() 645 if (!m_isImage) DE_FATAL("Trying to get an image as a buffer!"); in getAsImage() 2665 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u)); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2666 const Unique<VkShaderModule> teCtrlShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("tesc"), 0u)); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2667 const Unique<VkShaderModule> teEvalShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("tese"), 0u)); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2668 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("fragment"), 0u)); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2811 &descriptorSet.get(), 0u, DE_NULL); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2905 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u)); in makeGeometryFrameBufferTestRequiredSubgroupSize() 2906 const Unique<VkShaderModule> geometryShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("geometry"), 0u)); in makeGeometryFrameBufferTestRequiredSubgroupSize() 2907 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("fragmen in makeGeometryFrameBufferTestRequiredSubgroupSize() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 457 attributes.get(EGL_PLATFORM_ANGLE_MAX_VERSION_MAJOR_ANGLE, EGL_DONT_CARE)); in Renderer11() 459 attributes.get(EGL_PLATFORM_ANGLE_MAX_VERSION_MINOR_ANGLE, EGL_DONT_CARE)); in Renderer11() 494 EGLint requestedDeviceType = static_cast<EGLint>(attributes.get( in Renderer11() 530 const EGLenum presentPath = static_cast<EGLenum>(attributes.get( in Renderer11() 616 // If DXGI1.2 is available then IDXGIAdapter2::GetDesc2 can be used to get the actual in initialize() 702 long high = static_cast<long>(attributes.get(EGL_PLATFORM_ANGLE_D3D_LUID_HIGH_ANGLE, 0)); in callD3D11CreateDevice() 704 static_cast<unsigned long>(attributes.get(EGL_PLATFORM_ANGLE_D3D_LUID_LOW_ANGLE, 0)); in callD3D11CreateDevice() 804 attributes.get(EGL_PLATFORM_ANGLE_D3D11ON12_ANGLE, EGL_FALSE) == EGL_TRUE; in initializeD3DDevice() 992 attributes.get(EGL_PLATFORM_ANGLE_ENABLE_AUTOMATIC_TRIM_ANGLE, EGL_FALSE)); in initializeDevice() 1172 rendererTextureCaps.get(colorBufferInternalForma in generateConfigs() [all...] |
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | xonar_wm87x6.c | 974 .get = wm8776_bit_switch_get, \ 989 .get = wm8776_field_enum_get, \ 998 .get = wm8776_field_volume_get, \ 1017 .get = wm8776_hp_vol_get, 1027 .get = wm8776_input_vol_get, 1035 .get = wm8776_input_mux_get, 1043 .get = wm8776_input_mux_get, 1055 .get = hpf_get, 1062 .get = wm8776_level_control_get, 1072 .get [all...] |
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | tumbler.c | 602 .get = tumbler_get_mono, \ 611 .get = tumbler_get_mono, \ 820 .get = snapper_get_mix, \ 833 .get = tumbler_get_master_volume, 839 .get = tumbler_get_master_switch, 848 .get = tumbler_get_drc_value, 857 .get = tumbler_get_master_volume, 863 .get = tumbler_get_master_switch, 875 .get = tumbler_get_drc_value, 881 .get [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rtnetlink.sh | 255 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 260 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 265 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 270 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 300 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 303 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 308 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 311 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 316 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 319 ip -6 route get fibmatc [all...] |
/kernel/linux/linux-6.6/sound/pci/oxygen/ |
H A D | xonar_wm87x6.c | 974 .get = wm8776_bit_switch_get, \ 989 .get = wm8776_field_enum_get, \ 998 .get = wm8776_field_volume_get, \ 1017 .get = wm8776_hp_vol_get, 1027 .get = wm8776_input_vol_get, 1035 .get = wm8776_input_mux_get, 1043 .get = wm8776_input_mux_get, 1055 .get = hpf_get, 1062 .get = wm8776_level_control_get, 1072 .get [all...] |
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | tumbler.c | 608 .get = tumbler_get_mono, \ 617 .get = tumbler_get_mono, \ 830 .get = snapper_get_mix, \ 843 .get = tumbler_get_master_volume, 849 .get = tumbler_get_master_switch, 858 .get = tumbler_get_drc_value, 867 .get = tumbler_get_master_volume, 873 .get = tumbler_get_master_switch, 885 .get = tumbler_get_drc_value, 891 .get [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib.py | 166 self.channel.get("host"), str(self.channel.get("post")))) 227 device_instance.host = self.channel.get("host") 228 device_instance.port = self.channel.get("port") 231 LOG.debug("Dmlib get device instance {} {} {}, status: {}".format( 272 (str(convert_ip(self.channel.get("host"))), 273 str(int(self.channel.get("port"))))) 276 sock.connect((self.channel.get("host"), 277 int(self.channel.get("port")))) 283 self.channel.get("hos [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 211 // UResourceBundle rb2 = rb.get(key); 375 assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); in TestInflow() 376 assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); in TestInflow() 377 if (expected != counter.get(LabelType.INFLOW)) { in TestInflow() 390 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); in TestInflow() 429 labels.get(bucketIndex), bucket.getLabel()); in checkBuckets() 431 labels.get(bucketIndex), immIndex.getBucket(bucketIndex).getLabel()); in checkBuckets() 444 long globalCount = itemCount.get(item); in checkBuckets() 445 long localeCount = keys.get(item); in checkBuckets() 499 Set<R4<RawCollationKey, String, Integer, Double>> bucket = myBucketContents.get( in showIndex() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 214 // UResourceBundle rb2 = rb.get(key); 378 assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); in TestInflow() 379 assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); in TestInflow() 380 if (expected != counter.get(LabelType.INFLOW)) { in TestInflow() 393 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); in TestInflow() 432 labels.get(bucketIndex), bucket.getLabel()); in checkBuckets() 434 labels.get(bucketIndex), immIndex.getBucket(bucketIndex).getLabel()); in checkBuckets() 447 long globalCount = itemCount.get(item); in checkBuckets() 448 long localeCount = keys.get(item); in checkBuckets() 502 Set<R4<RawCollationKey, String, Integer, Double>> bucket = myBucketContents.get( in showIndex() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundle.java | 152 ICUResourceBundle irb = (ICUResourceBundle) r.get(resName); in getFunctionalEquivalent() 174 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName); in getFunctionalEquivalent() 175 /* UResourceBundle urb = */irb.get(kwVal); in getFunctionalEquivalent() 177 // If the get() completed, we have the full base locale in getFunctionalEquivalent() 205 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName); in getFunctionalEquivalent() 206 ICUResourceBundle urb = (ICUResourceBundle)irb.get(kwVal); in getFunctionalEquivalent() 666 bundle = (ICUResourceBundle) bundle.get(INSTALLED_LOCALES); in addLocaleIDsFromIndexBundle() 706 URLHandler handler = URLHandler.get(url); in addBundleBaseNamesFromClassLoader() 746 String skipScan = ICUConfig.get("ohos.global.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan", "false"); in createFullLocaleNameSet() 822 return ulocales.get(typ in getULocaleList() 1305 ICUResourceBundle get(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) { get() method in ICUResourceBundle [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_mbuf.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions 278 ::std::mem::transmute(self._bitfield_1.get(0usize, 4u8) as u32) in l2_type() 291 ::std::mem::transmute(self._bitfield_1.get(4usize, 4u8) as u32) in l3_type() 304 ::std::mem::transmute(self._bitfield_1.get(8usize, 4u8) as u32) in l4_type() 317 ::std::mem::transmute(self._bitfield_1.get(12usize, 4u8) as u32) in tun_type() 330 ::std::mem::transmute(self._bitfield_1.get(16usize, 4u8) as u32) in inner_l2_type() 343 ::std::mem::transmute(self._bitfield_1.get(20usize, 4u8) as u32) in inner_l3_type() 356 ::std::mem::transmute(self._bitfield_1.get(24usize, 4u8) as u32) in inner_l4_type() 785 ::std::mem::transmute(self._bitfield_1.get(0usize, 7u8) as u64) in l2_len() 798 ::std::mem::transmute(self._bitfield_1.get( in l3_len() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 340 &m_descriptorSetLayout.get(), in BufferViewTestInstance() 356 &m_uniformBufferView.get(), in BufferViewTestInstance() 382 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("vert"), 0); in BufferViewTestInstance() 383 m_fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("frag"), 0); in BufferViewTestInstance() 453 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), vertexBufferOffset); in BufferViewTestInstance() 494 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() 509 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() 777 &m_descriptorSetLayout.get(), in BufferViewAllFormatsTestInstance() 783 m_resultBuffer.get(), in BufferViewAllFormatsTestInstance() 812 &m_uniformBufferView.get(), in BufferViewAllFormatsTestInstance() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 337 &m_descriptorSetLayout.get(), in BufferViewTestInstance() 353 &m_uniformBufferView.get(), in BufferViewTestInstance() 379 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("vert"), 0); in BufferViewTestInstance() 380 m_fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("frag"), 0); in BufferViewTestInstance() 450 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), vertexBufferOffset); in BufferViewTestInstance() 491 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() 506 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() 754 &m_descriptorSetLayout.get(), in BufferViewAllFormatsTestInstance() 760 m_resultBuffer.get(), in BufferViewAllFormatsTestInstance() 789 &m_uniformBufferView.get(), in BufferViewAllFormatsTestInstance() [all...] |