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

12

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder_print_visitor.cpp259 const struct hash_entry *const he = local in function:ir_builder_print_visitor::print_without_declaration
268 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit
439 const struct hash_entry *const he = local in function:ir_builder_print_visitor::print_without_declaration
584 const struct hash_entry *const he = local in function:ir_builder_print_visitor::print_without_declaration
631 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_enter
681 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_leave
708 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_leave
718 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_leave
758 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_leave
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_phi_builder.c189 struct hash_entry *he = NULL; local in function:nir_phi_builder_value_get_block_def
H A Dnir_range_analysis.c468 struct hash_entry *he = _mesa_hash_table_search(ht, pack_key(alu, use_type)); local in function:analyze_expression
1284 struct hash_entry *he = _mesa_hash_table_search(range_ht, key); local in function:nir_unsigned_upper_bound
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder_print_visitor.cpp257 const struct hash_entry *const he = local in function:ir_builder_print_visitor::print_without_declaration
266 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit
437 const struct hash_entry *const he = local in function:ir_builder_print_visitor::print_without_declaration
579 const struct hash_entry *const he = local in function:ir_builder_print_visitor::print_without_declaration
626 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_enter
676 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_leave
695 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_leave
705 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_leave
746 const struct hash_entry *const he = local in function:ir_builder_print_visitor::visit_leave
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_framebuffer.c61 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&fb->objects, hash, rp); local in function:zink_init_framebuffer_imageless
208 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&fb->objects, hash, rp); local in function:zink_init_framebuffer
[all...]
H A Dzink_surface.c289 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&res->surface_cache, surface->hash, &surface->ivci); local in function:zink_destroy_surface
H A Dzink_descriptors_lazy.c340 check_pool_alloc(struct zink_context *ctx, struct zink_descriptor_pool *pool, struct hash_entry *he, struct zink_program *pg, argument
404 struct hash_entry *he = _mesa_hash_table_search(&bdd->pools[type], pg->dd->layout_key[type]); local in function:get_descriptor_pool_lazy
H A Dzink_descriptors.c448 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&ctx->desc_set_layouts[type], hash, &key); local in function:zink_descriptor_util_layout_get
590 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(ctx->dd->descriptor_pools[type], hash, &key); local in function:descriptor_pool_get
748 punt_invalid_set(struct zink_descriptor_set *zds, struct hash_entry *he) argument
796 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->free_desc_sets, hash, local in function:zink_descriptor_set_get
813 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->desc_sets, hash, &key); local in function:zink_descriptor_set_get
898 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->desc_sets, zds->hash, &z local in function:zink_descriptor_set_recycle
[all...]
H A Dzink_context.c661 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&res->bufferview_cache, hash, bvci); local in function:get_buffer_view
794 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&res->bufferview_cache, buffer_view->hash, &buffer_view->bvci); local in function:zink_destroy_buffer_view
1545 struct hash_entry *he = _mesa_hash_table_search(&ctx->di.bindless[is_buffer].tex_handles, (v local in function:zink_delete_texture_handle
1615 struct hash_entry *he = _mesa_hash_table_search(&ctx->di.bindless[is_buffer].tex_handles, (v local in function:zink_make_texture_handle_resident
1692 struct hash_entry *he = _mesa_hash_table_search(&ctx->di.bindless[is_buffer].img_handles, (v local in function:zink_delete_image_handle
1717 struct hash_entry *he = _mesa_hash_table_search(&ctx->di.bindless[is_buffer].img_handles, (v local in function:zink_make_image_handle_resident
2090 struct hash_entry *he = _mesa_hash_table_search(&screen->framebuffer_cache, &ctx->framebu local in function:update_framebuffer_state
[all...]
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_accel.c147 MgxCopy(PixmapPtr pDstPixmap,int xs,int ys,int xd,int yd,int wi,int he) argument
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_accel.c139 NGLECopy(PixmapPtr pDstPixmap,int xs,int ys,int xd,int yd,int wi,int he) argument
H A Dsummit_accel.c241 int wi = x2 - x1, he = y2 - y1; local in function:SummitSolid
471 int x = 0, y = 0, i, n, ofs, p, j, wi, he, xs, ys; local in function:SummitGlyphs
165 SummitCopy(PixmapPtr pDstPixmap,int xs,int ys,int xd,int yd,int wi,int he) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_phi_builder.c190 struct hash_entry *he = NULL; local in function:nir_phi_builder_value_get_block_def
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c698 struct hash_entry *he = _mesa_hash_table_search(dev->blend_shaders.shaders, &key); local in function:GENX
H A Dpan_blitter.c343 struct hash_entry *he = local in function:pan_blitter_get_blend_shaders
403 struct hash_entry *he = _mesa_hash_table_search(dev->blitter.shaders.blit, key); local in function:pan_blitter_get_blit_shader
690 struct hash_entry *he = local in function:pan_blitter_get_rsd
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_accel.c456 PnozzImageWriteRect(ScrnInfoPtr pScrn, int x, int y, int wi, int he, int skip) argument
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dac3026.c485 int hd, hs, he, ht, vd, vs, ve, vt, wd; local in function:MGA3026Init
H A Dmga_dacG.c1133 int hd, hs, he, ht, vd, vs, ve, vt, wd; local in function:MGAGInit
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp164 unsigned he = box->y + box->height; local in function:box_fits
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c341 struct hash_entry *he = _mesa_hash_table_search(trace_screens, screen); local in function:trace_context_create_threaded
940 struct hash_entry *he = _mesa_hash_table_search(trace_screens, screen); local in function:trace_screen_destroy
H A Dtr_context.c380 struct hash_entry *he = _mesa_hash_table_search(&tr_ctx->blend_states, state); local in function:trace_context_bind_blend_state
409 struct hash_entry *he = _mesa_hash_table_search(&tr_ctx->blend_states, state); local in function:trace_context_delete_blend_state
528 struct hash_entry *he = _mesa_hash_table_search(&tr_ctx->rasterizer_states, state); local in function:trace_context_bind_rasterizer_state
559 struct hash_entry *he = _mesa_hash_table_search(&tr_ctx->rasterizer_states, state); local in function:trace_context_delete_rasterizer_state
608 struct hash_entry *he = _mesa_hash_table_search(&tr_ctx->depth_stencil_alpha_states, stat local in function:trace_context_bind_depth_stencil_alpha_state
639 struct hash_entry *he = _mesa_hash_table_search(&tr_ctx->depth_stencil_alpha_states, stat local in function:trace_context_delete_depth_stencil_alpha_state
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DXlibInt.c1445 Bool _XDefaultWireError(Display *display, XErrorEvent *he, xError *we) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.c877 struct hash_entry *he = _mesa_hash_table_search(so->variants, key); local in function:agx_update_shader
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir.c584 ubo_to_temp_update_entry(nir_deref_instr *deref, struct hash_entry *he) argument
630 struct hash_entry *he = local in function:dxil_nir_lower_ubo_to_temp
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1341 struct hash_entry *he = _mesa_hash_table_search(ctx->so_outputs, &so_key); local in function:emit_so_outputs
2587 struct hash_entry *he = _mesa_hash_table_search(ctx->image_vars, &var_id); local in function:get_var_from_image
3454 struct hash_entry *he = _mesa_hash_table_search(ctx->vars, deref->var); local in function:emit_deref_var
3476 struct hash_entry *he local in function:emit_deref_array
[all...]

Completed in 112 milliseconds

12