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

/xsrc/external/mit/xgc/dist/
H A Dchoice.c199 line_up_labels(ChoiceDesc *descs[], int numdescs) argument
236 choose_defaults(ChoiceDesc * descs[],int numdescs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dpool.h106 agx_pool_alloc_descs(struct agx_pool * pool,const struct agx_desc_alloc_info * descs) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dobject.hpp206 descs(const Os &os) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dobject.hpp205 descs(const Os &os) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_pool.h110 pan_pool_alloc_descs(struct pan_pool * pool,const struct pan_desc_alloc_info * descs) argument
H A Dpan_device.h137 struct panfrost_bo *descs; member in struct:pan_indirect_dispatch
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_texture.c258 uint32_t *descs = local in function:lima_update_textures
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_texture.c286 uint32_t *descs = local in function:lima_update_textures
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_descriptor_set.c238 struct panvk_descriptor *descs = &set->descs[binding_layout->desc_idx + dest_offset]; local in function:panvk_per_arch
[all...]
H A Dpanvk_private.h282 struct panfrost_ptr descs; member in struct:panvk_batch::__anon9e4fc0280c08
351 struct panvk_descriptor *descs; member in struct:panvk_descriptor_set
921 } descs; member in struct:panvk_image_view
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp88 D3D12_CPU_DESCRIPTOR_HANDLE descs[PIPE_MAX_SHADER_SAMPLER_VIEWS]; local in function:fill_srv_descriptors
141 D3D12_CPU_DESCRIPTOR_HANDLE descs[PIPE_MAX_SHADER_SAMPLER_VIEWS]; local in function:fill_sampler_descriptors
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.h100 std::vector<ComPtr<ID3D12Resource>> descs; member in struct:ComputeTest::Resources
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_instance.c357 VkCommandStreamDescriptionMESA *descs = local_descs; local in function:vn_instance_submission_get_cs
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h536 const char* descs[] = { "Int8", "Uint8", "Int16", "Uint16", "Int32", "Uint32", "Int64", "Uint64", "Float", "Double" }; local in function:MemoryEditor::DataTypeGetDesc
550 const char* descs[] = { "Bin", "Dec", "Hex" }; local in function:MemoryEditor::DataFormatGetDesc
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c789 struct si_descriptors *descs = local in function:si_dump_descriptors
H A Dsi_descriptors.c501 struct si_descriptors *descs = si_sampler_and_image_descriptors(sctx, shader); local in function:si_set_sampler_view
655 struct si_descriptors *descs = si_sampler_and_image_descriptors(ctx, shader); local in function:si_disable_shader_image
775 struct si_descriptors *descs = si_sampler_and_image_descriptors(ctx, shader); local in function:si_set_shader_image
872 struct si_descriptors *descs = &sctx->descriptors[SI_DESCS_RW_BUFFERS]; local in function:si_update_ps_colorbuf0_slot
992 si_init_buffer_resources(struct si_buffer_resources * buffers,struct si_descriptors * descs,unsigned num_buffers,short shader_userdata_rel_index,enum radeon_bo_priority priority,enum radeon_bo_priority priority_constbuf) argument
1007 si_release_buffer_resources(struct si_buffer_resources * buffers,struct si_descriptors * descs) argument
1038 si_get_buffer_from_descriptors(struct si_buffer_resources * buffers,struct si_descriptors * descs,unsigned idx,struct pipe_resource ** buf,unsigned * offset,unsigned * size) argument
1211 struct si_descriptors *descs = &sctx->descriptors[descriptors_idx]; local in function:si_set_constant_buffer
1315 struct si_descriptors *descs = &sctx->descriptors[descriptors_idx]; local in function:si_set_shader_buffer
1391 struct si_descriptors *descs = si_const_and_shader_buffer_descriptors(sctx, shader); local in function:si_get_shader_buffers
1425 struct si_descriptors *descs = &sctx->descriptors[SI_DESCS_RW_BUFFERS]; local in function:si_set_ring_buffer
1600 struct si_descriptors *descs = &sctx->descriptors[descriptors_idx]; local in function:si_reset_buffer_resources
1665 struct si_descriptors *descs = local in function:si_rebind_buffer
1714 struct si_descriptors *descs = local in function:si_rebind_buffer
1745 struct si_descriptors *descs = local in function:si_rebind_buffer
1777 struct si_descriptors *descs = &sctx->bindless_descriptors; local in function:si_rebind_buffer
1805 struct si_descriptors *descs = &sctx->bindless_descriptors; local in function:si_rebind_buffer
2137 struct si_descriptors *descs = &sctx->descriptors[start]; local in function:si_emit_consecutive_shader_pointers
2147 si_emit_global_shader_pointers(struct si_context * sctx,struct si_descriptors * descs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h538 const char* descs[] = { "Int8", "Uint8", "Int16", "Uint16", "Int32", "Uint32", "Int64", "Uint64", "Float", "Double" }; local in function:MemoryEditor::DataTypeGetDesc
552 const char* descs[] = { "Bin", "Dec", "Hex" }; local in function:MemoryEditor::DataFormatGetDesc
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h132 struct panfrost_pool descs, shaders; member in struct:panfrost_context
H A Dpan_cmdstream.c2124 struct mali_attribute_packed *descs = T.cpu; local in function:panfrost_emit_varying_descs
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c763 struct si_descriptors *descs = local in function:si_dump_descriptors
H A Dsi_descriptors.c522 struct si_descriptors *descs = si_sampler_and_image_descriptors(sctx, shader); local in function:si_set_sampler_views
704 struct si_descriptors *descs = si_sampler_and_image_descriptors(ctx, shader); local in function:si_disable_shader_image
803 struct si_descriptors *descs = si_sampler_and_image_descriptors(ctx, shader); local in function:si_set_shader_image
914 struct si_descriptors *descs = &sctx->descriptors[SI_DESCS_INTERNAL]; local in function:si_update_ps_colorbuf0_slot
1026 si_init_buffer_resources(struct si_context * sctx,struct si_buffer_resources * buffers,struct si_descriptors * descs,unsigned num_buffers,short shader_userdata_rel_index,enum radeon_bo_priority priority,enum radeon_bo_priority priority_constbuf) argument
1057 si_release_buffer_resources(struct si_buffer_resources * buffers,struct si_descriptors * descs) argument
1101 si_get_buffer_from_descriptors(struct si_buffer_resources * buffers,struct si_descriptors * descs,unsigned idx,struct pipe_resource ** buf,unsigned * offset,unsigned * size) argument
1171 struct si_descriptors *descs = &sctx->descriptors[descriptors_idx]; local in function:si_set_constant_buffer
1309 struct si_descriptors *descs = &sctx->descriptors[descriptors_idx]; local in function:si_set_shader_buffer
1378 struct si_descriptors *descs = si_const_and_shader_buffer_descriptors(sctx, shader); local in function:si_get_shader_buffers
1406 struct si_descriptors *descs = &sctx->descriptors[SI_DESCS_INTERNAL]; local in function:si_set_ring_buffer
1575 struct si_descriptors *descs = &sctx->descriptors[descriptors_idx]; local in function:si_reset_buffer_resources
1638 struct si_descriptors *descs = &sctx->descriptors[SI_DESCS_INTERNAL]; local in function:si_rebind_buffer
1683 struct si_descriptors *descs = si_sampler_and_image_descriptors(sctx, shader); local in function:si_rebind_buffer
1708 struct si_descriptors *descs = si_sampler_and_image_descriptors(sctx, shader); local in function:si_rebind_buffer
1738 struct si_descriptors *descs = &sctx->bindless_descriptors; local in function:si_rebind_buffer
1760 struct si_descriptors *descs = &sctx->bindless_descriptors; local in function:si_rebind_buffer
2075 si_emit_global_shader_pointers(struct si_context * sctx,struct si_descriptors * descs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c417 pandecode_bifrost_blend(void *descs, int job_no, int rt_no, mali_ptr frag_shader) argument
428 pandecode_midgard_blend_mrt(void *descs, int job_no, int rt_no) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1108 SVGA3dInputElementDesc descs[32]; member in struct:__anoncfb9ff1d1308
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1149 SVGA3dInputElementDesc descs[32]; member in struct:__anonac0ea0701308
/xsrc/external/mit/xterm/dist/
H A Dmisc.c7047 sortedOptDescs(const XrmOptionDescRec * descs, Cardinal res_count) argument
7077 sortedOpts(OptionHelp * options, XrmOptionDescRec * descs, Cardinal numDescs) argument

Completed in 67 milliseconds