Home
last modified time | relevance | path

Searched defs:descs (Results 1 - 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dobject.hpp205 descs(const Os &os) { in descs() function
/third_party/mesa3d/src/asahi/lib/
H A Dpool.h106 agx_pool_alloc_descs(struct agx_pool *pool, const struct agx_desc_alloc_info *descs) agx_pool_alloc_descs() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_pool.h110 pan_pool_alloc_descs(struct pan_pool *pool, const struct pan_desc_alloc_info *descs) pan_pool_alloc_descs() argument
H A Dpan_device.h138 struct panfrost_bo *descs; member
/third_party/mindspore/test/unittest/
H A Dnnrt_delegate_unit_test.cpp37 auto descs = OH_AI_GetAllNNRTDeviceDescs(&num); in HWTEST() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMatchedAttachmentsTests.cpp120 const VkAttachmentDescription descs[2] = in testMatchedAttachments() local
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py127 descs = json.loads(p.stdout.decode()) variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMatchedAttachmentsTests.cpp116 const VkAttachmentDescription descs[2] = in testMatchedAttachments() local
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.h281 const struct LayoutDescription* descs = in LayoutDescription() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_texture.c318 uint32_t *descs = in lima_update_textures() local
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h100 std::vector<ComPtr<ID3D12Resource>> descs; member
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc302 DescriptorArray descs = map.instance_descriptors(js_object.GetIsolate()); in PrintUsingMap() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c367 VkCommandStreamDescriptionMESA *descs = local_descs; in vn_instance_submission_get_cs() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c115 emit_varyings(const struct panvk_device *dev, const struct panvk_varyings_info *varyings, gl_shader_stage stage, void *descs) emit_varyings() argument
142 emit_varying_bufs(const struct panvk_varyings_info *varyings, void *descs) emit_varying_bufs() argument
225 emit_attrib_bufs(const struct panvk_attribs_info *info, const struct panvk_attrib_buf *bufs, unsigned buf_count, const struct panvk_draw_info *draw, void *descs) emit_attrib_bufs() argument
291 emit_attribs(const struct panvk_device *dev, const struct panvk_draw_info *draw, const struct panvk_attribs_info *attribs, const struct panvk_attrib_buf *bufs, unsigned buf_count, void *descs) emit_attribs() argument
314 emit_ubos(const struct panvk_pipeline *pipeline, const struct panvk_descriptor_state *state, void *descs) emit_ubos() argument
810 emit_tiler_context(const struct panvk_device *dev, unsigned width, unsigned height, const struct panfrost_ptr *descs) emit_tiler_context() argument
[all...]
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp64 static const char* descs[] = in getMatchCaseExpectedDesc() local
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uac.h51 uint8_t *descs; /* pointer to the concatenated descriptors */ member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Df_generic.h136 usb_endpoint_descriptor_t *descs[3]; member
/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
552 const char* descs[] = { "Bin", "Dec", "Hex" }; in DataFormatGetDesc() local
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc993 Handle<DescriptorArray> descs = Handle<DescriptorArray>( in CollectOwnPropertyNames() local
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...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c750 struct si_descriptors *descs = in si_dump_descriptors() local
/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
197 D3D12_CPU_DESCRIPTOR_HANDLE descs[PIPE_MAX_SHADER_SAMPLER_VIEWS]; in fill_sampler_descriptors() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.h137 struct panfrost_pool descs, shaders; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_perfcounter.c305 struct radv_perfcounter_desc *descs = malloc(sizeof(*descs) * count); in radv_init_perfcounter_descs() local
330 const struct radv_perfcounter_desc *descs = pdevice->perfcounters; in radv_get_counter_registers() local
217 radv_query_perfcounter_descs(struct radv_physical_device *pdev, uint32_t *count, struct radv_perfcounter_desc *descs) radv_query_perfcounter_descs() argument
855 const struct radv_perfcounter_desc *descs = pdevice->perfcounters; radv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc846 AUTHORITY_INFO_ACCESS* descs = in SafeX509InfoAccessPrint() local
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c420 pandecode_bifrost_blend(void *descs, int job_no, int rt_no, mali_ptr frag_shader) in pandecode_bifrost_blend() argument
431 pandecode_midgard_blend_mrt(void *descs, int job_no, int rt_no) in pandecode_midgard_blend_mrt() argument

Completed in 36 milliseconds

12