Home
last modified time | relevance | path

Searched refs:tex_handles (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c560 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()
583 nvc0->tex_handles[s][i] &= ~NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()
584 nvc0->tex_handles[s][i] |= tic->id; in nve4_validate_tic()
589 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()
693 nvc0->tex_handles[s][i] |= NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()
707 nvc0->tex_handles[s][i] &= ~NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()
708 nvc0->tex_handles[s][i] |= tsc->id << 20; in nve4_validate_tsc()
711 nvc0->tex_handles[s][i] |= NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()
782 PUSH_DATA (push, nvc0->tex_handles[s][i]); in nve4_set_tex_handles()
H A Dnve4_compute.c377 PUSH_DATAp(push, &nvc0->tex_handles[s][i], n); in nve4_compute_set_tex_handles()
964 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()
994 nvc0->tex_handles[s][i] &= ~NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()
995 nvc0->tex_handles[s][i] |= tic->id; in nve4_compute_validate_textures()
1000 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()
H A Dnvc0_context.c534 memset(nvc0->tex_handles, ~0, sizeof(nvc0->tex_handles)); in nvc0_create()
H A Dnvc0_context.h234 uint32_t tex_handles[6][PIPE_MAX_SAMPLERS]; /* for nve4 */ member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h369 struct hash_table tex_handles; member
H A Dzink_context.c1846 _mesa_hash_table_insert(&ctx->di.bindless[bd->ds.is_buffer].tex_handles, (void*)(uintptr_t)handle, bd); in zink_create_texture_handle()
1855 struct hash_entry *he = _mesa_hash_table_search(&ctx->di.bindless[is_buffer].tex_handles, (void*)(uintptr_t)handle); in zink_delete_texture_handle()
1859 _mesa_hash_table_remove(&ctx->di.bindless[is_buffer].tex_handles, he); in zink_delete_texture_handle()
1925 struct hash_entry *he = _mesa_hash_table_search(&ctx->di.bindless[is_buffer].tex_handles, (void*)(uintptr_t)handle); in zink_make_texture_handle_resident()
4599 _mesa_hash_table_init(&ctx->di.bindless[i].tex_handles, ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in zink_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c2451 if (!_mesa_hash_table_insert(sctx->tex_handles, (void *)(uintptr_t)handle, tex_handle)) { in si_create_texture_handle()
2469 entry = _mesa_hash_table_search(sctx->tex_handles, (void *)(uintptr_t)handle); in si_delete_texture_handle()
2479 _mesa_hash_table_remove(sctx->tex_handles, entry); in si_delete_texture_handle()
2491 entry = _mesa_hash_table_search(sctx->tex_handles, (void *)(uintptr_t)handle); in si_make_texture_handle_resident()
H A Dsi_pipe.c347 _mesa_hash_table_destroy(sctx->tex_handles, NULL); in si_destroy_context()
729 sctx->tex_handles = _mesa_hash_table_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in si_create_context()
H A Dsi_pipe.h1217 struct hash_table *tex_handles; member

Completed in 26 milliseconds