Home
last modified time | relevance | path

Searched refs:get (Results 3901 - 3925 of 13154) sorted by relevance

1...<<151152153154155156157158159160>>...527

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatTest.java275 * can use hex notation and not get stupid errors about precision.
572 return fileDescriptor.getMessageTypes().get(0); in createDescriptorForAny()
1241 logHandler.getStoredLogRecords().get(0).getMessage()); in testParseUnknownExtensions()
1247 logHandler.getStoredLogRecords().get(1).getMessage()); in testParseUnknownExtensions()
1422 int i1 = msg.getInt32ToInt32Field().get(1); in testMapDuplicateKeys()
1424 int i2 = msg2.getInt32ToInt32Field().get(1); in testMapDuplicateKeys()
1438 assertEquals(10, message.getStringToInt32Field().get("x").intValue()); in testMapShortForm()
1439 assertEquals(200, message.getInt32ToMessageField().get(2).getValue()); in testMapShortForm()
1474 assertEquals(30, map.getInt32ToInt32Field().get(1).intValue()); in testMapOverwrite()
1484 assertEquals(30, map.getInt32ToInt32Field().get( in testMapOverwrite()
[all...]
/third_party/spirv-tools/source/util/
H A Dhex_float.h230 // value to get the correct value.)
314 // then we have to left-shift to get rid of leading 0s. This is the amount
322 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get;
336 SetBits<uint_type, 0, num_fraction_bits>::get;
343 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get;
572 SetBits<uint_type, 0, throwaway_mask_bits>::get; in getRoundedNormalizedSignificand()
970 is.get(); in operator >>()
983 is.get(); in operator >>()
988 is.get(); // We may have to unget this. in operator >>()
994 is.get(); // Thro in operator >>()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp155 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline()
156 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("ahit"), 0); in makePipeline()
157 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline()
159 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, raygenShader.get(), raygenGroup); in makePipeline()
160 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, missShader.get(), missGroup); in makePipeline()
163 rayTracingPipeline->addShader(VK_SHADER_STAGE_ANY_HIT_BIT_KHR, hitShader.get(), hitGroup + i); in makePipeline()
611 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest()
621 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest()
622 const VkStridedDeviceAddressRegionKHR missShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, missShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest()
623 const VkStridedDeviceAddressRegionKHR hitShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, hitShaderBindingTable->get(), in runTest()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp245 common_metadata_header_t* metadata = cameraAbility->get(); in GetCameraMetaInfo()
468 MEDIA_INFO_LOG("CreateDeferredPhotoProcessingSession get uid:%{public}d userId:%{public}d", uid, userId); in CreateDeferredPhotoProcessingSession()
485 MEDIA_INFO_LOG("CreateDeferredVideoProcessingSession get uid:%{public}d userId:%{public}d", uid, userId); in CreateDeferredVideoProcessingSession()
974 common_metadata_header_t* metadata = cameraAbility->get(); in IsCameraMuteSupported()
1006 ret = OHOS::Camera::FindCameraMetadataItem(changedMetadata->get(), OHOS_CONTROL_MUTE_MODE, &item); in UpdateMuteSetting()
1211 MEDIA_INFO_LOG("SetPeerCallback get callback"); in SetPeerCallback()
1236 common_metadata_header_t* metadata = cameraAbility->get(); in IsPrelaunchSupported()
1243 MEDIA_ERR_LOG("Failed to get OHOS_ABILITY_PRELAUNCH_AVAILABLE ret = %{public}d", ret); in IsPrelaunchSupported()
1287 common_metadata_header_t* metadataEntry = metadata->get(); in DumpCameraInfo()
1665 "HCaptureSession::SaveCurrentParamForRestore() Failed to get stream in SaveCurrentParamForRestore()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java155 * DEFAULT. To get both sets at the same time, use
341 * Enum for locale categories. These locale categories are used to get/set the default locale for
969 * to get the region to use for supplemental data.
1363 UResourceBundle metadataAlias = metadata.get("alias"); in loadAliasData()
1364 UResourceBundle languageAlias = metadataAlias.get("language"); in loadAliasData()
1365 UResourceBundle scriptAlias = metadataAlias.get("script"); in loadAliasData()
1366 UResourceBundle territoryAlias = metadataAlias.get("territory"); in loadAliasData()
1367 UResourceBundle variantAlias = metadataAlias.get("variant"); in loadAliasData()
1368 UResourceBundle subdivisionAlias = metadataAlias.get("subdivision"); in loadAliasData()
1371 UResourceBundle res = languageAlias.get( in loadAliasData()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp273 *module = ShaderWrapper(vk, device, programCollection.get(name), 0); in createShaderModule()
606 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset); in init()
629 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate()
1875 m_computeShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("compute"), 0); in PushConstantComputeTestInstance()
1952 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate()
2313 m_vertexShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("color_vert_lt"), 0); in init()
2314 m_fragmentShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("color_frag_lt"), 0); in init()
2420 m_computeShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("compute_lt"), 0); in init()
2565 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &bufferOffset); in iterate()
2622 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp163 m_deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), instance, *m_logicalDevice, context.getTestContext().getCommandLine(), context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *m_logicalDevice)); in SingletonDevice()
177 return m_singletonDevice->m_logicalDevice.get(); in getDevice()
184 return *(m_singletonDevice->m_deviceDriver.get()); in getDeviceInterface()
2314 shaderModuleFillImage = createShaderModule(vk, device, m_context.getBinaryCollection().get("fillShader"), 0); in iterate()
2403 &descriptorSetLayout.get(), // pSetLayouts in iterate()
2540 descriptorSetLayout.get(), // VkDescriptorSetLayout descriptorSetLayout; in iterate()
2582 vk.updateDescriptorSetWithTemplate(device, descriptorSet.get(), *descriptorUpdateTemplate, templateVectorData[i]); in iterate()
2586 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), numDynamic, &zeros[0]); in iterate()
2608 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), numDynamic, &zeros[0]); in iterate()
2637 const Unique<VkShaderModule> shader(createShaderModule(vk, device, m_context.getBinaryCollection().get("tes in iterate()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp126 Buffer *oldBuffer = binding->get(); in UpdateNonTFBufferBindingWebGL()
146 if (binding->get()) in UpdateTFBufferBindingWebGL()
149 if (binding->get()) in UpdateTFBufferBindingWebGL()
246 Buffer *oldBuffer = mVertexArray->mState.mElementArrayBuffer.get(); in setGenericBufferBinding()
613 if (mTransformFeedback.get()) in reset()
704 const Sampler *sampler = mSamplers[textureIndex].get(); in setActiveTextureDirty()
1661 Texture *zeroTexture = zeroTextures[type].get();
1663 if (mCompleteTextureBindings[bindingIndex].getSubject() == binding.get())
1707 mSamplerTextures[type][textureUnit].set(context, zeroTextures[type].get()); in initializeZeroTextures()
1719 if (mSamplers[textureUnit].get() in setSamplerBinding()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp985 if (shader->get().valid()) in GetUnresolveFrag()
996 return vk::InitShaderAndSerial(context, &shader->get(), shaderCode.data(), in GetUnresolveFrag()
1099 shader.get().destroy(device); in destroy()
1150 mDescriptorSetLayouts[function][DescriptorSetIndex::Internal].get().getHandle())); in ensureResourcesInitialized()
1458 ANGLE_TRY(program->getComputePipeline(contextVk, pipelineLayout.get(), &pipeline)); in setupProgram()
1478 *pipelineCache, pipelineLayout.get(), *pipelineDesc, in setupProgram()
1489 commandBuffer->bindDescriptorSets(pipelineLayout.get(), pipelineBindPoint, in setupProgram()
1504 commandBuffer->pushConstants(pipelineLayout.get(), pushConstantsShaderStage, 0, in setupProgram()
2152 gl::SwizzleState(), &destView.get(), params.dstMip, 1, in clearImage()
2173 ANGLE_TRY(startRenderPass(contextVk, dst, &destView.get(), renderPassDes in clearImage()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp302 Constant *FoldedC = ConstantExpr::get(AssocOpcode, C1, CastC2); in simplifyAssocCastAssoc()
469 I.setOperand(1, ConstantExpr::get(Opcode, C1, C2)); in SimplifyAssociativeOrCommutative()
546 RHS = ConstantExpr::getShl(ConstantInt::get(Op->getType(), 1), C); in getBinOpsForFactorization()
872 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in foldOperationIntoSelectOperand()
873 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in foldOperationIntoSelectOperand()
946 return ConstantExpr::get(I->getOpcode(), InC, C); in foldOperationIntoPhiValue()
947 return ConstantExpr::get(I->getOpcode(), C, InC); in foldOperationIntoPhiValue()
1148 NewIndices.push_back(ConstantInt::get(IndexTy, FirstIdx)); in FindElementAtOffset()
1162 NewIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()), in FindElementAtOffset()
1170 NewIndices.push_back(ConstantInt::get(IndexT in FindElementAtOffset()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp408 const ProgramBinary& shaderBinary = context.getBinaryCollection().get("vert");
492 const ProgramBinary& shaderBinary = context.getBinaryCollection().get("frag");
982 vk.cmdBindVertexBuffers(*cmdBuffer, 0, 1, &vertexBuffer->get(), &vertexBufferOffset); in runTest()
994 vk::submitCommandsAndWait(vk, device, m_context.getUniversalQueue(), cmdBuffer.get()); in runTest()
1550 uniformBuffer[0]->get(), // VkBuffer buffer in runNullDescriptorSet()
1554 initialBufferBarriers[1].buffer = uniformBuffer[1]->get(); in runNullDescriptorSet()
1668 uniformBuffer->get(), // VkBuffer buffer in runNullDescriptorSetInMonolithicPipeline()
1863 uniformBuffer[0]->get(), // VkBuffer buffer in runIndependentPipelineLayoutSets()
1867 initialBufferBarriers[1].buffer = uniformBuffer[1]->get(); in runIndependentPipelineLayoutSets()
1868 initialBufferBarriers[2].buffer = uniformBuffer[2]->get(); in runIndependentPipelineLayoutSets()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc91 return native_module_.get(); in native_module()
130 std::atomic_init(&top_tier_compiled_.get()[i], false); in CompilationUnitQueues()
139 return queues_[task_id].get(); in GetQueueForTask()
170 return queues_[task_id].get(); in GetQueueForTask()
205 queue = queues_[queue_to_add].get(); in AddUnits()
245 auto* queue = queues_[queue_to_add].get(); in AddTopTierPriorityUnit()
357 // so, return it, otherwise get the task id to steal from. in GetNextUnitOfTier()
450 auto* steal_queue = queues_[steal_from_task_id].get(); in StealUnitsAndGetFirst()
477 auto* steal_queue = queues_[steal_from_task_id].get(); in StealTopTierPriorityUnit()
645 Counters* counters() const { return async_counters_.get(); } in counters()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp51 std::string formatName(formatContext_.get()->iformat->name); in ParserBoxInfo()
56 int videoStreamIdx = av_find_best_stream(formatContext_.get(), AVMEDIA_TYPE_VIDEO, -1, -1, nullptr, 0); in ParserBoxInfo()
76 "get all frame pts failed."); in ParserBoxInfo()
90 std::string formatName(formatContext_.get()->iformat->name); in ParserRefUpdatePos()
121 int ffmpegRet = av_read_frame(parserRefFormatContext_.get(), pkt); in ParserFirstDts()
190 std::string formatName(parserRefFormatContext_.get()->iformat->name); in ParserRefInit()
235 int ffmpegRet = av_read_frame(parserRefFormatContext_.get(), pkt); in ParserRefInfoLoop()
297 MEDIA_LOG_D("get I frame iFrameIdx from box parser"); in GetGopIdFromSeekPos()
305 MEDIA_LOG_D("get I frame iFrameIdx from simulated dts"); in GetGopIdFromSeekPos()
326 MEDIA_LOG_D("get in SelectProGopId()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp120 skImage = skImage->makeTextureImage(grContext.get()); in Bind()
132 skSurface_ = SkSurface::MakeFromBackendTexture(grContext.get(), grBackendTexture, grSurfaceOrigin, in Bind()
168 skSurface_ = SkSurface::MakeFromBackendRenderTarget(skiaContext->GetGrContext().get(), in Bind()
206 SkSurface::MakeFromBackendRenderTarget(grContext.get(), in MakeFromBackendRenderTarget()
245 skSurface = SkSurface::MakeFromBackendTexture(grContext.get(), in MakeFromBackendTexture()
254 skSurface = SkSurface::MakeFromBackendTexture(grContext.get(), in MakeFromBackendTexture()
281 SkSurface::MakeRenderTarget(grContext.get(), static_cast<SkBudgeted>(budgeted), skImageInfo); in MakeRenderTarget()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfbex.cpp399 auto err = memcpy_s(appKey.get(), size, ops.eBuffer, sizeof(ops.eBuffer)); in GenerateAppkey()
492 if (!CheckReadBuffValid(eBuffer.get(), length, status)) { in ReadESecretToKernel()
517 auto err = memcpy_s(ops.eBuffer, sizeof(ops.eBuffer), eBuffer.get(), length); in ReadESecretToKernel()
531 (void)memset_s(eBuffer.get(), sizeof(eBuffer.get()), 0, sizeof(eBuffer.get())); in ReadESecretToKernel()
536 UnlockSendSecret(status, bufferSize, length, eBuffer.get(), ops.eBuffer); in ReadESecretToKernel()
/test/testfwk/developer_test/src/core/driver/
H A Dlite_driver.py147 "NFS").get("mnt_cmd"))
178 UserConfigManager().get_user_config("NFS").get("host_dir")
186 UserConfigManager().get_user_config("NFS").get("board_dir")),
294 "umount %s" % UserConfigManager().get_user_config("NFS").get("board_dir"),
302 UserConfigManager().get_user_config("NFS").get("board_dir")
399 self.config.device.device.com_dict.get(
421 self.config.device.device.com_dict.get(ComType.deploy_com).close()
/third_party/gn/src/gn/
H A Dscope.cc206 return found->second.get(); in GetTemplate()
393 pair.second->NonRecursiveMergeTo(dest_scope.get(), options, node_for_err, in NonRecursiveMergeTo()
412 if (existing_template && pair.second.get() != existing_template) { in NonRecursiveMergeTo()
449 // get the closure. in MakeClosure()
463 NonRecursiveMergeTo(result.get(), options, nullptr, "<SHOULDN'T HAPPEN>", in MakeClosure()
472 return dest.get(); in MakeTargetDefaults()
478 return found->second.get(); in GetTargetDefaults()
587 return template_invocation_entry_.get(); in FindTemplateInvocationEntry()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp253 return e.get();
264 return e.get();
296 return e.get();
343 return e.get();
474 return e.get();
553 return e.get();
595 return e.get();
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp106 get(const vector_type &v, unsigned i)
214 get(const vector_type &v, unsigned i)
332 get(const weight_vector_type &v, unsigned i, unsigned p)
334 return get(v.v[(2 * i + p) / vector_width], (2 * i + p) % vector_width);
345 const scalar_type tmp = get(v, i, p);
346 set(v, i, p, get(v, j, q));
686 get(conflicts[r], s, p) + cycle_scale); in shader_conflict_weight_matrix()
/third_party/node/test/fixtures/wpt/resources/
H A Dchannel.sub.js81 [socket, count] = this.writeSockets.get(uuid);
98 const data = target.get(uuid);
344 let uuid = new URLSearchParams(location.search).get("uuid");
486 let handler = this.responseHandlers.get(id);
725 return remoteObjectsById.get(this.objectId);
798 let outputValue = objectsSeen.get(item);
902 // so when we get the key push a new output array and then the value will
950 result = objectMap.get(objectId);
/third_party/node/deps/npm/lib/commands/
H A Dview.js38 // have the package, get the fields
46 const defaultTag = npm.config.get('tag')
107 if (!this.npm.config.get('json') && wholePackument) {
159 if (!this.npm.config.get('json')) {
190 // get the data about this package
191 let version = this.npm.config.get('tag')
250 !this.npm.config.get('json') &&
266 const json = this.npm.config.get('json')
322 const unicode = this.npm.config.get('unicode')
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dprivate_fields.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
161 ::std::mem::transmute(self._bitfield_1.get(0usize, 4u8) as u32) in a()
174 ::std::mem::transmute(self._bitfield_1.get(4usize, 4u8) as u32) in b()
227 ::std::mem::transmute(self._bitfield_1.get(0usize, 4u8) as u32) in a()
240 ::std::mem::transmute(self._bitfield_1.get(4usize, 4u8) as u32) in b()
293 ::std::mem::transmute(self._bitfield_1.get(0usize, 4u8) as u32) in a()
306 ::std::mem::transmute(self._bitfield_1.get(4usize, 4u8) as u32) in d()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawConcurrentTests.cpp211 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(m_context.getPlatformInterface(), instance, *computeDevice, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), m_context.getUsedApiVersion()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), *computeDevice)); in iterate()
265 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, *computeDevice, m_context.getBinaryCollection().get("vulkan/draw/ConcurrentPayload.comp"), 0u)); in iterate()
278 vk.cmdBindDescriptorSets(*computeCommandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
292 &computeCommandBuffer.get(), // pCommandBuffers in iterate()
368 const VkCommandBuffer drawCommandBuffer = m_cmdBuffer.get(); in iterate()
406 if (VK_SUCCESS != vk.waitForFences(*computeDevice, 1u, &computeFence.get(), DE_TRUE, ~0ull)) in iterate()
409 if (VK_SUCCESS != vk.waitForFences(drawDevice, 1u, &drawFence.get(), DE_TRUE, ~0ull)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp369 m_vertexModule = createShaderModule (vk, device, context.getBinaryCollection().get("vert"), 0u); in ScissorRenderer()
370 m_fragmentModule = createShaderModule (vk, device, context.getBinaryCollection().get("frag"), 0u); in ScissorRenderer()
372 m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, m_colorAttachment.get(), in ScissorRenderer()
397 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0u, 1u, &m_vertexBuffer.get(), &vertexBufferOffset); in draw()
520 addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, initPrograms, test, cases[i].caseDef); in createTestsInGroup()
542 addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, initPrograms, test, cases[i].caseDef); in createTestsInGroup()
564 addFunctionCaseWithPrograms(primitiveGroup.get(), cases[i].name, initPrograms, test, cases[i].caseDef); in createTestsInGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp401 &descriptorSetLayout.get(), // pSetLayouts in iterate()
490 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in iterate()
615 Move<VkShaderModule> fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0); in iterate()
616 Move<VkShaderModule> vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
657 pipelineLayout.get(), // VkPipelineLayout layout; in iterate()
658 renderPass.get(), // VkRenderPass renderPass; in iterate()
762 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()

Completed in 52 milliseconds

1...<<151152153154155156157158159160>>...527