Home
last modified time | relevance | path

Searched defs:desc (Results 1301 - 1325 of 2294) sorted by relevance

1...<<51525354555657585960>>...92

/third_party/NuttX/drivers/usbdev/gadget/
H A Dcomposite.c373 struct usb_device_descriptor *desc = (struct usb_device_descriptor *)buf; in modify_device_descriptor_byspeed() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c143 const struct util_format_description *desc = util_format_description(format); in tu_physical_device_get_format_properties() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_formats.c181 const struct util_format_description *desc = in image_format_features() local
226 const struct util_format_description *desc = in buffer_format_features() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c148 nir_ssa_def *desc = nir_build_load_global(b, 1, 64, addr, .access = ACCESS_NON_WRITEABLE); in visit_load_vulkan_descriptor() local
220 nir_ssa_def *desc = nir_load_smem_amd(b, 4, ptr, nir_channel(b, rsrc, 1), .align_mul = 16); in visit_get_ssbo_size() local
315 nir_ssa_def *desc = nir_load_smem_amd(b, size, addr, index_offset, .align_mul = size * 4u); in get_sampler_desc() local
366 nir_ssa_def *desc in update_image_intrinsic() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sdma_copy_image.c76 const struct util_format_description *desc = util_format_description(format); in si_translate_format_to_hw() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_uav.c102 uav_desc_identical(enum svga_uav_type uav_type, void *desc, void *uav_desc) uav_desc_identical() argument
134 svga_uav_cache_find_uav(struct svga_context *svga, enum svga_uav_type uav_type, void *desc, unsigned desc_len) svga_uav_cache_find_uav() argument
157 svga_uav_cache_add_uav(struct svga_context *svga, enum svga_uav_type uav_type, void *desc, unsigned desc_len, struct pipe_resource *res, SVGA3dUAViewId uaViewId) svga_uav_cache_add_uav() argument
258 svga_create_uav(struct svga_context *svga, SVGA3dUAViewDesc *desc, SVGA3dSurfaceFormat svga_format, unsigned resourceDim, struct svga_winsys_surface *surf) svga_create_uav() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c88 const struct util_format_description *desc = in swizzled_border_color() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c1265 const struct util_format_description *desc = in choose_blend_quad() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.c451 char *desc = qir_describe_uniform(c->uniform_contents[reg.index], in qir_print_reg() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp90 struct pipe_surface desc; in CreateRenderTargetView() local
290 struct pipe_surface desc; CreateDepthStencilView() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c329 struct lvp_descriptor *desc = set->descriptors; in lvp_descriptor_set_create() local
419 struct lvp_descriptor *desc = in lvp_UpdateDescriptorSets() local
684 struct lvp_descriptor *desc = lvp_UpdateDescriptorSetWithTemplate() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dperformance_query.c343 get_perf_counter_info(struct gl_context *ctx, unsigned query_index, unsigned counter_index, const char **name, const char **desc, GLuint *offset, GLuint *data_size, GLuint *type_enum, GLuint *data_type_enum, GLuint64 *raw_max) get_perf_counter_info() argument
366 _mesa_GetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId, GLuint nameLength, GLchar *name, GLuint descLength, GLchar *desc, GLuint *offset, GLuint *dataSize, GLuint *typeEnum, GLuint *dataTypeEnum, GLuint64 *rawCounterMaxValue) _mesa_GetPerfCounterInfoINTEL() argument
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp269 static bool CheckShader(GLuint handle, const char* desc) in CheckShader() argument
287 static bool CheckProgram(GLuint handle, const char* desc) in CheckProgram() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_android.c185 AHardwareBuffer_Desc desc; in get_ahw_buffer_format_properties2() local
454 struct AHardwareBuffer_Desc desc = { in anv_create_ahw_memory() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.c71 panfrost_compression_tag(const struct util_format_description *desc, in panfrost_compression_tag() argument
379 const struct util_format_description *desc = in panfrost_emit_plane() local
452 ASSERTED const struct util_format_description *desc = panfrost_emit_texture_payload() local
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c60 pan_unpacked_type_for_format(const struct util_format_description *desc) in pan_unpacked_type_for_format() argument
90 pan_is_format_native(const struct util_format_description *desc, bool broken_ld_special, bool is_store) in pan_is_format_native() argument
160 pan_pack_reorder(nir_builder *b, const struct util_format_description *desc, nir_ssa_def *v) pan_pack_reorder() argument
175 pan_unpack_reorder(nir_builder *b, const struct util_format_description *desc, nir_ssa_def *v) pan_unpack_reorder() argument
377 pan_unpack(nir_builder *b, const struct util_format_description *desc, nir_ssa_def *packed) pan_unpack() argument
418 pan_pack(nir_builder *b, const struct util_format_description *desc, nir_ssa_def *unpacked) pan_pack() argument
485 pan_lower_fb_store(nir_shader *shader, nir_builder *b, nir_intrinsic_instr *intr, const struct util_format_description *desc, bool reorder_comps) pan_lower_fb_store() argument
512 pan_lower_fb_load(nir_shader *shader, nir_builder *b, nir_intrinsic_instr *intr, const struct util_format_description *desc, bool reorder_comps, unsigned base, int sample) pan_lower_fb_load() argument
590 const struct util_format_description *desc = pan_lower_framebuffer() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_nir_lower_descriptors.c234 nir_ssa_def *desc = nir_load_ubo(b, 4, 32, desc_ubo_idx, in build_buffer_addr_for_res_index() local
309 nir_ssa_def *desc = build_buffer_addr_for_res_index(b, intrin->src[0].ssa, in lower_get_ssbo_size() local
402 nir_ssa_def *desc = load_resource_deref_desc(b, deref, 0, 4, 16, ctx); in load_tex_img_size() local
417 nir_ssa_def *desc = load_resource_deref_desc(b, deref, 0, 4, 16, ctx); in load_tex_img_levels() local
427 nir_ssa_def *desc = load_resource_deref_desc(b, deref, 0, 4, 16, ctx); load_tex_img_samples() local
[all...]
H A Dpanvk_vX_meta_clear.c236 const struct util_format_description *desc = util_format_description(format); in panvk_meta_get_format_type() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c424 const struct util_format_description *desc = in llvmpipe_clear_texture() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c85 nv84_decoder_bsp(struct nv84_decoder *dec, struct pipe_h264_picture_desc *desc, unsigned num_buffers, const void *const *data, const unsigned *num_bytes, struct nv84_video_buffer *dest) nv84_decoder_bsp() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg01.c63 char *desc; member
[all...]
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c101 char *desc; member
[all...]
/third_party/libwebsockets/lib/system/metrics/
H A Dmetrics.c601 char desc[192], d1[48], *p = desc, *end = desc + sizeof(desc); in lws_metrics_hist_bump_describe_wsi() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c111 char *desc; member
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc313 PropertyDescriptor desc; in LegacyFormatConstructor() local

Completed in 24 milliseconds

1...<<51525354555657585960>>...92