Home
last modified time | relevance | path

Searched refs:descs (Results 26 - 50 of 93) sorted by relevance

1234

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c367 VkCommandStreamDescriptionMESA *descs = local_descs; in vn_instance_submission_get_cs() local
369 descs = in vn_instance_submission_get_cs()
371 if (!descs) in vn_instance_submission_get_cs()
379 descs[desc_count++] = (VkCommandStreamDescriptionMESA){ in vn_instance_submission_get_cs()
388 desc_count, descs, NULL, 0, NULL, 0); in vn_instance_submission_get_cs()
393 if (descs != local_descs) in vn_instance_submission_get_cs()
394 free(descs); in vn_instance_submission_get_cs()
403 descs, NULL, 0, NULL, 0); in vn_instance_submission_get_cs()
406 if (descs != local_descs) in vn_instance_submission_get_cs()
407 free(descs); in vn_instance_submission_get_cs()
[all...]
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_c_api_test_mslite.cpp95 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); in AddContextDeviceNNRT() local
96 if (descs == nullptr) { in AddContextDeviceNNRT()
102 auto desc = OH_AI_GetElementOfNNRTDeviceDescs(descs, i); in AddContextDeviceNNRT()
110 auto id = OH_AI_GetDeviceIdFromNNRTDeviceDesc(descs); in AddContextDeviceNNRT()
115 OH_AI_DestroyAllNNRTDeviceDescs(&descs); in AddContextDeviceNNRT()
132 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); in AddContextDeviceNNRTWithCache() local
133 if (descs == nullptr) { in AddContextDeviceNNRTWithCache()
139 auto desc = OH_AI_GetElementOfNNRTDeviceDescs(descs, i); in AddContextDeviceNNRTWithCache()
147 auto id = OH_AI_GetDeviceIdFromNNRTDeviceDesc(descs); in AddContextDeviceNNRTWithCache()
152 OH_AI_DestroyAllNNRTDeviceDescs(&descs); in AddContextDeviceNNRTWithCache()
3534 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); AddContextDeviceHIAI() local
3618 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
3664 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
3708 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
3744 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
3780 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
3826 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
3872 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
3934 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
3979 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
4018 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
4088 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
4117 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
4146 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); HWTEST() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.cc59 Handle<DescriptorArray> descs = in ToPropertyDescriptorFastPath()
62 PropertyDetails details = descs->GetDetails(i); in ToPropertyDescriptorFastPath()
78 value = handle(descs->GetStrongValue(i), isolate); in ToPropertyDescriptorFastPath()
85 Name key = descs->GetKey(i); in ToPropertyDescriptorFastPath()
H A Dkeys.cc51 Handle<DescriptorArray> descs, int nof_descriptors, in AddKey()
54 if (descs->GetKey(i) == key) return 0; in AddKey()
72 Handle<DescriptorArray> descs(map.instance_descriptors(isolate), isolate); in CombineKeys()
82 descs, nof_descriptors, target_keys_length); in CombineKeys()
758 Handle<DescriptorArray> descs, int start_index, int limit) { in CollectOwnPropertyNamesInternal()
765 PropertyDetails details = descs->GetDetails(i); in CollectOwnPropertyNamesInternal()
777 Object accessors = descs->GetStrongValue(i); in CollectOwnPropertyNamesInternal()
782 Name key = descs->GetKey(i); in CollectOwnPropertyNamesInternal()
993 Handle<DescriptorArray> descs = Handle<DescriptorArray>( in CollectOwnPropertyNames() local
996 PropertyDetails details = descs in CollectOwnPropertyNames()
50 AddKey(Object key, Handle<FixedArray> combined_keys, Handle<DescriptorArray> descs, int nof_descriptors, int target) AddKey() argument
756 CollectOwnPropertyNamesInternal( Handle<JSObject> object, KeyAccumulator* keys, Handle<DescriptorArray> descs, int start_index, int limit) CollectOwnPropertyNamesInternal() argument
[all...]
/test/xts/hats/hdf/audio/idl/benchmarktest/effect/
H A Deffect_model_test.cpp95 struct EffectControllerDescriptor descs[MAX_DESCRIPTOR_NUM]; in BENCHMARK_F() local
97 ret = model_->GetAllEffectDescriptors(model_, descs, &descsLen); in BENCHMARK_F()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMatchedAttachmentsTests.cpp120 const VkAttachmentDescription descs[2] = in testMatchedAttachments() local
178 descs, // const VkAttachmentDescription* pAttachments; in testMatchedAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMatchedAttachmentsTests.cpp116 const VkAttachmentDescription descs[2] = in testMatchedAttachments() local
174 descs, // const VkAttachmentDescription* pAttachments; in testMatchedAttachments()
/test/xts/hats/hdf/audio/idl/benchmarktest/effect/include/
H A Deffect_common.h22 void EffectControllerReleaseDescs(struct EffectControllerDescriptor *descs, const uint32_t *descsLen);
/test/xts/hats/hdf/audio/idl/effect/src/
H A Deffect_common.h22 void EffectControllerReleaseDescs(struct EffectControllerDescriptor *descs, const uint32_t *descsLen);
/test/xts/hats/hdf/audio/idl/effect_additional/src/
H A Deffect_common.h22 void EffectControllerReleaseDescs(struct EffectControllerDescriptor *descs, const uint32_t *descsLen);
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/
H A Daudio_adapter_benchmarktest.cpp51 void ReleaseAdapterDescs(struct AudioAdapterDescriptor *descs, uint32_t descsLen);
74 void AudioAdapterBenchmarkTest::ReleaseAdapterDescs(struct AudioAdapterDescriptor *descs, uint32_t descsLen) in ReleaseAdapterDescs() argument
76 if ((descs == nullptr) || (descsLen == 0)) { in ReleaseAdapterDescs()
81 AudioAdapterDescriptorFree(&descs[i], false); in ReleaseAdapterDescs()
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderMmapTest.cpp49 void ReleaseAllAdapterDescs(struct AudioAdapterDescriptor *descs, uint32_t descsLen);
99 void AudioUtRenderMmapTestAdditional::ReleaseAllAdapterDescs(struct AudioAdapterDescriptor *descs, uint32_t descsLen) in ReleaseAllAdapterDescs() argument
101 if (descs == nullptr || descsLen == 0) { in ReleaseAllAdapterDescs()
106 FreeAdapterElements(&descs[i], false); in ReleaseAllAdapterDescs()
/test/xts/hats/hdf/audio/idl/common/adapter/src/
H A Daudio_adapter_common_test.cpp50 void ReleaseAdapterDescs(struct AudioAdapterDescriptor **descs, uint32_t descsLen);
73 void HdfAudioUtAdapterTest::ReleaseAdapterDescs(struct AudioAdapterDescriptor **descs, uint32_t descsLen) in ReleaseAdapterDescs() argument
75 if ((descsLen > 0) && (descs != nullptr) && ((*descs) != nullptr)) { in ReleaseAdapterDescs()
77 AudioAdapterDescriptorFree(&(*descs)[i], false); in ReleaseAdapterDescs()
79 OsalMemFree(*descs); in ReleaseAdapterDescs()
80 *descs = nullptr; in ReleaseAdapterDescs()
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp47 void ReleaseAllAdapterDescs(struct AudioAdapterDescriptor **descs, uint32_t descsLen);
132 void AudioUtCaptureTest::ReleaseAllAdapterDescs(struct AudioAdapterDescriptor **descs, uint32_t descsLen) in ReleaseAllAdapterDescs() argument
134 if ((descsLen > 0) && (descs != nullptr) && ((*descs) != nullptr)) { in ReleaseAllAdapterDescs()
136 FreeAdapterElements(&(*descs)[i], false); in ReleaseAllAdapterDescs()
138 OsalMemFree(*descs); in ReleaseAllAdapterDescs()
139 *descs = nullptr; in ReleaseAllAdapterDescs()
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h78 descs.push_back(res); in add()
94 range.OffsetInDescriptorsFromTableStart = descs.size() - 1; in add()
100 std::vector<ComPtr<ID3D12Resource>> descs; member
H A Dcompute_test.cpp428 handle = offset_cpu_handle(handle, resources.descs.size() * uav_heap_incr); in add_uav_resource()
453 handle = offset_cpu_handle(handle, resources.descs.size() * uav_heap_incr); in add_cbv_resource()
624 if (!resources.descs[i].Get()) in run_shader_with_raw_args()
627 resource_barrier(resources.descs[i], in run_shader_with_raw_args()
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc302 DescriptorArray descs = map.instance_descriptors(js_object.GetIsolate()); in PrintUsingMap() local
304 PropertyDetails details = descs.GetDetails(i); in PrintUsingMap()
307 Object key = descs.GetKey(i); in PrintUsingMap()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.h281 const struct LayoutDescription* descs = in LayoutDescription() local
284 return descs[static_cast<int>(builtin)]; in LayoutDescription()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_device.c56 if (batch->tiler.descs.cpu) { in panvk_queue_submit_batch()
57 memcpy(batch->tiler.descs.cpu, batch->tiler.templ, in panvk_queue_submit_batch()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp98 D3D12_CPU_DESCRIPTOR_HANDLE descs[PIPE_MAX_SHADER_SAMPLER_VIEWS]; in fill_srv_descriptors() local
115 descs[desc_idx] = view->handle.cpu_handle; in fill_srv_descriptors()
142 descs[desc_idx] = screen->null_srvs[shader->srv_bindings[i].dimension].cpu_handle; in fill_srv_descriptors()
146 d3d12_descriptor_heap_append_handles(batch->view_heap, descs, shader->end_srv_binding - shader->begin_srv_binding); in fill_srv_descriptors()
197 D3D12_CPU_DESCRIPTOR_HANDLE descs[PIPE_MAX_SHADER_SAMPLER_VIEWS]; in fill_sampler_descriptors() local
215 descs[desc_idx] = sampler->handle_without_shadow.cpu_handle; in fill_sampler_descriptors()
217 descs[desc_idx] = sampler->handle.cpu_handle; in fill_sampler_descriptors()
219 descs[desc_idx] = ctx->null_sampler.cpu_handle; in fill_sampler_descriptors()
222 d3d12_descriptor_heap_append_handles(batch->sampler_heap, descs, shader->end_srv_binding - shader->begin_srv_binding); in fill_sampler_descriptors()
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp56 void ReleaseAllAdapterDescs(struct AudioAdapterDescriptor *descs, uint32_t descsLen);
140 void AudioCaptureBenchmarkTest::ReleaseAllAdapterDescs(struct AudioAdapterDescriptor *descs, uint32_t descsLen) in ReleaseAllAdapterDescs() argument
142 if (descs == nullptr || descsLen == 0) { in ReleaseAllAdapterDescs()
146 FreeAdapterElements(&descs[i], false); in ReleaseAllAdapterDescs()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp63 void ReleaseAllAdapterDescs(struct AudioAdapterDescriptor *descs, uint32_t descsLen);
141 void AudioRenderBenchmarkTest::ReleaseAllAdapterDescs(struct AudioAdapterDescriptor *descs, uint32_t descsLen) in ReleaseAllAdapterDescs() argument
143 if (descs == nullptr || descsLen == 0) { in ReleaseAllAdapterDescs()
148 FreeAdapterElements(&descs[i], false); in ReleaseAllAdapterDescs()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_generic.c455 priv->eps[i].descs[j] = priv->eps_descs[i][j]; in generic_eps_alloc()
460 desc = priv->eps[i].descs[2]; in generic_eps_alloc()
463 desc = priv->eps[i].descs[1]; in generic_eps_alloc()
466 desc = priv->eps[i].descs[1]; in generic_eps_alloc()
H A Dusbd_generic_epfile.c745 desc = ep->descs[2]; in generic_eps_enable()
748 desc = ep->descs[1]; in generic_eps_enable()
751 desc = ep->descs[1]; in generic_eps_enable()
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h538 const char* descs[] = { "Int8", "Uint8", "Int16", "Uint16", "Int32", "Uint32", "Int64", "Uint64", "Float", "Double" }; in DataTypeGetDesc() local
540 return descs[data_type]; in DataTypeGetDesc()
552 const char* descs[] = { "Bin", "Dec", "Hex" }; in DataFormatGetDesc() local
554 return descs[data_format]; in DataFormatGetDesc()

Completed in 35 milliseconds

1234