Searched refs:handle_entry (Results 1 – 1 of 1) sorted by relevance
2419 const struct dxil_value **handle_entry = NULL; in get_ubo_ssbo_handle() local2424 handle_entry = &ctx->cbv_handles[const_block_index->u32]; in get_ubo_ssbo_handle()2427 handle_entry = &ctx->uav_handles[const_block_index->u32]; in get_ubo_ssbo_handle()2430 handle_entry = &ctx->srv_handles[const_block_index->u32]; in get_ubo_ssbo_handle()2437 if (handle_entry && *handle_entry) in get_ubo_ssbo_handle()2438 return *handle_entry; in get_ubo_ssbo_handle()2447 if (handle_entry) in get_ubo_ssbo_handle()2448 *handle_entry = handle; in get_ubo_ssbo_handle()